Deploy javafx.beans.property.* as separate JAR library

Benjamin Gentner be.gentner at googlemail.com
Sun Feb 22 16:12:56 UTC 2015


Hello,

any possibility to release the functionality contained in
javafx.beans.property.* and required dependencies as separate JAR
library? It may be useful for various applications which don't use
JavaFX to separate view (presentation) and domain model.

I use observable properties from JavaFX for a game prototype written in
Java and libGDX currently. I simply use a part of the sources from the
OpenJFX project. Are there any plans to release that part of JavaFX as a
separate independent library? If not can I release that part on Github
with the same license? What steps should I do before? A few points:

- Migrate packages from javafx.* to something different?
- Break dependencies to hidden/private JDK/OpenFX classes
- Remove all classes and functionality which are not required for
observable properties


Regards,
beegee



More information about the openjfx-dev mailing list