users@jersey.java.net

Re: [Jersey] Application scaling support in Jersey

From: Tatu Saloranta <tsaloranta_at_gmail.com>
Date: Wed, 15 Jul 2009 22:11:22 -0700

On Wed, Jul 15, 2009 at 4:09 PM, Suchitha Koneru
(sukoneru)<sukoneru_at_cisco.com> wrote:
> Hello Jersey Users,
>                            I am new to Jersey and would like to know if
> jersey caters for application scaling. For example if we try to POST  50,000
> items, can we do it in the form of batches ? In case of web services based
> on SOAP we have ws-enumeration for handling this scenario. I would like to
> know, if we have something similar in  Jersey

Just define your resource (that you are POSTing) to contain List/array of items?

-+ Tatu +-