RE: Hibernate with HiveMind -- examples, tutorials, etc.?

2007-11-04 Thread Marcus.Schulte
> > Yes I've heard that this can be done, but I can't find > anything in the documentation which describes how it's done. > Searching with Google ('hivemind spring integration', etc.) > gives no joy either. Can someone point me to the reference > document that I've missed which explains this

Re: Hibernate with HiveMind -- examples, tutorials, etc.?

2007-11-04 Thread James Adams
Johan Maasing-2 wrote: > > On 11/4/07, James Adams <[EMAIL PROTECTED]> wrote: > > You could also use Spring & Hivemind (yes seems redundant) but it is very > easy to use spring beans from hivemind. > > Yes I've heard that this can be done, but I can't find anything in the documentation which

Re: Hibernate with HiveMind -- examples, tutorials, etc.?

2007-11-04 Thread James Carman
The hivemind-hibernate3 library uses Spring and HiveMind together, but it uses Spring's Hibernate support in a HiveMind way. The pieces of Spring that you use for writing DAOs (or repositories as I've started calling them) don't really have anything to do with an IoC container. They're not hard-wi

Re: Hibernate with HiveMind -- examples, tutorials, etc.?

2007-11-04 Thread Johan Maasing
On 11/4/07, James Adams <[EMAIL PROTECTED]> wrote: > > Thanks Jean-Francois for your quick response. > > Yes I saw HiveTranse but it looks to be meager compared to what you get from > Spring -- no offense intended, I'm just spoiled by the feature set and first > class documentation of the Spring Fr