Hey!

It's not as complicated as you think.  It's one of the first examples
in a good servlet book.

Is there any reason why you can not dynamically build a web page
that contains an applet tag.

Sans adieu,
Danny



Michael Reutter wrote:

> Hi!
>
> my static page now loads an applet.
>
> what I want is, that the applet's-jar file isn't physical a jar file, but a 
>servlet's output.
> I have several jar-files in a directory not in the web-path and the servlet should 
>randomly give back one of these applets!
>
> my questions:
> what method to overwrite in HttpServlet
> is Content-type: text/plan ok for a jar-file
> and how to read the file and write it to the response object
>
> thanks
> michi
>
>

___________________________________________________________________________
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