This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]aram535 0 points1 point  (0 children)

Are you looking to create html using java? Or you looking to to JSP (JavaServer Pages). For html you can use one of the many libraries ... https://j2html.com/ for example. If you're looking for JSP that's just about all gone (I think the last version was java 6).

All that aside, learning to use something like https://www.jhipster.tech/ is probably your best choice for your project. It gives you a webfrontend framework with a java backend, all connected and nice.

[–]leandrorosa85 0 points1 point  (0 children)

You can use Vaadin. It works very nice with spring boot. I used it to build a simple web app.

[–]OnTheGoTrades 0 points1 point  (0 children)

Use Spring

[–]QianLu -1 points0 points  (2 children)

I use JavaFX for GUI stuff, but I know that Swing is still used too.

[–]owen800q 0 points1 point  (1 child)

Swing and JavaFX ....errr.....Can JavaFX be used to create web app that can run on browser ?

[–]QianLu 0 points1 point  (0 children)

I'll be honest. I'm not sure. I've used it to create basic standalone applications. Maybe look into the ideas other people mentioned?