@sujay : I'm creating a simple tabbed GUI which will connect to some backend servers and database. Would have some action events for the operations.
@vicky : How does JavaFX compare to swing? I have never come across this, will be easy to learn?
I'm not too sure how and which point of Java Swing is getting deprecated. I got this from my senior colleagues and could be an incorrect statement. I'm aware of few objects that were deprecated and they are highlighted as well if you use them in IDE's like Eclipse etc.
Thanks.
Enjoy~!
Well mate i don't have much idea either about JavaFX. All i know is that its a new platform altogether. It used to have its own scripting language until Oracle scraped it in favor of conventional java code. Its also supported officially on NetBeans, while
Eclipse has an unofficial plugin. The libraries are completely different but functionalities should be more or less same. The canvas feature has been added in recent releases ( I use html5 version of canvas methods through javascript. The JavaFX version does the same through native java code). JavaFx has a bright future and you can learn it. As far as ease of learning is concerned, its of the same level as Swing. Nothing is technically difficult to learn.
JavaFX is actually recommended for swing developers. You definitely won't face any difficulties.
Oracle docs are always great as a referral:
The JavaFX Advantage for Swing Developers
Getting Started with JavaFX