Title: Servlet-Applet communication.
through Input Output streams. You can invoke a Servlet from an Applet by using URL class, its treated as if you are calling from browser.
 
Servlet can be run by both Applet and a Html page. You need to differentiate by passing parameters like ?type=object.,
 
You need to store an applet where it can be accessed by browser, you need not worry about Servlet Engine, just put Servlet in the appropriate directory.
 
I advise you to read Jason Hunter's book
----- Original Message -----
Sent: Friday, August 20, 1999 3:24 PM
Subject: Servlet-Applet communication.

I know how info is received via submit method but how is the information received by the servlet from an Applet?

Can the same servlet receive information from both Applet and HTML page?

And for last, where is the Applet code stored on the JWS.

Thanks...



                      ,,                    Stephane DeCoeli Cote
                    `  >                  [EMAIL PROTECTED]
 ||                  ~                 || w (925) 730-3717
|||=oOOo=====oOOo=||| 
 ||             \  /||\  /            ||  
                  \/ || \/         
                     /\            

Reply via email to