How do I implement Restlet function which accepts JSON post? And how do 开发者_StackOverflow中文版I test this using curl?
I\'m developing a product that will use extensively of Restlet for consume WCF Rest Services. I had created a method to post a XML of a class
I have a home page home.html inside a war file named \"webapp-1.0.war\".When the browser requests \"http://domain/myapp\" I want the home.html served up, but I want the browswer address bar to continu
C开发者_如何学Pythonan any one please provide the required setup and steps to develop a sample web service program using RESTLet.How about the documentation on RESTLets site?