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
posted
0
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.