Is the Java FX's webkit good enough to run delegated UI's?
![]()
We integrate into OSLC at REST level. Our application is written in Swing. Today the only way we have been able to show a delegated UI is via a third-party product www.webrenderer.com. (Web renderer works perfectly. )
Recently it has been suggested that we might also use the Web Kit support embedded in Java Fx to show delegated UI's. The plan is to create a Java FX component within our swing application and then use the Web Kit in Java Fx to present a delegated UI.
Does anyone know if this will work? Is the Java Fx Web component sufficiently mature to run the delegated UI's successfully?
|