Yeah, I know about that JSON-P standard client api however, wanted to have the serialization done automatically as is the case for xml. What I did was, added:
jackson-jaxrs-1.5.4.jar jackson-core-asl-1.7.0.jar jackson-mapper-asl-1.7.0.jar Included "org.codehaus.jackson.jaxrs" to params in web.xml <init-param> <param-name>jersey.config.server.provider.packages</param-name> <param-value>com.project.example, org.codehaus.jackson.jaxrs</param-value> </init-param> And Bob is my uncle! Onto the next problem.... Kind Regards, Nick.
