Especially the increased compilation times when I hit reload are a turn of.
Play framework 2.10 released
11–20 of 76 posts
Re: Play framework 2.10 released
#12I'm learning Scala and I want to play with it for webdev, but I know how much "hidden effort" is in learning any framework so i's really love something like this...
Re: Play framework 2.10 released
#13Re: Play framework 2.10 released
#14Re: Play framework 2.10 released
#15Re: Play framework 2.10 released
#16BTW, error in title, Not '2.10' but '2.1.0'
Re: Play framework 2.10 released
#17Major highlights of this release include:
* Migration to Scala 2.10
* Migration to Scala concurrent Futures
* Modularisation of Play itself
* Modularisation of routes files
* Better thread management and HTTP context propagation in Java projects
* Managed controller instantiation
* New Scala JSON API
* New Filter API with built in CSRF protection
* RequireJS support
* Content negotiation
* Improved Iteratee API
Re: Play framework 2.10 released
#18Re: Play framework 2.10 released
#19nothing that awesome to make me switch from Grails.
Re: Play framework 2.10 released
#202.0.4 had bad defaults and documentation. Some highlights: - half baked config (no array. multiple values can be hacked as `foo.bar={a: 1, b: 1}`) - can only set logging level in the config. and, xml logger config doesn't have application.conf values (logger.* in .conf are useless) - routes dsl (meh) - bad db connection pool. it kills all other connections if a connection fails, and goes into error state instead of r…