Reputation: 8042
I've recently started teaching myself the Play! Framework. (I like it a lot.) I know Play 2.0 will be out soon, so what should I focus on learning? What will be the same/different in Play 2.0?
Upvotes: 3
Views: 527
Reputation: 7309
First of all Play 1.0 will supported in the future too. So it's not wrong to learn it. If you interested to learn scala the answer from Codemwnci is good. Otherwise I think you can start with Ebean, which is the default database layer in 2.0 and Japid for the templates.
Upvotes: 2
Reputation: 54934
There will be differences, but the best advice is to get used to the template engine that is part of the Scala module. I would expect there to be some kind of tutorial for transitioning between the two, but the advice that has been given to others is that using the scala version of Play1.x will be relatively seamless transition to play2.x.
Upvotes: 4