Fire CSLA.NET with NhibernateFire CSLA.NET with Nhibernate
Old forum URL: forums.lhotka.net/forums/t/6336.aspx
mamboer posted on Wednesday, February 04, 2009
Hi,all,
I'm running a c# experimented framework leveraging
Csla.Net WITH
NHibernate.
My goal is,with this framework we can build flexible and scalable LOB(Line of business) applications more rapidly basing on Csla.Net and NHibernate.
The framework was born from a project called '
cslaptrackerfactory',which was developped by some pioneers as a drop in replacement for the standard
Csla ProjectTracker.Library.dll.
It uses NHibernate as the ORM on all DAL tasks,and Csla.net to manipulate the business layer.
Since i'm not so experienced at framework design,any contributors are wanted.
U can access the framework through svn from
CslaRepository,mail me if you wanna contribute.
Thanks.
mamboer replied on Thursday, February 05, 2009
Contact me through cocoayoyo(at)gmail.com
Philip replied on Thursday, February 05, 2009
Hi
I have downloaded your project and I think you have done a great job. We are currently working at Eurowise to create NHIbernate templates for Code Complete and we have not yet decided on a "pattern" to use. Yours looks as a good option but, at first sight, looks complicated to use for Code Generation. AM I wrong in assuming that?
Regards
Philip
mamboer replied on Thursday, February 05, 2009
Hi
Do you mean generating NH mapping files or Csla.net BO?
For the former,It seems that FluentNhibernate will do the right job.For the latter,we can write a Codesmith template to generate appropriate business objects.
Copyright (c) Marimer LLC