Making JavaFX Development Faster
Richard Bair
richard.bair at oracle.com
Thu Oct 18 11:21:59 PDT 2012
Another option I would guess is to not use observable objects at all, but you can still use binding (the property adapters should work with that). Even with a list view, which has an ObservableList, you can add items form a normal list and vice versa.
On Oct 18, 2012, at 10:39 AM, Mark Fortner wrote:
> 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