I have an object that I\'d like to serve in JSON as a RESTful resource. I have Jersey\'s JSON POJO support turned on like so (in web.xml):
I'm new to this but I was able to use POJOs after adding the jackson-all-1.9.0.jar to the classpath.