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.