exception « Applet « JSP-Servlet Q&A





1. is the Java Servlet I've created in Netbeans adding something strange?    stackoverflow.com

This is my second try to solve this problem. My first try was here but perhaps my explanation of my problem was insufficient, my problem was that the applet received ...

2. calling applet from a JSP, classNotFound exception    coderanch.com

Hi All! I am using servlet, struts and EJB to retrieve data from a database. JBoss provides the EJB container. After a request is sent, a jsp is returned and I want to put some code inside the jsp to call an applet, along with some other parameters for the applet. The applet classes are in com/tienshan/applet/nbsa11 folder. This whole thing ...