Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take into account Restlet Framework documentation issues #3

Open
jlouvel opened this issue Sep 4, 2012 · 5 comments
Open

Take into account Restlet Framework documentation issues #3

jlouvel opened this issue Sep 4, 2012 · 5 comments

Comments

@jlouvel
Copy link
Member

jlouvel commented Sep 4, 2012

See the list of doc issues:
https://github.com/restlet/restlet-framework-java/issues?labels=Documentation&page=1&state=open

@marti1125
Copy link

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";
}

@thboileau
Copy link
Contributor

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?

@marti1125
Copy link

yes it works but I see an error so I decided to add "json"
error_xml

@thboileau
Copy link
Contributor

Thanks @marti1125 , I've added the "txt" parameter which is better than "json".

@marti1125
Copy link

👍 how to I can deploy a maven java app ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants