Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Swing in Apache Tomcat Server

807589Aug 11 2008 — edited Aug 11 2008
Hello All.

I desperately trying to come up with a good thesis idea before the end of the month, this question is related to an idea pertaining to a remote virtual desktop type thing.

In Apache Tomcat/5.5.20, when I include server side javax.swing code, it appears as applet windows.

Is it possible to run a full blown swing application on the server side in the Apache Tomcat server? I'm thinking I could then use the Robot class to transfer images of the application running to the client and also process mouse and other events as has been done in this project http://javabyexample.wisdomplug.com/java-applications/35-networking/46-java-remote-desktop.html?start=7

The aim would be to have a full blown java application available from a browser but running on the server side, the advantage over JSF would be the desktop look and feel rather than the web look and feel hence facilitating the remote desktop better. A server side applet if you like.... (followed by more)

Thanks Very Much
J
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 8 2008
Added on Aug 11 2008
6 comments
1,216 views