Should I use Play 2.0 or upgrade to 1.x

As the current stat of game 2.0, is it better to wait until it becomes more mature and use game 1.x or go to play 2.0, as I notice that in game 2.0 there are almost no plugins that exist for 1.x

+6
source share
5 answers

I am a big supporter of Play 2.0 , mainly for its huge improvements in asynchronous support and kernel integration with Akka . The Scala API is much better in 2.0 than 1.2.4, and using SBT , since the base build system was also a great solution.

If you are worried about plugins, it’s not worth it, because you can use almost everything that is compatible with SBT .

Play 2.0 is really a natural evolution of the Play Framework, and investing in the 1.x platform at the moment in the game will bring little profit.

+6
source

If you just want to complete all the steps : go to playone .

If you want technological magic : go with playtwo .

+18
source

Shameless self-esteem: my last blog post talks about the changes from 1.x to 2.0.

True, there are not many plugins, but there are many things that you can use without a plugin defined for Play (for example, Salat for MongoDB access). You can also use SBT plugins (something you couldn't do before).

+3
source

To complete the answers of Sean and Marius: always go ahead, with Play 1 there will be a day when the community decides to end the line. No one knows when.

+1
source

Source: https://habr.com/ru/post/913622/


All Articles