I wanted to develop a RESTful Application with use of CRUD in Play framework. Unfortunately I can’t find a way to define DELETE and PUT in the routes of Play. Maybe there is just POST and GET available in Play?
I wanted to develop a RESTful Application with use of CRUD in Play framework.
Share
Are you sure you cannot use DELETE/PUT? The docs say otherwise.
http://www.playframework.org/documentation/2.0.4/JavaRouting