Your Ad Here

Posts Tagged ‘javafx’

JavaFX examples video by Sun Microsystem



The video discusses about the examples that are in the JavaFX website. very informative video about JavaFX

Posted on December 16th, 2008 by Mutedart  |  No Comments »

JavaFX blog



JavaFX being released on the December 4th 2008. it allows users to create Internet Rich applications.  It includes all the basic information about JavaFX. plus the latest news archives about JavaFX are also there. The link to the blog is

http://blogs.sun.com/javafx/entry/javafx_1_0_is_live

This is the best initiative by launching a blog that will allow users to discuss, and they will be notified about the latest news thats around about JavaFX…

Happy coding :)

“Building technical systems involves a lot of hard work and specialized knowledge: languages and protocols, coding and debugging, testing and refactoring.”

Jesse J. Garrett




Posted on December 9th, 2008 by Mutedart  |  No Comments »

JavaFX


JavaFX has been released on 4th of December 2008, a new technology by Sun Microsystems. JavaFX is a collection of software’s that allow us to create rich Internet applications (i.e. web applications). These applications will have functionality as well as features similar to the functionality and features of a traditional desktop application. The best thing that potentially sounds very nice is the capability of making multimedia applications. The applications can be for desktop, mobile, TV and other platforms.  There are 2 components of JavaFX, the two being JavaFX script and JavaFX Mobile.

The JavaFX script is a declarative language intended to make the swings (import java.swing.*; // for those who know java) easier to use for the interface programming. I liked the fact that it is not an expansion of the awt library class. As I think the look and feel of swing is far better than the awt library class.

JavaFX Mobile, this features a Java standard Edition and Java micro edition implementation running on top of a Linux kernel.




Posted on December 8th, 2008 by Mutedart  |  No Comments »