Live data from Hacker News

Ask HN: Which Java Web Framework will stand out above others in 2012.

news.ycombinator.com

11–12 of 12 posts

Re: Ask HN: Which Java Web Framework will stand out above others in 2012.

#11
I think the question is really twofold as Java in the enterprise and Java for the general hacker have very different use cases.

The enterprise space is where java still lives and breathes, and in that area I don't see play making any immediate headway. Spring and JSF will probably remain top candidates. I wouldn't clump JSF with struts just yet, with the release of JEE6 and JSF2 it has gained new traction. I'm no fan though and would love to see Spring dominate.

In the personal hacker space Play is great, but grails is pretty awesome too.

As for the next few years, I think it really depends on how Java 8 is implemented. I think the JDK has a healthy future, but If java remains a part of it will depend on a healthy implementation of closures

Re: Ask HN: Which Java Web Framework will stand out above others in 2012.

#12
post #3

Play! framework is way above anything else I've tried in Java.

Rails/django like power, no need for IDE or XML configuration, container-less deploy (or WAR with one command), out of the box things like json rendering, file upload, capcha, better JPA, easy config = Play! is the winner. Version 2.0 with equal support for programming in Scala and Java and Scala-like statically typed html templates will be released around February.
Post reply on HN