Update the game! Framework to version 2.0?

I'm curious if it's possible to update my game! 1.2. 4 attachments to version 2? I know it was painful to do an update like this with Symfony with their newest version, but maybe easier with Play !?

+3


source to share


1 answer


No, they changed everything: the format of the routes files, the language of the template expression, the whole controller will return the api (which is now completely asynchronous via Akka). Play2.0 is a completely different product and I consider it more of a Scala stack than Java. For example, when you create a new application, you are prompted to enter:



  • Scala application
  • Java application
  • ...
+3


source







All Articles