i'v been experimenting with restful web service using jersey in netbeans. i'v created a web service and registered it the netbeans web service, i was able to drag n drop into my client code (all works good), but the problem is the auto generated code does not include a way of working with object (RestResponse.getDataAsObject(...) instead of RestResponse.getDataAsString(...)) as compared to the generated facebook code which includes a facebook library for working with RestResponse.getDataAsObject(...)... pls a quick response would be appreciated..