8

I found an old question "How to use the Play framework to develop a web service"

I'm trying to use Play 2.0 and Scala to do the same. Will everything still be the same on Play 2.0 with the exception of moving from Groovy templates to Scala templates?

A new example will be greatly appreciated.

Community
  • 1
  • 1
Jack
  • 16,506
  • 19
  • 100
  • 167

1 Answers1

2

There are lots and lots of changes in Play 2.0. The internal core API is in Scala, with the Java code being a wrapper.

There are three examples in the Play Framework code:

https://github.com/playframework/Play20/tree/master/samples

This may help you see what has changed between versions.

Will Sargent
  • 4,346
  • 1
  • 31
  • 53