It's been couple of days since I have started reading about restlet api. I am 
implementing a service where my restlet/resource gets normal HTTP POST and 
after some processing I am suppose to return xml message back. I was looking 
at restlet api and xmlWriter class etc. I also read that restlet has extensive 
support to xml. A co-worker told me about a http://simple.sourceforge.net/ 
which allows serilization/deserialization of xml into java objects. Since I am 
new to both I was wondering which approch is better? whether restlet's api is 
enough to do the same of I have to use some third party xml api's?

Thanks for help,

Reply via email to