Hi,
I'm new to jersey and need help on how to use separate "REsources" to
handle different parts of a single URI, is this possible?
e.g take the URI "/employee/manager/john".
I'd like to chain 3 different resource objects one to handle each
part of the URI path. The first resource would handle "employee" and
pass "/manager/john" to
the next resource.
If this is possible, how is coded using the jersey API?
Any help would be appreciated,
Regards,
Brendan...