file « Applet « JSP-Servlet Q&A





2. Applet can't find Servlet file    coderanch.com

3. where to store the applet file using JWS in servlet technology?    coderanch.com

You can't call an applet from a servlet, applets run on the browser, not the server. Assuming you mean that you want to have a servlet generate a page that has an applet in it, the thing to remember is that the browser has to request the applet code from the server, just like it has to request images, etc. Image ...

4. reading files and displaying info about them. applet, servlet, or combo?    forums.oracle.com

I have written a class java that reads the directory of files, then reads each individual file looking at file sizes and different records inside the files. It works fine until I make it an applet. Then it gets a java security manager error. When I read about applets, it seams that they cannot read files on a server, i. e. ...