Hello,

I''m using tynamo-resteasy and was wondering if one could use subresources with 
it. 
(http://docs.jboss.org/resteasy/docs/1.0.0.GA/userguide/html/JAX-RS_Resource_Locators_and_Sub_Resources.html)


Basically for a URL like this:

/foo/1/bar

I would have a FooResource that would return the BarResource parameterized with 
the correct Foo instance (id=1).

I know I can just call "new BarResource()" in the handler method of the 
FooResource class, but that way I loose all the @Inject stuff.

Is there another way of doing this?

Best regards,
Paulo Andrade
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to