Restful api using play

// Readings

http://code.hootsuite.com/our-experience-with-building-a-restful-data-api-using-play/

http://stackoverflow.com/questions/671118/what-exactly-is-restful-programming

https://s3.amazonaws.com/tfpearsonecollege/bestpractices/RESTful+Best+Practices.pdf

http://stackoverflow.com/questions/4097686/restful-frameworks-for-android-ios

http://stackoverflow.com/questions/6986014/rest-based-services-in-back-end


// Play + REST Step by step
// init play project
http://code.tutsplus.com/articles/building-ribbit-in-scala--net-34302

// Routing
https://www.playframework.com/documentation/2.1.1/ScalaRouting
http://stackoverflow.com/questions/11207503/does-play-framework-support-nested-routes-like-rails

// Results
https://www.playframework.com/documentation/2.1.1/ScalaResults

// Json
https://www.playframework.com/documentation/2.1.1/ScalaJson

// MySQL
https://www.playframework.com/documentation/2.1.1/ScalaAnorm

http://stackoverflow.com/questions/10007029/steps-needed-to-use-mysql-database-with-play-framework-2-0

http://stackoverflow.com/questions/18834723/you-do-not-have-an-implicit-application-in-scope-playframework-with-oracle

// jdbc-resultset
http://stackoverflow.com/questions/2102662/scala-exposing-a-jdbc-resultset-through-a-generator-iterable

http://stackoverflow.com/questions/5588361/scala-resultset-translation-into-a-different-kinds-of-multimaps

http://stackoverflow.com/questions/4927260/filling-a-scala-immutable-map-from-a-database-table

// sample
https://github.com/Pivopil/play

No comments:

Post a Comment