Hi!

I'm a newbie in JSP and, therefore, my question could be totally incorrect. Sorry for this.

So, I've developed a Java SWING application that is actually the image processing tool. Is it possible to update this software to a web-application? For example, could I place Java classes in WEB-INF/classes/, and then use lines of JSP-based Java code to invoke these classes? I doubt that components, such as JFrame, JPanel, etc., will be available... However, there is a tool called as WebCream http://www.creamtec.com/webcream/...Could it be suitable for solving my problem?

Thanks.

Hi,
Try to create Applet from Your swing code. This easy to create Applet from Swing code rather than to convert it into JSP. This will reduce your headache and work.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.