Re: [T5] Spring and T5

2008-01-25 Thread Mohammad Shamsi
using T5 ,, 5.0.7 and spring 2.5.1 ,,, working fine for me. -Original Message- From: Fernando Padilla [mailto:[EMAIL PROTECTED] Sent: 24 January 2008 15:32 To: Tapestry users Subject: Re: [T5] Spring and T5 Yup. I have been using T5 and Spring since I started, 5.0.5

Re: [T5] Spring and T5

2008-01-24 Thread Fernando Padilla
Yup. I have been using T5 and Spring since I started, 5.0.5 or what not. Working perfectly fine. @Inject @Service(beanName) private BeanClass bean; Emmanuel Sowah wrote: Hi, I read some time back that unlike T4, T5 would treat Spring as a first citizen. However, I've been struggling in

RE: [T5] Spring and T5

2008-01-24 Thread Mahen Perera
I have also been using T5 ,, 5.0.7 and spring 2.5.1 ,,, working fine for me. -Original Message- From: Fernando Padilla [mailto:[EMAIL PROTECTED] Sent: 24 January 2008 15:32 To: Tapestry users Subject: Re: [T5] Spring and T5 Yup. I have been using T5 and Spring since I started, 5.0.5

Re: [T5] Spring and T5: A match made in heaven

2008-01-24 Thread Michael Lake
Emmanuel - Spring is brain-dead simple to integrate with tapestry 5. If you need help Emmanuel, you may email me relevant bits of your code and I would be more than happy to help you. Really though, there's great documentation on the site to show you exactly how to do this, Emmanuel. I,

Re: [T5] Spring and T5

2008-01-24 Thread Michael Courcy
Just work perfect, and Honestly installing spring was a matter of 3 minutes. Have a look there http://wiki.apache.org/tapestry/Tapstry5First_project_with_Tapestry5,_Spring_and_Hibernate If you're still metting problem I can send you a mavenized project with even dbunit integrated. Emmanuel

Re: [T5] Spring and T5

2008-01-24 Thread Andreas Andreou
] Sent: 24 January 2008 15:32 To: Tapestry users Subject: Re: [T5] Spring and T5 Yup. I have been using T5 and Spring since I started, 5.0.5 or what not. Working perfectly fine. @Inject @Service(beanName) private BeanClass bean; Emmanuel Sowah wrote: Hi, I read some time back