|
|
|
|
|
by brunoborges
960 days ago
|
|
You should check out JPro. It is a JavaFX-based technology where the JavaFX (desktop framework) is rendered in the browser using Web stack technologies. The entire state of the app is maintained server-side, even on a per-user basis. JFX Central is implemented like that: https://www.jfx-central.com/ The code base is actually a desktop application written in JavaFX, where the browser just happens to be a "monitor screen" showing you the desktop app. As for server-side state and server-side rendered UI, many other Java frameworks have implemented similar techniques, including but not limited to: JSF, Apache Wicket, Vaadin, etc. I am not sure this project is truly innovating here, with things like: HTML."""
<div>Hello</div>
""";
|
|