File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes Swing Components with Struts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Swing Components with Struts" Watch "Swing Components with Struts" New topic
Author

Swing Components with Struts

Peter Tilm
Greenhorn

Joined: Jun 10, 2003
Posts: 7
Hi,
i would like to include jslider-Components (and maybe jComboBox/Swing) into the Web-Clients. As far as i know it's not possible with struts because there's only html being produced for the browser, right? Does anyone have experience in impementing this requirement? Must i include Applets into my "JSP-generated" html-pages?
thanks,
Peter
Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
You can only include swing components in applets. There is no other was to do that in a jsp. So you can use Struts for some basic stuff and then on the desired page you simply add an applet to the JSP. (normal html applet tag)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Swing Components with Struts
 
Similar Threads
displaying words in different fonts or colors in a textarea
Include some html code recieved by http request
Front end and server side programming
Wrap Text in a JButton
How can a Swing-based framework be done for various users without jdk installed?