Hello, I am thinking about using the NHibernate facility in my current project which uses an adapted version of Billy McCafferty's solution he posted on codeproject ages ago, I guess everyone has come into contact with that article once... http://www.codeproject.com/KB/architecture/NHibernateBestPractices.aspx
I am using multiple databases here and a module to open close sessions. The different SessionFactories are kept in a hash table with their paths as keys and are injected into to my daos, which are non generic interfaces (with a generic super interface). Nhibernate is completely hidden behind these interfaces to my application and I would like to keep it that way. Anyone has already converted that kind of solution to the facility? Is this a good idea? Anybody can give me some hints? There is not a lot of info out there (that I found and answered my doubts...) -- Jan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
