You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Arve Klev <ar...@gmail.com> on 2006/12/01 11:04:13 UTC

Tapestry portlet calling Spring-services?

hi,

I'm using Tapestry 4.0.2 for the web-layer, and integrates Spring (2.0) by
use of "tapestry-spring" api.
I do like tapestry for the MVC layer, and this Spring-integration works fine
for the servlet Tapestry.

For the servlet Tapestry I'm using:
    @InjectSpring("facade") / <inject type="spring" property="facade"
object="facade"/>
    public abstract BusinessFacade getFacade();

BUT; is it an easy way to set up a Tapestry portlet that is calling services
in Spring?
("support for Tapestry portlets is deferred to a later release" -
tapestry-spring)


Thanks,

Arve Klev