Links for Applet to Servlet:

http://mork.cs.bham.ac.uk/AppletServletExample/

http://developer.netscape.com/viewsource/fields_servlet/fields_servlet.html

http://www.rgagnon.com/howto.html look under networking link, then select
applet to CGI

Another reply to this message will tell you to check the FAQ for the
specifics of Applet/Servlet connection, however I think the topic of
Applet/Servlet in general is worth a quick note.

I built an Applet to Servlet application, went into beta, then rewrote it as
Servlet to HTML. I did so because my clients were going to be on many OS's
and browsers, and because the client interface was very complex. Using
Applet/Servlet is difficult - you have to account both the server-side and
the client-side. Dealing with client side configuration is not trivial. You
must understand the pros and cons of AWT vs. Swing Applets. Understanding
Java on the server is one thing, understanding Java GUI development is
another - you have to know both.

If you are using the Applet on a controlled network where you can garauntee
the client machine's configuration and capabilities - and you have a
compelling reason to use Applets - then an Applet may be the way to go. Even
better if your Applet will be simple.

You should strongly consider your needs before taking on Applet/Servlet. I'm
sure some others on this list can tell you more.

--------------------
Kevin Baynes
Software Engineer
[EMAIL PROTECTED]
703-393-2191


> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
> Jeetendra
> Sent: Monday, August 20, 2001 9:42 AM
> To: [EMAIL PROTECTED]
> Subject: Applet to Servlet communication
>
>
> Hello,
>
> I want to implement applet to servlet communication over HTTP. How do I go
> about with that? How do I implement security checks like verfying whether
> the user has logged in before accessing this page. Are there any other
> issues that I need to be aware of before going for this architecture
>
> Thanx a lot in anticipation
>
> Jeetendra Dassani
> Lead Systems Engineer
> Tata Infotech Limited
> SEEPZ, Andheri (E)
> Mumbai.
> Email : [EMAIL PROTECTED]
>         [EMAIL PROTECTED]
> Telephone: 8291261 X 2775/2465
>
> __________________________________________________________________
> _________
> 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