Comment: Re:Play framework (Java) (Score 1) 353
Play is in a bit of a transition, however. The 'new' play is Play 2, and it's still missing a lot of functionality when you start to dip under the hood and try to build out a real application (as I did over the last week or so). A number of basic features around DB integration, user management and other 'core' features aren't where they were in Play v1.
I ended up going with Python and flask for the early stages of my app, and figure that I can worry about moving back to Play 2 as/when it's ready and needed. As long as the backend database and model is the same it shouldn't be that painful a transition and prototyping with Python is *quick*.
Note that the above comments apply to the Java side of things, it's different if you're working with Scala as it uses different underlying technologies.