Dear colleagues,
I am re-familiarizing myself with JSR 311 and Jersey to see if it
provides value in implementing my RESTFul server.
I have an existing service that supports an arbitrary number of search
queries. Each search query supports arbitrary set of
parameters that are supplied to the search action as name / value pairs.
The supported set of querys and their parameters
may be updated dynamically at any time.
Conceptually my search interface maps to the following Java Interface:
interface SearchInterface {
List search(String queryId, Map<String, String> queryParametersMap);
}
I would appreciate any advice on whether jersey is a good fit for this
and if so, some guidance on how to go about implementing such an
interface to my service using Jersey. Any pointers to similar examples
would be great too. Thanks for your help.
--
Regards,
Farrukh Najmi
Web: http://www.wellfleetsoftware.com