@lnxw48a1 It looks like it is still the same. Servlets, JPA, JDBC, web.xml etc. However, it is apparent that I am from the newer generation where getting starting to a new framework is just a matter of minutes rather that hours or even days. I still can't even get to consistently launch the JBoss server and still, it is just to show a 404 error page.
@lnxw48a1 I am so used to things like ` composer create-project symfony/skeleton my-project; cd my-project; php -S 0.0.0.0:8080` to get a nice greeting web page.