Description

Provides Tapestry integration with Spring. This plugin relies on the normal Spring setup in web.xml (as described in the Spring documentation), but then wires things up so that you can use the @InjectSpring annotation (or <inject type="spring" ...> in a specification file) to access the Spring bean.

Limitations

This only works with servlet Tapestry; support for Tapestry portlets is deferred to a later release.

Previous versions of this library did not work with Spring prototype beans (the earlier versions would access the bean just once and retain it). The current version of the library re-acquires the bean from Spring on each access, which works for both singleton and prototype beans.

Availability

Version 1.0.0 is now available. If you don't care for Maven, you may access the binary and source distribution files at http://howardlewisship.com/downloads/tapestry-javaforge/.