Making JavaFX Development Faster

Will Hoover java.whoover at gmail.com
Thu Oct 18 11:09:27 PDT 2012


As mentioned in an earlier thread of yours, you can save a lot of time
creating Observable versions of your POJOs by using http://wp.me/p2rLDc-1c 
It will auto-generate all of your POJO Observable properties for you as you
bind them (provided you don't need any fancy expressions ;)

-----Original Message-----
From: openjfx-dev-bounces at openjdk.java.net
[mailto:openjfx-dev-bounces at openjdk.java.net] On Behalf Of Mark Fortner
Sent: Thursday, October 18, 2012 1:40 PM
To: openjfx-dev at openjdk.java.net
Subject: Making JavaFX Development Faster

One of the big timewasters when it comes to JavaFX projects taking your
server-side POJOs, creating Observable versions of them, and creating forms,
and controllers for them.  If you've been doing JEE development in the past
5 years then you're probably already using Spring ROO, Grails, or some other
RAD tooling that makes this type of work trivial in the web world.  All of
these artifacts are usually generated directly from the POJOs.

So I'm curious if anyone knows of any tools that make that process easier
and faster?


Cheers,

Mark



More information about the openjfx-dev mailing list