Always remain updated about current software development trends

Articles by JAVAFX-SOCIAL-BOOKMARKS

JavaFX 2 Presentation at Toulouse

JavaFX 2 Presentation at Toulouse on February 16th, 2012 from 18:30. Registrations are opened! Go to Source

Jfokus 2012 to impress with great speakers, talks and conference apps [13-15 February 2012]

[ * ] Jfokus 2012 Talks http://www.jfokus.se/jfokus/talks.jsp?lang=en [ * ] Jfokus 2012 Vaadin app http://www.jfokus.se/jfokus/page.jsp?lang=en&id=vschema [ * ] Jfokus 2012 REST, Android, JavaFX apps http://www.jfokus.se/jfokus/page.jsp?lang=en&id=rest...

Building Java EE Applications in JavaFX 2.0

In this article, the first of several in which I explore various options for building Java EE applications in JavaFX 2.0, I perform a direct port of Richard Bair's FXML+Guice dependency injection example into Spring. (Richard Bair is Oracle's Chief...

e(fx)clipse 0.0.12 released

e(fx)clipse provides tooling integration for JavaFX 2.0 into the Eclipse IDE Go to Source

How to build and package JavaFX 2 Application with Maven

The short guide to begin to build your JavaFX 2 application with Maven. An example is demonstrated with continuous integration and delivery. Go to Source

I Hear Voices: JavaFX 2.1 Developer Preview for Linux

The release of the JavaFX 2.1 Developer Preview for Linux last week rounds out the Mac OS X and Windows releases that were already available. I thought that this would be an interesting time to take the pulse of the JavaFX community, so I asked several JavaFX...

Focus on JavaFX 2 FXML with NetBeans IDE 7.1

In October 2011, I used the post Hello JavaFX 2.0: Introduction by NetBeans IDE 7.1 beta to look at using NetBeans IDE 7.1 beta to build a simple Hello, World style of JavaFX 2.0 application. In this post, I look at using NetBeans IDE 7.1 (no longer in beta)...

JavaFX 2.1 SDK Developer Preview Comes To Linux

The beta is a 32-bit release, and requires Ubuntu 10.04 or later or equivalent, and requires JDK 7 Update 2. To give it a spin, I downloaded the JavaFX 2.1 SDK Developer Preview for Linux, the *.tar.gz version of 32-bit JDK 7. Untarred them into the /opt directory,...

FXML Stuffs (include and define)

Hello folks, Today I would like to blog about the FXML define and include tag which can be very useful for those who are very keen to use FXML in their application. The FXML is an XML file which is loaded by javafx using FXMLLoader . It's all loaded at...

Advantages of JavaFX builders

Very often one has to create a number of of similar objects. Using JavaFX builders for this task instead of constructors has several advantages as we will see in this article. In short, builders\u2026 are easier to read and understand avoid some "copy...