jQuery in Action
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Java FX
 
RSS feed
 
New topic
Author

JavaFX - how much client modification for desktop to web application

Agador Paloi
Ranch Hand

Joined: Jan 24, 2006
Messages: 77

I am curious as to how much modification to the client must be made to modify a
JavaFX desktop application to run on the web.

Currently we have swing app that runs on very remote desktops ( middle of the ocean) , but we also have a internet version of the app that runs in our offices. JavaFX sounded like a viable alternative for us.

Thanks for your opinion
Jim Clarke
author
Ranch Hand

Joined: Jun 15, 2009
Messages: 45

All you need to do is create a JNLP file, then modify the HTML page to add in some JavaScript to invoke the application. Lastly, deploy.
There are no code changes that are required.

Optionally, if you want the Applet to be able to be dragged off the browser, then you need to
add the AppletStageExtension to your stage.
 
jQuery in Action
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Java FX
 
RSS feed
 
New topic
jQuery in Action