I have a java project that contains a JFrame, I need to convert this project into eclipse for java ee project, and convert this JFrame into JApplet, so that I can easily embed the JApplet in jsp code. Please tell me how do I do it?
I am using: Eclipse kepler standard for Java Project and Eclipse for Java EE developers for running an applet/webapplication.