users@jersey.java.net

[Jersey] Fw: restful web service problem

From: tobi familua <kenzomartins4uall_at_yahoo.com>
Date: Sat, 7 Jul 2012 16:46:05 -0700 (PDT)

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..