Ashok Palaniswamy wrote:
>
> I'm trying to invoke a servlet from a java Application.
>

 Calling a servlet from an application is just like
calling any other http server from an application, so
the networking explanations in the Java Tutorial all
apply:

 The Java Tutorial is available at:
   http://java.sun.com/docs/books/tutorial/?frontpage-spotlight

 Try the "Networking Trail"
   http://java.sun.com/docs/books/tutorial/networking/urls/readingWriting.html

 You might also try google:
   http://www.google.com

 Or the servlet archives (link at the bottom of this
page) using terms like "application servlet communication",
(or maybe "applet" instead of "application", the idea is
exactly the same).

 Or one of the many FAQ's listed under the "Resources"
link at the bottom of this message.

 There is tons of information available.


--
Christopher St. John [EMAIL PROTECTED]
DistribuTopia http://www.distributopia.com

___________________________________________________________________________
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