Or else it is simple to use Spring+Hibernate within tapestry. There is
a spring plugin which allows you to inject your Tapestry Page obejcts
with spring beans.

@InjectObject("spring:myService")
public abstract MyService getMyService();


would give you access to the myService spring bean from within your
tapestry page.  That's how I use it, and it doesn't require any extra
framework.  Just download the tapestry-spring jar file.  Sorry, I
don't have a link handy, but a google search will turn it up easily
enough.

--sam


On 4/5/06, Daniel Lydiard <[EMAIL PROTECTED]> wrote:
> Cognition
> http://dev.thelabllc.com/cognition/
>
> Viewlet of it in action
> http://dev.thelabllc.com/cognition/viewlets/cognition_intro.htm
>
>
> ----- Original Message -----
> From: "Chris Nelson" <[EMAIL PROTECTED]>
> To: "Tapestry users" <[email protected]>
> Sent: Wednesday, April 05, 2006 8:45 PM
> Subject: Re: Tapestry4+Spring+Hibernate
>
>
> > Trails is such a framework.
> >
> > http://trails.dev.java.net
> >
> > --- seng kim khong <[EMAIL PROTECTED]> wrote:
> >
> >> Hi,
> >>
> >>
> >> I would like to ask that is it got anyone have
> >> experience in combining
> >> tapestry4, spring and hibernate to build a
> >> framework.
> >> If yup, can please share out what important need to
> >> be consider? And what is
> >> the best pratice to handle the concurrency for
> >> hibernate data model?
> >>
> >>
> >> Thx a lot......
> >>
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to