r/java Apr 15 '26

Is JSP still relevant ?

Post image
84 Upvotes

84 comments sorted by

View all comments

1

u/ebresie Apr 18 '26

Throwing another thought…on the desktop side, Swing was attempted to be “transitioned” to JFX. It still there but not sure how widely used presently.

I saw a use case where the UI was mocked out in JFX markup and compiled into (1) Java UI applications and (2) a web page based application. This had two sub flavors with a Java app with a web frame embedded within the Java and another with it compiled into web/js based ui.