users@jersey.java.net

chaining resources.

From: Brendan Murphy <brendan.murphy_at_euro.apple.com>
Date: Mon, 29 Jun 2009 15:33:02 +0100

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...