Thursday, October 23, 2008

Fluent Spring is Alive

Fluent Spring project is alive. It is hosted at google code.
It is still very rough.

The project delivers DSL to configure Spring.NET in C#, no XML required.

Check it out at http://code.google.com/p/fluent-spring

Wednesday, October 15, 2008

Spring.NET fluent configuration

Mission


I like Spring.NET framework. But I am not a fan of xml configuration.

Spring.NET has programmatic configuration API. Refer to Mark Pollack's blog
However, the api is awkward to work with.

Plan

I like the wayAutofac's fluent configuration.
I plan to create a helper class to provide fluent configuration for Spring.NET a'la Autofac.