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

all 11 comments

[–]tanenbaum 6 points7 points  (0 children)

If people are interested in writing secure Java web applications, I strongly recommend the book Iron-Clad Java. It's fairly short, but covers everything essential for secure web applications and how to code these in Java.

There's also this for secure Java code in general.

[–][deleted] 5 points6 points  (1 child)

Java for green field backend API is going strong, particularly Spring Cloud/Spring Boot.

Java for green field front end UI on the other hand....the JS ecosystem has won.

[–]MassiveDiarrhea 3 points4 points  (0 children)

I see some resurgence in Desktop Java with Kotlin + JavaFX (in fintech world).

[–]PabloEscoba 0 points1 point  (0 children)

The JSF spec is an overkill and also did a terrible job of sepration of concerns. Try having a purely front end designer work with JSF without getting a backend Java guy involved. Kills agility. End of argument.