Play is not perfect but it's a real advance in the Java world with respect to web app development. I still wonder why nobody decided to do this kind of stuff sooner.
2years ago, I had almost decided to consider Java as lost for web developments. I had tried PHP/Python/Grails and felt it really fitted web development better than any JEE web frameworks: more productive, easier to learn, develop and maintain and less resources required with general better results in term of graphical aspect. JEE frameworks work yes but how many developers and time and tools do you need to do so basic things such as forms doing CRUD stuff?
Then I've discovered Play and since this time, I think Java can be a good web platform again. Play is lightweight enough for the web layer and you still can use all those great opensource production-ready frameworks from the Java world. Moreover, you can code in Java and don't need to switch to Groovy. There is still the question of the web page templating engine naturally. Play provided Groovy templating which is not really satistying. There are other engines: Japid, Cambridge for ex. Scala templating is really promising because it's a compiled one. There is no solution within Java for this. Java does not target this topic at all.
Intrigued by Scala tempaltes and grateful to great Play! Scala integration and also being a senior Java developer being more and more disappointed by global Java inertia, I began discovering Scala which provides a very very powerful alternative to Java in the JVM. Scala is really mature and provides features that will never appear in Java even in 10 years. I'm not still sure that a basic Java developer could easily switch to Scala because Scala is a advanced language that allows writing things in many ways and not one or 2 like Java. You can write Scala as you write Java but it's so much more powerful that you feel quickly it's a pity doing so. Nevertheless, as any advanced language, it requires being more strict in your coding policy if you don't want to end into writing incomprehensible code IMO (it's the same in C++ and I don't speak about functional languages). Anyway, for a senior developer, let me tell you that it's much more intellectually satisfying to achieve a piece of code in Scala than in Java... it's a fact ;)
Incoming Play2.0 is also really promising...
I believe Java+Web can be something else than the following "caricature" vicious circle:"write tags, write beans, write JPA, write XML/annotations everywhere, redeploy, wait, wait, test... 10pages of exceptions... rewrite tags, rewrite code, launch debugger, redeploy, wait, wait, test... debug... oh no: bug not in code but in tag... stuck......" ;)... At least, in Play, you remove the "wait, wait", the "xml/annotations everywhere" and JPA is not required (ok you can also choose something else in JEE) and the tag bugs also (ok you can have other bugs but anyway, it gives another point of view and it's good sometimes)