I'm looking for a best way that is available for Java developers to implement REST services that will be communicating via JSON or XML. I'm looking for production-ready products.
I know that Spring 3.0 is coming, but it's not done yet - no luck.
Is Jersey the one?
My application is hosted by Tomcat, uses Spring, Jettison and XStream.
I'd like to use an open-source package that will allow me so have a similar development experience as WCF.NET, where I can declare the Url templates, map GET/POST and get an output either in XML or JSON. The accepted payload should be XML or JSON as well.
Any ideas out there?