users@jersey.java.net

Dynamic resources

From: Matthieu Riou <matthieu.riou_at_gmail.com>
Date: Wed, 15 Oct 2008 08:13:42 -0700

Hi,

I have a need to create resources dynamically instead of having predefined
static classes. The use case is I'm implementing a server where users can
deploy business processes. Those should be exposed using a RESTful web
service. But of course I don't know beforehand the resource address or even
how many resources I'm going to have.

Is there an API in Jersey that I could use to handle this use case?

Thanks,
Matthieu