tags:

views:

209

answers:

1

I want to integrate a JFrame (Swing control) in JSP page using Netbeans IDE 6.5. How can I do it?

+1  A: 

Use applet or webstart (JNLP) which you embed in your HTML (JSP) page. The IDE is irrelevant here, it's just a development tool. Just write code accordingly.

BalusC