farah wrote:
>
> app can access a servlet
>

 Java applications can use the standard java.net.* classes
to talk to a servlet, just like they can access any other
http server. It's all the same to the app. Check out the
java.net.URL and java.net.URLConnection classes.

 If you want to get fancy and handle sessions, or send
serialized objects instead of text, things get considerably
more complicated.

 In any case, you should defintely check the archives (or
a book on servlets) for more details.

 (The archive search function is down again, but give it
a try anyway using search terms like "applet servlet
communication". I know, you're talking application, not
applet, but the solutions is similiar in either case)


-cks

___________________________________________________________________________
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