dev@jsr311.java.net

Re: JSR311: Feedback from W-JAX presentation

From: Stefan Tilkov <stefan.tilkov_at_innoq.com>
Date: Wed, 7 Nov 2007 15:31:25 -0800

On Nov 7, 2007, at 7:56 AM, Paul Sandoz wrote:

> Ryan McDonough wrote:
>> @Stateless
>> @UriTemplate("/people")
>> public class PeopleServiceBean {
>> @GET("{id}")
>> public Person getPersonById(@UriParam("id") String id) {...


Won't the most common case be that the return type is "Response"?

Stefan
--
Stefan Tilkov, http://www.innoq.com/blog/st/