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

[jsr339-experts] Re: First steps

From: Guilherme Silveira <guilherme.silveira_at_caelum.com.br>
Date: Wed, 9 Mar 2011 17:02:04 -0300

> But frankly spoken it would remove just one or two annotations
> from hundreds in our JAX-RS layer.
It raises the problem :) hundreds of annotations... removing the need for them.
That is what I am looking for. Making it easier to write the same code.

Regards

Guilherme Silveira
Caelum | Ensino e Inovação
http://www.caelum.com.br/



On Wed, Mar 9, 2011 at 4:24 PM, Markus KARG <markus_at_headcrashing.eu> wrote:
> Great idea. But frankly spoken it would remove just one or two annotations
> from hundreds in our JAX-RS layer. So would it be worth the effort?
>
>> @Path("something")
>> @GET
>> public Response something(...
>>
>> @Path("something")
>> class SomethingResource {
>> }
>>
>> Can we provide default configurations for the above ones?
>
>
>