Extended Stripes-Spring Support

Stripes-Spring is an extension to Stripes that expands upon the existing support that Stripes provides for Spring. Stripes-Spring provides constructor injection and the ability to configure your action beans in a Spring context. This has been done with care to not violate the spirit of Stripe's simplicity.

NOTE: Stripes-Spring *DOES NOT*require your ActionBeans to be managed by Spring. It provides the ability to have your ActionBeans managed by Spring. It does not require that they be. Care is taken to provide a simple and appropriate option for both Stripes managed injection and Spring Managed injection.

To downloading and documentation please visit http://bgoodin.github.com/stripes-spring/