ROTECTED]> wrote:
> > 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: Tap
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 or what not.
>
> Working perfectly fine.
>
> @Inject
> @Service("
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 So
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, a
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
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 ma