Wednesday, October 7, 2009

JavaFX New Beginning

Good user interface is an important factor for application success. User now a days want rich and interactive UI. Multimedia content is more preferred over static non interactive content. User want interactive content full of animation and special effects. With some jazzy features like audio running at the back, images and text moving around the screen etc.

Creating such rich user interface is not an easy task and is not achievable using normal programming language. Special software's, language's are coming in the market which can be used to create such interface.

You might have seen various website's having animated intro movie kind of stuff running on there website. It is a flash file which run in a flash player which is normally installed on every machine & browser now a day's.

JavaFX is a step from SUN in the same direction. It means it is used to create RIA (Rich Internet Applications). JavaFX is focused for content creators.

JavaFX runs on top of JVM. JavaFX is a scripting and declarative language.
Benefits:
Easy to learn.
Ready to deploy.
Inbuilt support for multimedia.
Cost Effective.
Data Binding.

What can you make:
Games, Animation Movies, Widgets, Web UI etc.

To start learning JavaFX I suggest you to download latest Netbeans IDE for JavaFX.

Also you can visit JavaFX official website for more information. http://www.javafx.com/

No comments:

Post a Comment