| Author |
Applying JavaFX
|
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3563
|
|
Dear Authors,
What is the purpose of introducing JavaFX? To which kind(s) of application it is applicable (only swing based?)? Is there any sample chapter/introduction available to read (I don't have any experience on this )? And I read a small overview at the amazon.
|
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
|
 |
Sanjay P Kumar
Ranch Hand
Joined: Jul 17, 2001
Posts: 40
|
|
I have the same question - is JavaFX for enterprise applications? I have been working with Java for 10 years mostly on the serverside , trying to make
a shift to UI - is JavaFX is the right technology to go with ? I worked little with JSF and found the concepts cool expect its slowness. Please advise.
Thank you
Sanjay
|
 |
Aodhan Hoffman
Ranch Hand
Joined: May 21, 2004
Posts: 35
|
|
|
I see JavaFX mentioned in company with Groovy and BeanShell, giving me the impression JavaFX is intended to serve as a scripting language outside of web pages. It seems like JavaFX has a ways to go in defining itself clearly before many can understand how to or why to adopt it.
|
-------<br /> Aodhan H - Ad Astra Per Aspera<br /> -------
|
 |
Paul L Anderson
Author
Greenhorn
Joined: Jul 07, 2009
Posts: 5
|
|
|
JavaFX was introduced to make developing applications for the desktop easier. Currently you can use Swing components for a desktop app, but not for the mobile platform. Sun also intends to make JavaFX applicable to the tv platform down the road.
|
 |
Gail Anderson
Author
Ranch Hand
Joined: Jul 07, 2009
Posts: 44
|
|
Hi Vijitha,
Check out this sample chapter from Essential JavaFX posted on CodeProject: A Taste of JavaFX.
|
 |
 |
|
|
subject: Applying JavaFX
|
|
|