Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to run WindowBuilder Java App in JSP?(Run SWT in Web)
How to run WindowBuilder Java App in JSP? [message #1830660] Thu, 30 July 2020 16:42 Go to next message
Eric Zuo is currently offline Eric ZuoFriend
Messages: 14
Registered: October 2014
Junior Member
Dear Expert,
I will have a Java application, a WindowBuilder, SWT/JFace java Project. There is a way to launch it in a jsp file?
Please forward instruction.

Thank you in advance.

Eric

[Updated on: Thu, 30 July 2020 16:43]

Report message to a moderator

Re: How to run WindowBuilder Java App in JSP? [message #1830668 is a reply to message #1830660] Thu, 30 July 2020 20:14 Go to previous messageGo to next message
Rolf Theunissen is currently offline Rolf TheunissenFriend
Messages: 260
Registered: April 2012
Senior Member
No clue what a 'jsp file' might be, but if it is related to Jakarta Server Pages I don't think it is possible. It seems that you are mixing desktop and web technologies.
Re: How to run WindowBuilder Java App in JSP? [message #1830673 is a reply to message #1830668] Fri, 31 July 2020 00:06 Go to previous messageGo to next message
Eric Zuo is currently offline Eric ZuoFriend
Messages: 14
Registered: October 2014
Junior Member
Thank Rolf again for you reply.
I mean start a SWT/Jfase Java application with JSP in Tomcat. for example use runtime.exec to launch, or some approach else ,
My purpose is to insert this JSP page link into another application for convenience.
I know JApplet or Applet can be used in browser page. Wonder if someone has the experience or instruction.

Eric

[Updated on: Fri, 31 July 2020 00:11]

Report message to a moderator

Re: How to run WindowBuilder Java App in JSP? [message #1830684 is a reply to message #1830673] Fri, 31 July 2020 09:01 Go to previous messageGo to next message
Rolf Theunissen is currently offline Rolf TheunissenFriend
Messages: 260
Registered: April 2012
Senior Member
SWT/JFace is not Swing. Swing can be embedded using an Applet with JApplet. I don't think that that is possible for (plain) SWT.

The following links might be relevant for you:
https://www.eclipse.org/swt/jws/
https://www.eclipse.org/rap/
https://github.com/ws-skeleton/eclipse-broadway

Re: How to run WindowBuilder Java App in JSP? [message #1830702 is a reply to message #1830684] Fri, 31 July 2020 22:33 Go to previous message
Eric Zuo is currently offline Eric ZuoFriend
Messages: 14
Registered: October 2014
Junior Member
I got the point.
Thank Rolf again.
Previous Topic:Prioritize Drop Adapter Assistant for Common Navigator
Next Topic:.metadata vs Workspace syncing
Goto Forum:
  


Current Time: Fri Apr 19 10:50:26 GMT 2024

Powered by FUDForum. Page generated in 0.01905 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top