jsr339-experts@jax-rs-spec.java.net

[jsr339-experts] Re: First steps

From: Adam Bien <abien_at_adam-bien.com>
Date: Mon, 7 Mar 2011 20:36:18 +0100

In sub-resource locator you are usually passing an URI (from @PathParam).
There is no elegant way right now to implement that with EJB 3.1.

With POJOs it is not a big problem - you can pass the URI (usually a PK) in a constructor...

Constructor injection of the current context would be nice...

thanks!,

adam


On 07.03.2011, at 14:57, Bill Burke wrote:

>
>
> On 3/6/11 4:00 AM, Adam Bien wrote:
>> Hi Roberto,
>>
>> better intergration with EJB 3.2 would be also nice. E.g. it is hard right now to use EJB 3.2 as a sub-resource.
>>
>
>
> @EJB Sub sub;
>
> @Path("sub")
> public Sub getSub() { return sub; }
>
> ?
>
> --
> Bill Burke
> JBoss, a division of Red Hat
> http://bill.burkecentral.com