This post from a while back: RESTful on Play! framework Illustrated a very elegant approach to designing RESTful Web Services on Play! 1.x with Java.
I am working with Play! v2 and am wondering how easy it is to migrate this approach to the new version. Right off the bat I see that the render method doesn't exist anymore, so I was wondering if any major architecture changes in the framework prevent this process from being used.
This post: Play 2.0 RESTful request post-processing illustrates some of the 2.0 based processing, but it is done in Scala and I am having a devil of a time parsing through it