JavaFX

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Books
  Weblogs
  

Articles:
  • JavaFX Progress: It's Academic by Terrence O'Donnell   - [Clicks: 24]
    Sun Microsystems engineers and executives provide a progress report of the JavaFX technology family, the next version of Java SE, and other projects.
    http://www.devx.com/Java/Article/35677 - Oct, 2007
  • Learning Curve Journal, Part 3: JavaFX Script Functions and Operations by John O'Conner   - [Clicks: 17]
    Part 3 of the Learning Curve Journals describes the differences between functions and operations in JavaFX Script.
    http://java.sun.com/developer/technicalArticles/scripting/javafx/lc/part3/ - Oct, 2007
  • Learning Curve Journal, Part 2: Declarative User Interfaces by John O'Conner   - [Clicks: 13]
    In JavaFX Script, you can use declarative statements to define the user interface. John O'Conner ports an existing application to illustrate.
    http://java.sun.com/developer/technicalArticles/scripting/javafx/lc/part2/ - Sep, 2007
  • Learning Curve Journal, Part 2: Declarative User Interfaces by John O'Conner   - [Clicks: 12]
    To learn this new declarative style for creating UIs, I decided to port an existing application UI from its Java language implementation to JavaFX Script. I picked an image viewer application that I had created for a Swingworker article on the Java language hub of the Sun Developer Network. The original application demonstrates how to use the Swingworker class in Java SE 6, but the UI itself seemed simple enough to provide an easy transition to JavaFX Script.
    http://java.sun.com/developer/technicalArticles/scripting/javafx/lc/part2/ - Sep, 2007
  • Learning Curve Journals, Part 1: Exploring JavaFX Script by John O'Conner   - [Clicks: 19]
    Explore JavaFX Script alongside SDN staff writer and developer John O'Conner, who candidly records his experiences with learning Sun's latest software innovation. This Learning Curve Journal series begins with an introduction to the technology and how to get started using it.
    http://java.sun.com/developer/technicalArticles/scripting/javafx/lc/part1/ - Sep, 2007
  • JavaFX: Learning by Example by Anghel Leonard   - [Clicks: 34]
    As soon as you start using JavaFX, you'll appreciate it for it's linearity and simplicity in comparison with traditional Java capabilities. This article shows you JavaFX at work, creating artistic GUIs, nice effects and animations, and complex Swing interfaces.
    http://javaboutique.internet.com/tutorials/javafx/ - Sep, 2007
  • Learning JavaFX Script, Part 3: Client-Server Communication With JAX-WS by Robert Eckstein   - [Clicks: 17]
    RMI is a fantastic prototyping tool, but it has its limitations for real-world use. A more common solution for programmers creating client-server tools on the Internet is to use a service-oriented architecture (SOA) solution such as the Java API for XML Web Services (JAX-WS). This article will show you how to use JavaFX Script to access a web service using JAX-WS 2.1 in much the same way that the previous article in this series showed you how to use RMI.
    http://java.sun.com/developer/technicalArticles/scripting/javafxpart3/ - Sep, 2007
  • A Veteran JFC/Swing Developer Makes the Leap to JavaFX Script by Raghu Donepudi   - [Clicks: 13]
    Find out why using JavaFX Script to build GUIs and add rich graphics functionality to Java applications is a no-brainer for seasoned Java Foundation Classes/Swing developers.
    [Includes source code]
    http://www.devx.com/RichInternetApps/Article/35220 - Aug, 2007
  • Crash Course in Next-Gen RIA: AIR, Silverlight, and JavaFX by Alexey Gavrilov   - [Clicks: 16]
    Get a hands-on introduction to the newest RIA technologies from Adobe, Microsoft, and Sun by building demo applications using AIR (Flex), Silverlight (CLR), and JavaFX.
    [Includes source code]
    http://www.devx.com/RichInternetApps/Article/35208 - Aug, 2007
  • JavaFX Script in Action: Lacking for RIA, Promising for Mobile by Jacek Furmankiewicz   - [Clicks: 11]
    How does the new JavaFX Script language fit with existing Swing and Java2D UI development? An experienced Java UI developer breaks down the good, the bad, and the ugly.
    http://www.devx.com/RichInternetApps/Article/35174 - Aug, 2007
  • Learning JavaFX Script, Part 2: Remote Communication Using RMI by Robert Eckstein   - [Clicks: 17]
    Part 1 of this series introduced the syntax and semantics of the JavaFX Script programming language to the Java technology programmer. This article will draw on your knowledge of JavaFX Script, invoking the Java platform's Remote Method Invocation (Java RMI) libraries to allow a JavaFX graphical user interface (GUI) to communicate remotely. Using RMI with JavaFX Script is very straightforward, and it provides a quick and easy way to demonstrate and test client-server functionality with JavaFX Script technology.
    [Includes source code]
    http://java.sun.com/developer/technicalArticles/scripting/javafxpart2/ - Aug, 2007
  • Introduction to JavaFX Script by Anghel Leonard   - [Clicks: 26]
    In this article, Anghel Leonard give us a walkthrough of JavaFX Script, the syntax, several examples, and usage within Eclipse and NetBeans.
    [Includes sample code]
    http://www.onjava.com/pub/a/onjava/2007/07/27/introduction-to-javafx-script.html - Aug, 2007
  • Learning JavaFX Script, Part 1: An Introduction to JavaFX Script for Java Programmers by Robert Eckstein   - [Clicks: 20]
    JavaFX Script is a highly productive scripting language that enables content developers to create rich media and content for deployment on Java environments. This article, aimed at traditional Java developers, is a brief but thorough introduction to Sun's exciting new technology.
    http://java.sun.com/developer/technicalArticles/scripting/javafxpart1/ - Jul, 2007
  • JavaFX: Sun's Late Start in RIA Race by Glen Kunene   - [Clicks: 16]
    Only one of Sun's two debut JavaFX releases at the recent JavaOne Conference is ready for prime time: JavaFX Mobile. The other, JavaFX Script, trails way behind similar efforts from Adobe and Microsoft.
    http://www.devx.com/Java/Article/34602 - May, 2007

[Top]

Books:
  • JavaFX Script: Dynamic Java Scripting for Rich Internet/Client-side Applications  by James L. Weaver   - [Clicks: 18]
    JavaFX Script makes it easy for developers to quickly develop high-quality UI-intensive applications very quickly. As JavaFX Script: Dynamic Java Scripting for Rich Internet/Client-side Applications demonstrates, developers can develop Rich Internet Applications and rich client-side user interfaces quickly and easily with this potential replacement for Ajax and perhaps even ActionScript and other scripting found in Flash. This firstPress book on JavaFX Scriptcovers the following topics: * The fundamentals of the JavaFX suite of technologies and the foundations of JavaFX Script and available tools; * How to create a Wordsearch application; * How to augment and enhance the Wordsearch application after learning more advanced JavaFX Script features such as classes, objects, UI components, and constructs.
    Apress, Paperback - Oct, 2007

[Top]

Weblogs:
  • JavaFX != JavaFX Script by Joshua Marinacci   - [Clicks: 11]
    This weblog posting is my attempt to clear up a few things and get you excited about the future of client Java. After reading it I hope you will come away with a better understanding of what JavaFX is and why we created it.
    http://weblogs.java.net/blog/joshy/archive/2007/09/javafx_javafx_s.html - Sep, 2007
  • JavaFX: First Steps - "Hello OnJava" App by Timothy M. O'Brien   - [Clicks: 15]
    This entry is just an attempt to start rolling something useful with JavaFX. I wanted to create a simple list of the most recent blog entries on OnJava using JavaFX. Starting simple, I wrote a very simple JavaFX application that parses the OnJava ATOM feed and just draws an array JavaFX Script Groups containing a Rect an two Text nodes.
    http://www.oreillynet.com/onjava/blog/2007/05/javafx_first_steps_hello_onjav_1.html - May, 2007

[Top]