Re: Tapestry and Spring 2.0

2006-12-08 Thread Christian Dutaret
I use Tap 4.1.1-SNAPSHOT + Spring 2.0.1 + tapestry-spring 0.1.2 : works like a charm (except some maven2 dependency oddities). 2006/12/7, Skorpien126 <[EMAIL PROTECTED]>: Spring 2 is released and I want to know if it´s compatible with tapestry 4.0.2 or even with 4.1??? Is there maybe a new Tap

Re: Tapestry and Spring 2.0

2006-12-07 Thread Kalle Korhonen
We are using Spring 2.0 and Tapestry 4.0.2 together with Trails 1.0-SNAPSHOT. You can quote me on it :) 2.0 interfaces are pretty much the same as in 1.2.6. Context file schema has some minor changes and some test classes have changed. Overall, there should be no problem switching. Kalle On 12/7

Re: Tapestry and Spring 2.0

2006-12-07 Thread Daniel Tabuenca
I think it should be compatible, but don't quote me on that. In any case I am using Spring 2 with tapestry without using tapestry-spring. I use spring-2.0 @Configurable annotation to allow me to inject my beans into any object including Tapestry pages and Hibernate entities. I also use spring-anno