Is there a way to pass a list to RESTFul web service method in Jersey? Something like @PathParam("list") List list?
A:
If I'm understanding what you're trying to do, you could serialize the List object and pass it as a string.
xil3
2010-07-05 20:46:08