Jerome Louvel
Jerome Louvel
See this list as a starting point: http://roy.gbiv.com/pubs/dissertation/net_app_arch.htm#sec_2_3 - Performance - \- Network performance - \- User perceived performance - \- Network Efficiency - Scalability - Simplicity - Modifiability -...
Suggested by Mike Amundsen: "for example do we want to optimize first for runtime experience? user experience? design-time experience? developer experience? governance experience? while we may want all, what are...
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.
As reported in #945 it isn't possible today to support the resolution of generic types references. We should enhance our introspection logic.
The Javadoc page of the Introspector is here: http://restlet.com/technical-resources/restlet-framework/javadocs/2.3/jse/ext/org/restlet/ext/apispark/Introspector.html This page doesn't contain any information on the parameters supported by the Introspector program. Also, it doesn't include an hyperlink to...