Hello:
I am new to servlet technolygy. How can I launch an applet/application from a servlet? I saw the following code snippet
out.println(<"APPLET CODE=Foo.class CODEBASE=/applets WIDTH=400 HEIGHT=400">
;
In the servlet class, will this be the only line of code there? What else would I need to do? If an application, where would I put the appletviewer statement?
Your help is appreciated!