Re: T5 : Spring 2.5 support w/ tapestry-spring ?

2008-08-30 Thread Mohammad Shamsi
Martijn, we do most of our projects in company with Spring, i like it. i prefer to using tapestry with spring too. i use spring security, service layer facilities and also dao layer abstraction. i use Tapestry just in Presentation layer. because its great in this layer. specially Tapestry 5. On

T5 : Spring 2.5 support w/ tapestry-spring ?

2008-08-29 Thread Alex Kotchnev
Is anyone successfully using spring 2.5 w/ the tapestry-spring module ? The module main page talks about it being tested against 1.2.8. Cheers, Alex K

Re: T5 : Spring 2.5 support w/ tapestry-spring ?

2008-08-29 Thread Martijn Brinkers
Yes I am using Spring 2.5 with the Tapestry Spring module Martijn Brinkers On Fri, 2008-08-29 at 03:15 -0400, Alex Kotchnev wrote: Is anyone successfully using spring 2.5 w/ the tapestry-spring module ? The module main page talks about it being tested against 1.2.8. Cheers, Alex K

Re: T5 : Spring 2.5 support w/ tapestry-spring ?

2008-08-29 Thread Toby Hobson
me too Toby 2008/8/29 Martijn Brinkers [EMAIL PROTECTED] Yes I am using Spring 2.5 with the Tapestry Spring module Martijn Brinkers On Fri, 2008-08-29 at 03:15 -0400, Alex Kotchnev wrote: Is anyone successfully using spring 2.5 w/ the tapestry-spring module ? The module main page

Re: T5 : Spring 2.5 support w/ tapestry-spring ?

2008-08-29 Thread Timothy Sweetser
Thirded--my most recent app is pretty heavily integrated with Spring 2.5, without much trouble. Tim On Fri, Aug 29, 2008 at 12:49 PM, Toby Hobson [EMAIL PROTECTED] wrote: me too Toby 2008/8/29 Martijn Brinkers [EMAIL PROTECTED] Yes I am using Spring 2.5 with the Tapestry Spring module

Re: T5 : Spring 2.5 support w/ tapestry-spring ?

2008-08-29 Thread Mohammad Shamsi
Martin, take a look at PHB here : http://code.google.com/p/shams that is another sample of integrating Tapestry with Spring 2.0.5 On Sat, Aug 30, 2008 at 1:26 AM, Timothy Sweetser [EMAIL PROTECTED] wrote: Thirded--my most recent app is pretty heavily integrated with Spring 2.5, without

Re: T5 : Spring 2.5 support w/ tapestry-spring ?

2008-08-29 Thread Mohammad Shamsi
sorry, the spring version is 2.5, On Sat, Aug 30, 2008 at 1:32 AM, Mohammad Shamsi [EMAIL PROTECTED]wrote: Martin, take a look at PHB here : http://code.google.com/p/shams that is another sample of integrating Tapestry with Spring 2.0.5 On Sat, Aug 30, 2008 at 1:26 AM, Timothy Sweetser

Re: T5 : Spring 2.5 support w/ tapestry-spring ?

2008-08-29 Thread Martijn Brinkers
That's not to say that I prefer Spring over tapestry IOC but I needed Spring security support. For example lazy initialization of services is more powerful and versatile with Tapestry IOC than with Spring. Martijn On Fri, 2008-08-29 at 09:21 +0200, Martijn Brinkers wrote: Yes I am using Spring