forked from linkedin/rest.li
-
Notifications
You must be signed in to change notification settings - Fork 0
Spring Dependency Injection
Joe Betz edited this page Aug 28, 2013
·
14 revisions
An example project using spring dependency injection is available in the rest.li codebase:
https://github.com/linkedin/rest.li/tree/master/examples/spring-server
This example currently contains InjectResourceFactory, RestliHttpRequestHandler and SpringBeanProvider, all of which are needed to do spring dependency injection with rest.li. We plan to incorporate these classes into the rest.li codebase so developers can depend on them, in the meantime, one may copy from the example as needed.