Hi,
(I've just sent this question to the wicket users list by accident :-) )
I have a GET method which takes a bunch of optional search parameters.
I then put these in a map, keyed by the @QueryParam.
A cool servlet framework we use (wicket) has a construct called
PageParameters. Is there anything similar in Jersey?
Gabor Szokoli