Is it possible to create a B4J web server that also supports UI functionality?
The project will be started as a UI (JavaFX) project.
So, in the Appstart sub there will be no StartMessageLoop
In the Appstart sub it will open a layout file for display, but it must also be able to act as a web server for web browser clients to view static pages and to submit forms.