1. NHibernate architecture? stackoverflow.comI'm planning to implement my next project (asp.net MVC) by using nhibernate as an ORM. Since I do not have experience with nhibernate, I wondering how I should organize dependencies between ... |
2. Should I use Hibernate with this multi-threaded architecture or abandon it? stackoverflow.comMy software uses multiple threads to do its work. There is a pipeline that looks something like this: ... |
3. Tiered architecture -> use long persistence contexts forum.hibernate.orgHi, I'm working with hibernate for 2-3 month. So I'm not mastering it yet. I got into a problem of inconsistency between persisted object. When I'm loading objects from two different transaction, hibernate actually create two different instance even if the object have the same ID. I think the problem is related to the fact, my session open and close on ... |