02.04.06

SpringFramework.NET still lacking db4o integration

Posted in .NET at 10:50 am by skoobi

SpringFramework.NET is, to me, one of the best .NET Lightweight Containers available over there. More than just an Inversion Of Control framework, it features an interesting set of features such as AOP (Aspect Oriented Programming).

However, I still haven’t figured out whether Spring.NET has a unified framework for Data Access and Transaction Management as its Java peer. It looks like some of the classes are there, but the reference documentation doesn’t deal with the subject.

Something interesting would be to be able to use declarative AOP-style transaction demarcation  with db4o, the only free OO database available for the .Net platform. Has anyone any idea of how to achieve this ?

Leave a Comment