views:

421

answers:

1

I'm making small web service(1) and I decided to use resteasy to make it. But I need to know what would be best practise to develop authentication with resteasy. And what kind of responses webservice should send? Are responses usually in XML or what format, and what format of XML response should be?

Btw. I use jboss 4 and Java 5.

http://www.assertionerror.com/2009/02/26/restful-web-services-with-resteasy/

(1) http://stackoverflow.com/questions/1803446/what-technology-i-should-use-to-develop-small-java-webservice

A: 
The MYYN