|
This project is quite perverted. In applets in struts, data is passed between applets and actions, connected via URLConnection, and then getInputstream is used to get results or pass values; setOutputstream is passed to actions. At the same time, this applet is inherited from the framework A class of JApplet, an applet we write must inherit it. Therefore, we cannot debug the applet in the appletview alone, we must start the web application, and the applet is typed into a jar file. How does this happen? You can also debug applets with breakpoints when running struts. Are there any tools that support debugging this way? Idea or eclipse plugin I have not heard of this feature. |
|