0

I am using restlet in java. I want to send data to the restlet service and perform some operation on that and then return the result to the client, receive on client side.

I am not getting any tutorial for this. Please can anybody provide me any example for this?

Thanks in advance for your help.

Deepu
  • 2,590
  • 19
  • 52
  • 74
  • I am able to resolve this problem, from the help http://stackoverflow.com/a/7346548/1365080. Thank You – Deepu May 04 '12 at 05:21

1 Answers1

0

Maybe Hello, World or First steps can be helpful. Also, check out REST for Java developers: Restlet for the weary, it demos an example application.

tenorsax
  • 21,123
  • 9
  • 60
  • 107