restlet-tutorial
restlet-tutorial copied to clipboard
Take into account Restlet Framework documentation issues
See the list of doc issues: https://github.com/restlet/restlet-framework-java/issues?labels=Documentation&page=1&state=open
Hi I found an issue about tutorial
http://restlet.com/technical-resources/restlet-framework/tutorials/2.3#part01
@Get("json") public String toString() { return "hello, world"; }
Hi @marti1125 , if I understand well, you point the fact that the toString
method is simply annotated with the @Get annotation whithout any parameter, whereas you would like to add the "json" parameter?
yes it works but I see an error so I decided to add "json"
Thanks @marti1125 , I've added the "txt" parameter which is better than "json".
:+1: how to I can deploy a maven java app ?