Peter, I cannot remember the details but I don't think the HibernateAvalon component worked particularly well. I may be wrong but I think even its author now uses a different model.
Personally, my use of Hibernate with Avalon works on the basis that I keep the hibernate objects clean and do not attempt to make them DAO's, but I do write a Manager for virtually every hibernate object and make the Manager class an Avalon component. This does seem to work effectively. Session management is then handled separately using a model which suits the domain. You could look at the zebra-antelope web application at http://zebra.tigris.org/nonav/antelopeZebraSample/ This shows one way of working with Hibernate with Avalon components as managers. Meercat is the library used to manage hibernate sessions in a web-app environment. All source code is at tigris. Regards, Peter On Tue, 13 Jul 2004 [EMAIL PROTECTED] wrote: > Hi, > > The hibernate howto states "We leverage the Avalon based HibernateService that > is hosted as part of the HibernateExt project." > When I checked the repository there, I can only find stuff in the attic. The > files were deleted 5 weeks ago, as nobody maintained it anymore. > Does it live on elsewhere? > > thx, > p > > --------------------------------------------------------------------- > 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]
