Assuming you have a spring bean with name userManager you can use the
following code in a tapestry page

        @Inject
        @Service("userManager")
        private UserManager userManager;

Petros



malin wrote:
> 
> Hi all!
> 
> I'm doing a Tapestry project for learning/education purposes and would
> like
> to learn some Spring as well.
> 
> What is the most common way to use Spring in combinations with Tapestry?
> How
> do you combine Tapestry and Spring? Which parts of Spring? Please share
> some
> of your experience with me :)
> 
> I've learnt a lot of Tapestry so far but know quite little about Spring.
> 
> Cheers,
> Malin
> 
> 

-- 
View this message in context: 
http://www.nabble.com/T4.1%3A-How-do-you-combine-Tapestry-%2B-Spring--tf4055449.html#a11519771
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to