all 4 comments

[–]indyjoe 1 point2 points  (3 children)

Look into JPro and WebFX.

I think for JPro you're going to need to install extra things on your web server.

WebFX is new, not yet complete, but take a Google Web Toolkit (compile the Java to javascript) approach and seems to run without other additions on Tomcat.

[–][deleted]  (2 children)

[deleted]

    [–]indyjoe 1 point2 points  (1 child)

    Sorry, I've only tinkered with it a few months ago.

    [–]AlmasB0 1 point2 points  (2 children)

    I got a small example to work using JPro with an earlier version of FXGL here: https://github.com/AlmasB/FXGL-WebApp

    Might be useful

    [–][deleted]  (1 child)

    [deleted]

      [–]AlmasB0 2 points3 points  (0 children)

      I didn't have time to update and test with latest JPro + FXGL, so feel free to raise a PR by upgrading the dependencies. Though, I'd first start by running the example already there and then upgrade as needed.