Skip to content

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

Clone this wiki locally