aspose file tools
The moose likes JavaFX and the fly likes With JavaFX can develop both web and desktop Apps 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 » Java » JavaFX
Reply Bookmark "With JavaFX can develop both web and desktop Apps" Watch "With JavaFX can develop both web and desktop Apps" New topic
Author

With JavaFX can develop both web and desktop Apps

Leonidas Savvides
Ranch Hand

Joined: Jan 31, 2010
Posts: 397
With JavaFX can develop both web and desktop Apps? desk top apps what require to run? Is relatively easy to learn, if you are a SCJP and know JSP Programming? Basically is like ADOBE FLEX air/player to run and program on?
Mohamed Sanaulla
Bartender

Joined: Sep 08, 2007
Posts: 2928
    
  15

Just like Flex requires flash player to run in browser, JavaFX would run in the browser as an applet.
Also JavaFX supports Webkit browser engine which enables one to render html pages within a javafx application.
I think JavaFX has no greater learning curve, but may be you would have to get familiar with the apis added as part of JavaFX.
Being familiar with Java would be a plus.
JavaFX application would require javafx runtime to be installed.


Mohamed Sanaulla | My Blog
Leonidas Savvides
Ranch Hand

Joined: Jan 31, 2010
Posts: 397
javaFX is only for browser?
Mohamed Sanaulla
Bartender

Joined: Sep 08, 2007
Posts: 2928
    
  15

Leonidas Savvides wrote:javaFX is only for browser?

No, its for both browser and desktop. Read this for more detailed information.
Mohamed Sanaulla
Bartender

Joined: Sep 08, 2007
Posts: 2928
    
  15

Haina Minawa,
Your post was moved to a new topic. Lets continue the discussion related to your query there.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: With JavaFX can develop both web and desktop Apps
 
Similar Threads
JavaFX for web apps?
Context Share between 2 Web Apps
Latest practice in GUI development
JavaFX vs Flex
Can JavaFX be used in place of Swing ?