If you want to pass static parameters to the applet, you just have to
include them in the generated html code.
(static means that parameters will not change after the response is sent.)
If you want to pass dynamic parameters, you can write an applet that send a
http request to a servlet to get the parameters.

Pierre-Yves

-----Message d'origine-----
De : A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]De la part de
Silvia Gaspar
Envoy� : jeudi 6 septembre 2001 18:06
� : [EMAIL PROTECTED]
Objet : Re: Interfaces in Servlets
Importance : Haute


        How can I do a Servlet wrapper??? My main problem is to pass
parameters from the servlet to the applet... If I could solve this it would
be great....

        S�lvia

-----Original Message-----
From: [Your Full Name] [mailto:[EMAIL PROTECTED]]
Sent: quinta-feira, 6 de Setembro de 2001 16:48
To: [EMAIL PROTECTED]
Subject: Re: Interfaces in Servlets


You can have a Servlet wrapper around an applet if that is what you desire.

Sreekanth

-----Original Message-----
From: Mike Marchywka [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 06, 2001 11:44 AM
To: [EMAIL PROTECTED]
Subject: Re: Interfaces in Servlets


Are servlets prohibitted from making frames/windows/panes
by the container/engine or could
a servlet make a GUI ( say it was running on a machine that had an
operator)?

->-----Original Message-----
->From: Pierre-Yves Saumont [mailto:[EMAIL PROTECTED]]
->Sent: Thursday, September 06, 2001 10:04 AM
->To: [EMAIL PROTECTED]
->Subject: Re: Interfaces in Servlets
->
->
->Hi,
->
->Not in the servlet itself, because servlets have no GUIs. But you can
->include swing interfaces in the servlet response by including
->reference to a
->swing applet in the html code produced. Of course, only swing
->enable clients
->(Java plug-in) will be able to see the swing interface.
->
->Pierre-Yves
->
->-----Message d'origine-----
->De : A mailing list for discussion about Sun Microsystem's
->Java Servlet
->API Technology. [mailto:[EMAIL PROTECTED]]De la part de
->Silvia Gaspar
->Envoy� : jeudi 6 septembre 2001 14:39
->� : [EMAIL PROTECTED]
->Objet : Interfaces in Servlets
->Importance : Haute
->
->
->        Hello,
->
->        Is there any way of building swing interfaces in a
->Servlet and show
->it in a browser?
->
->        Regard,
->
->S�lvia Gaspar
->Compta - Parceria e Tecnologia
->Eng. Internet e Aplica��es
->
->e-mail  <[EMAIL PROTECTED]>
->Tel.    (+351) 21 413 4207
->Fax     (+351) 21 413 1220
->www     www.compta.pt
->
->______________________________________________________________
->_____________
->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
->
->

___________________________________________________________________________
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

___________________________________________________________________________
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