Ask HN: Which Java Web Framework will stand out above others in 2012.
11 points| retrofit_brain | 14 years ago | reply
Play is beautiful, Roo is confusing and seems like another me too. Struts, JSF are operating from coffins.
what will survive in 2012 and next few years?
[+] [-] ramblerman|14 years ago|reply
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
[+] [-] kls|14 years ago|reply
[+] [-] chc|14 years ago|reply
This kind of app might be fine on the platforms where it's tested, but tends to have severe performance problems for others. Many of us have had our computers bogged down by very resource-intensive web apps, and this "Do everything on the client" philosophy is a common culprit. Exchanging ~50 ms on the server for ~250 ms on the client can become really user-hostile as you get further from the best-case scenario.
[+] [-] sktrdie|14 years ago|reply
[+] [-] defk|14 years ago|reply
[+] [-] badmash69|14 years ago|reply
[+] [-] davidhansen|14 years ago|reply
[deleted]
[+] [-] retrofit_brain|14 years ago|reply
I personally like how Play has evolved, but adoption is severely thin. They just got typesafe backing but Spring with the muscle behind it might be able to shove the rest away.
[+] [-] ExpiredLink|14 years ago|reply