Come annunciato da Fabio nel newsgroup, riporto anche qui la notizia della disponibilità dell'alpha1 di NHibernate.Burrow. Ma cos'e' NHibernate.Burrow? Ecco un breve estratto preso direttamente dal wiki:
Why Is Burrow Needed?
Burrow is a light weight middleware developed to support .Net applications using NHibernate (maybe also referred as NH in this article) as ORM framework.
Using Asp.net with NHibernate could be a challenge because of the fact that NHibernate is a stateful environment while Asp.net is a stateless framework. Burrow can help solve this conflict by providing advanced and smart session/transaction management and other facilitates.
....
....
OpenSessionInView pattern isn't hard to implement, but the real power Burrow provides is that Burrow conversation can span over multiple http requests, in another sentence, Burrow Conversation allows end user to have a stateful business transaction with the system that spans over multiple http request and response
Per chi volesse scaricarlo il link è il seguente:
http://sourceforge.net/project/showfiles.php?group_id=216446
Molto interessante, soprattutto per chi come me lavora prevalentemente con ASP.NET.
Mi riprometto di testarlo al più presto!
Technorati Tags:
NHibernate