I developed a java application with a JavaFX8 GUI. the program runs continuously (for long periods) collecting data,processing it and writing to the DB etc. configuration and oversight of the program are through the GUI.
I would like to be able to see/control the application from any computer with a browser. would Vaadin be a good way to do that (any alternatives that are easier?) ? I have tried some to adapt some Vaadin examples and have not managed to get my program running continuously regardless of what user connects/disconnects to the web service? does it depend on what server is running Vaadin? I am currently using the Jetty (in eclipse with the Vaadin plugin)
I have been writing code in java for a few years but have very little experience in server-client code
Thank you