users@jersey.java.net

Re: [Jersey] Re: resources inheritance

From: Felipe Gaúcho <fgaucho_at_gmail.com>
Date: Wed, 12 Aug 2009 09:47:58 +0200

> What is returned by readAll is an implementation of Vector (which implements
> Collection).


so I would prefer Lists ?

> public List<T> selectAll(@PathParam("offset") int offset,
> @PathParam("limit") int limit) {