Say, user needs to build RESTful HTTP services. He can do it using either frameworks with proprietary API (like Restlet, Restfulie) or frameworks supporting JAX-RS API (like Jersey, Apache CXF and Restlet as well). I would agree they are incomparable things but at then end they serve the same purpose. So, selecting from your list the question is more about choosing between JAX-RS annotations and the Restlet annotations. But I think (from my limited Restlet knowledge) the difference is much more than just annotations.
Cheers, Ivan ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2889456

