Why don't you search the archives for "HTTP tunneling". you'll find your
answers there. this topic has been just recently discussed. One kind Kevin
mukhar has even put up a link to some sample code.

I'll answer it briefly anyway: you create a connection pooling servlet which
handles the a pool of JDBC connections to your database. Your servlets use a
connection from this pool. Applet talks to servlets through an HTTP
tunneling. you have to serialize your objects to tunnel them between your
Applets and servlets. you'll find all of this in Jason Hunter's book.

Good luck,
-Shital
----- Original Message -----
From: Heakyung Park <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 03, 2000 7:17 AM
Subject: Re: Applet access to backend database that is running
ondifferentserver


> I am exploring possible solutions with using Servlet for this problem. So
> please let us discuss as it is because it is related to Servlet. Some one
> should have done something similar to this. Thanks.
>
> HeaKyung
>
>
> On Fri, 3 Nov 2000, Milt Epstein wrote:
>
> > On Fri, 3 Nov 2000, Reeza Ali wrote:
> >
> > > that is true but i haven't messed around too much with servlets as
> > > yet....do you think it can work?
> > [ ... ]
> >
> > Then why are you discussing this on the *SERVLET-INTEREST* list?!?!
> >
> > Please take this totally off-topic discussion off of this list.  It's
> > bad enough when it was just one or two messages, but it's gone much
> > further than that.  Show a little consideration for the other people
> > on the list.
> >
> > Milt Epstein
> > Research Programmer
> > Software/Systems Development Group
> > Computing and Communications Services Office (CCSO)
> > University of Illinois at Urbana-Champaign (UIUC)
> > [EMAIL PROTECTED]
> >
> >
___________________________________________________________________________
> > To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> > of the message "signoff SERVLET-INTEREST".
> >
> > Archives: http://archives.java.sun.com/archives/servlet-interest.html
> > Resources: http://java.sun.com/products/servlet/external-resources.html
> > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
> >
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to