http://jersey.576304.n2.nabble.com/Regular-Expression-matching-any-td5186256.html
2010/10/4 Mike K <mkogan_at_semanticresearch.com>:
>
> I am working on a Jersey-enabled project, and I am noticing that lists are
> treated by people in the following manner:
> resource?id=a&id=b&id=c
> however, I think the following method translates the hierarchical and
> homogeneity better:
> resource/a,b,c
> not to mention being more compact.
> I am having a hard time finding if Jersey supports that.
>
> Any ideas?
>
> Thanks,
>
> Mike.
> --
> View this message in context: http://jersey.576304.n2.nabble.com/Comma-Separated-Lists-in-Jersey-tp5601352p5601352.html
> Sent from the Jersey mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>
>