« Return to Thread: tapestry-spring autowiring

Re: tapestry-spring autowiring

by jwcarman :: Rate this Message:

Reply to Author | View in Thread

Tapernate is based on the hivemind-hibernate3 library
(http://svn.javaforge.com/svn/hivemind/hivemind-hibernate3/trunk)
which basically allows you to set up Spring's hibernate support via
HiveMind.  It "hivemindizes" the Spring hibernate classes.

On 8/31/07, Marcus.Schulte@... <Marcus.Schulte@...> wrote:

> have a look at tapernate (http://www.carmanconsulting.com/tapernate/)
>
> > -----Original Message-----
> > From: Ari Miller [mailto:ari@...]
> > Sent: Friday, August 31, 2007 12:35 AM
> > To: user@...
> > Subject: tapestry-spring autowiring
> >
> >
> > We are using hivemind 1.1.
> > Many of our services are autowired with our existing
> > persistence services.
> > We want to switch to injecting in our persistence services
> > from Spring, to take advantage of container managed transactions.
> > I can inject in spring beans using the tapestry-spring
> > functionality, but autowiring doesn't seem to be available.
> > Is there an established pattern for also considering Spring
> > beans when autowiring within hivemind?
> >
> > P.S.
> > I am aware of hivetranse, but would prefer to use Spring for
> > this purpose.
> > --
> > View this message in context:
> > http://www.nabble.com/tapestry-spring-autowiring-tf4357304.htm
> l#a12417539
> > Sent from the Hivemind - User mailing list archive at Nabble.com.
> >
> >
>

 « Return to Thread: tapestry-spring autowiring