Hi, I'm attempting to write some servlets to be used as middlewar between
an existing server side app, and a thin client. The problem I'm having is
trying to find an elegant way of getting my servlet a reference to an
already running java app in a separate JVM (or the app a reference to the
servlet).

So far I've thought of sockets/RMI, get the the app to request the servlet
from the webserver, or possibly there's something I could do with
reflection, but they all seem a bit of a long way around.

I'm presuming that i'm going to end up using sockets, but I remember
someone on the list saying that he only used servlets to pass information
on the the business logic in normal java apps, so I  was wondering how
that gentleman does it?

Thankyou very much,

Catherine Jung

--
Catherine Jung                                   Netcentric Systems
Java Developer                                   www.netcentricsystems.net
07947 732436                                     01223 839800

The Contents of this email contains information some or all of which is
intended only for the addressed recipients. If a transmission address
error
has misdirected it, please notify the sender by reply. If you are not the
intended recipient, you must not use it any way of fashion and are equally
bound not to disclose, distribute, copy, print or rely on its contents.

___________________________________________________________________________
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