users@jersey.java.net

[Jersey] Re: Fw: restful web service problem

From: Jakub Podlesak <jakub.podlesak_at_oracle.com>
Date: Mon, 23 Jul 2012 17:50:33 +0200

Hi Tobi,

i suggest you ask at the Java EE NetBeans forum [1] as Jersey team has
nothing to do with the NetBeans generated code.

~Jakub

[1]http://forums.netbeans.org/javaee-users.html

On 7/8/12 1:46 AM, tobi familua wrote:
> 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..
>
>