restlet-tutorial
restlet-tutorial copied to clipboard
Comprehensive Restlet tutorial
Could you give an example for PATCH method to partial update an object in Restlet? Thank you!
See the list of doc issues: https://github.com/restlet/restlet-framework-java/issues?labels=Documentation&page=1&state=open
The tutorial mentions DBCP, but MySQL JDBC driver already has builtin pooling support: http://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html We should adjust the text.
https://github.com/schacon/gitbook They write the doc in the markdown format (easy with GitHub): http://github.github.com/github-flavored-markdown/ We can then produce HTML and PDF pretty easily using tools such as Pandoc or similar tools:...
See especially this forum message: www.manning-sandbox.com/thread.jspa?messageID=131358 Suggests structure to follow that relates to our new tutorial project.