views:

13

answers:

0

There is a lot of information and examples out there for combining Spring with Restlets, and it is somewhat confusing. Can anyone provide a simple web.xml and *-servlet.xml to demonstrate how I would combine Spring with Restlets?

Specifically, I want the restlets to be created by Spring, and I want to use annotations for injecting resources. Among the resources I want to inject are repository/DAO objects.