Deploy javafx.beans.property.* as separate JAR library
Kevin Rushforth
kevin.rushforth at oracle.com
Mon Feb 23 16:16:24 UTC 2015
JavaFX classes, including beans functionality, are delivered with the
JDK and we have no plan to make them available separately.
-- Kevin
Benjamin Gentner wrote:
> 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