Home

« September 2010

01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
This is the personal homepage of Christopher Chestnut which also contains information about my hobbies of which include LARP Live Action RolePlay. This First Page is a blog page or Live Journal where I post what has been happening recently in my life and any recent upgrades to the site. Enjoy.

Archives / Back to Main Page

Very useful site

Working with the new frameworks of Spring.net and nHibernate I came across this article which has been invaluable sussing out spring. Of course there is the spring manual but when just starting I found it explained many of the concepts of dependency injection that spring is famous for.

In summary spring does a load of the coding for you, you create interfaces for your classes, data access layer, business logic, and presentation layer and then create interfaces for them. Initially I could not understand why you would want to add this extra level of abstraction to the class, but this article explains that spring uses these interfaces to add it's classes to yours making it work. Its class, pun intended.

http://www.developer.com/.../Dependency-Injection-with-SpringNet.htm

Posted by Christopher Chestnut on 2010-03-02 13:28:30



*