architecture « Update « JPA Q&A





1. NHibernate architecture?    stackoverflow.com

I'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.com

My 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.org

Hi, 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 ...