cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Question: Possible ways to use libcurl from a Browser on client side

From: Bob Schader <bobs_at_product-des.com>
Date: Wed, 31 Jan 2001 11:03:18 -0500

I think I might look into JNI (Java Native Methods). I should then be able
to access libcurl from JNI as long as I can get it compiled as a shared
object. Is there support for compiling libcurl as a dll yet in Windows
using VC6?

I would like to use the new "Java Web Start" API for controlling the
downloading and caching of the java app + components, and it supports
including native libraries too.

Bob

----- Original Message -----
From: "Daniel Stenberg" <daniel_at_haxx.se>
To: "libcURL Dev List" <curl-library_at_lists.sourceforge.net>
Sent: Wednesday, January 31, 2001 10:25 AM
Subject: Re: Question: Possible ways to use libcurl from a Browser on client
side

> On Wed, 31 Jan 2001, Bob Schader wrote:
>
> > Looking for ideas on how libcurl might be used or embedded (similar to
> > java applet) into a browser on the client side. I believe PHP curl
> > support is only relevant on the server side? Would it be possible to
> > convert it to java or use native interface, etc and call it from a java
> > app? Any suggestions appreciated,
>
> I can think of these two approaches:
>
> * Write it completely in java. Java-applets work. That wouldn't use
libcurl
> at all then of course.
>
> * Write a plugin that your browser can use for whatever purpose you can
think
> of. This can of course do anything but it'll force you to supply binary
> plugins for every possible user.
>
> --
> Daniel Stenberg -- curl project maintainer -- http://curl.haxx.se/
>

_______________________________________________
Curl-library mailing list
Curl-library_at_lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/curl-library
Received on 2001-01-31