I am new to playframework, we are planning a big project witch will be expose api for other applications can integrate with it; Do we have any extensions or libraries like django-piston that support playframework ?
|
There are great tutorials on how to do that on a blog and at StackOverflow. | |||
|
feedback
|
|
No need to install extensions on Play!, the simplest thing is to use a REST API and all is ready! Look at the tutorial given by freedompeace, and come back when you have questions. | |||
|
feedback
|