New JEP Candidate: http://openjdk.java.net/jeps/283
- Mark
Hi Kevin and Kirill,
Please review the following:
https://bugs.openjdk.java.net/browse/JDK-8136920
http://cr.openjdk.java.net/~almatvee/8136920/webrev.9.00/
8u backport: http://cr.openjdk.java.net/~almatvee/8136920/webrev.8u.00/
Added support for libavcodec55, libavcodec56 and
Hi Erik
Thanks for this - it makes sense.
I was wondering about
1) getting the sub-class of javafx.application.Application to register itself
at runtime as an OSGi service; or
2) trying to create a ServiceFactory that creates an instance of
javafx.application.Application (perhaps decorated or
Hi Stephen,
We use JavaFX in an OSGi container, as a service component, in production,
so it's perfectly possible.
However there are a few gotcha's you need to take into account (I can not
c/p the code for obvious reasons...) which makes using it in osgi... quite
horrible :)
When triggering a
Hi Kevin,
Please review this fix for the changes to the JLINK API that the packager uses:
JIRA: https://bugs.openjdk.java.net/browse/JDK-8149966
Webrev: http://cr.openjdk.java.net/~cbensen/JDK-8149966/webrev.00/
Thanks,
Chris
I am trying to make JavaFX 8 work with OSGi Declarative Services. My preferred
solution would be to instantiate javafx.application.Application as an OSGi
service.
As I understand it, there are two ways of activating JavaFX:
1) sub-class javafx.application.Application or
2) call