I have a project and i was trying to create a restful webservis. I searched a lot and almost finished all the net documentation. Always having a problem. Can someone say me a good webservis sample which has got server and client side in java?
+1
A:
One way to do it is doing something like this:
http://java.sun.com/developer/technicalArticles/WebServices/restful/
Tommy
2009-08-16 13:10:09
+1
A:
I've had a good experience with Restlet. It handles both the client and server side well. The tutorials are also good enough to get you started.
Rich Seller
2009-08-16 13:45:48