Play framework 2.10 released
playframework.com
Play framework 2.10 released
1–10 of 76 posts
Re: Play framework 2.10 released
#2Re: Play framework 2.10 released
#3Re: Play framework 2.10 released
#4It keeps getting better with each release, and as more plugins are written. The docs are really clear, and the community is thriving. Very good stuff!
Re: Play framework 2.10 released
#5Re: Play framework 2.10 released
#6Way to go guys! :)
Re: Play framework 2.10 released
#7Some 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 re-connecting (it does reconnect for subsequent requests when pool is in error state)
Re: Play framework 2.10 released
#8It confused me for a while, until I understood it, then I think it is fancy, and useless.
But impressive maybe, if it was done using the tech they want you to use.