Planet JFX
No edit summary
No edit summary
Line 22: Line 22:
 
* The [http://www.ociweb.com/javasig/knowledgebase/2007-07/index.html Saint Louis JUG] has a nice, concise presentation on JavaFX
 
* The [http://www.ociweb.com/javasig/knowledgebase/2007-07/index.html Saint Louis JUG] has a nice, concise presentation on JavaFX
 
* [http://jmentor.com/JavaFX/IndyJUGPres.jnlp Indy JUG JavaFX Presentation] Is a presentation given to the Indianapolis Java Users Group on August 29, 2007. The presentation was developed in JavaFX and uses the BookPanel for its book-like page turning effect.
 
* [http://jmentor.com/JavaFX/IndyJUGPres.jnlp Indy JUG JavaFX Presentation] Is a presentation given to the Indianapolis Java Users Group on August 29, 2007. The presentation was developed in JavaFX and uses the BookPanel for its book-like page turning effect.
* [http://www.apress.com/book/view/1590599454 JavaFX Script: Dynamic Java Scripting for Rich Internet/Client-side Applications] is a book about JavaFX Script being published in October 2007 by Apress.
+
* [http://www.apress.com/book/view/1590599454 JavaFX Script: Dynamic Java Scripting for Rich Internet/Client-side Applications] is a book that teaches JavaFX Script. It is being published in October 2007 by Apress as a "firstPress" book (available as a downloadable eBook or print on demand paperback).

Revision as of 03:42, 9 October 2007

Connecting to OpenJFX

The hub of all activity in the JavaFX world is most certainly OpenJFX.org which links over to the dev.java.net page.

In order to fully immerse yourself in the community (and this goes for most dev.java.net projects), you should do the following (also note the JavaFX front page has a very similar How to Contribute guide):

Links and Information

Some interesting links:

  • The JavaFX Programming Language offers an informal but quite detailed look at the language and its features.
  • The Welcome to JavaFX message by Chris Oliver provides a history of the language and some design decisions. Interesting quote:
From my experience with C++ and Java, having method bodies in the class declaration clutters it with a mass of implementation details which is detrimental to getting an overview of the actual relationships and operations embodied by the class. It was for this reason that I decided to define the bodies of class operations and functions outside the class declaration.
  • Chris Oliver's weblog, especially the F3 category also has some history and cool examples.
  • Chaotic Java - Blog by Aviad Ben Dov about Java and programming with informations about using JavaFX script.
  • F3 Widgets provides a nice list of all the classes used in F3, including the filters, clips and other things that are one step behind the GUIs. Generally applicable to JavaFX.
  • JavaFX API is a similar list of classes and information, done in a javadoc-style.
  • The Saint Louis JUG has a nice, concise presentation on JavaFX
  • Indy JUG JavaFX Presentation Is a presentation given to the Indianapolis Java Users Group on August 29, 2007. The presentation was developed in JavaFX and uses the BookPanel for its book-like page turning effect.
  • JavaFX Script: Dynamic Java Scripting for Rich Internet/Client-side Applications is a book that teaches JavaFX Script. It is being published in October 2007 by Apress as a "firstPress" book (available as a downloadable eBook or print on demand paperback).