I have developed standalone applications with JavaFX and its impressive. I want to use these features in a web application also, for something like Dashboard generation. I have been thinking off-late if it is at all possible.Help,comments or suggestions of any sort is appreciated.
1 Answer
I see three ways:
- JavaFX Applet: This would match what you ask, I think, but Applets/ Browser Plugins are discontinued by Oracle
- Java Web Start: The application wouldn't run in the browser but can be started from a link in the browser.
- CaptainCasa: I haven't tried it, but AFAIK, they use JavaFX as the rendering part for JSF pages.