Making JavaFX Development Faster
Mark Fortner
phidias51 at gmail.com
Thu Oct 18 10:39:54 PDT 2012
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