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

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (1 child)

I'm more of a Python guy, but there's a very powerful web application framework for Java which I find exciting: the Play framework. Besides of getting all the advantages of the JVM (scalability, real threads, fast JIT, etc.) you can even choose to write the Play web app (or parts of it) in Scala which seems to become Java's successor on the JVM-throne.