I have to develop an architecture for a 3-tier application using Java. The
client is an applet trying to connect to a Javabean on the webserver with
RMI. My confusion is whether I should first have the applet talk to a
servlet using RMI and then have the servelet communicate with Javabean or
just directly have the applet communicate with the Javabean using RMI. I do
not want to use http request to establish communication from the applet to
the servlet. I would rather use RMI. The idea here is to develop
communication between the applet and the webserver using RMI not http
request and then have a servlet or Javabean talk to the backend . Can you
suggest me a simple design.
Thanks in advance
Madhuri Mittal
MARKETWARE International,Inc.
___________________________________________________________________________
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