As the current stat of play 2.0 Is it better to wait for It to be more mature and use play 1.x or go for play 2.0 as I notice that play 2.0 nearly have no plugins that exist for 1.x
I am a huge supporter of Play 2.0, mostly for its huge improvements in async support and core integration with Akka. The Scala API is much better in 2.0 than 1.2.4, and using SBT as the underlying build system was also a great decision.
If you're worried about plugins, don't be, because you can use practically anything that is compatible with SBT.
Play 2.0 is truly the natural evolution of the Play Framework, and investing into the 1.x platform at this point in the game will yield little return.
If you simply want to get things done: go with playone.
If you want technologic wizardry: go with playtwo.
I am a huge supporter of Play 2.0, mostly for its huge improvements in async support and core integration with Akka. The Scala API is much better in 2.0 than 1.2.4, and using SBT as the underlying build system was also a great decision.
If you're worried about plugins, don't be, because you can use practically anything that is compatible with SBT.
Play 2.0 is truly the natural evolution of the Play Framework, and investing into the 1.x platform at this point in the game will yield little return.
Another blog post that compares 1.2.x to 2.0: http://blog.awfbeat.com/post/22314115684/impressions-of-play-framework-1-2-4-vs-2-0
Shameless self promotion: My latest blog post talks about the changes from 1.x to 2.0.
It's true there aren't as many plug-ins, however there's a lot of stuff you can use without a Play-specific plug-in (e.g. Salat for MongoDB access). You can also use SBT plug-ins (something you couldn't do before).
To finish Sean's and Marius' answers: always go forward, with Play 1 there will be such day when community will decide to finish the line. Nobody knows when.
© 2022 - 2024 — McMap. All rights reserved.