spring

TwitterFacebook
Get flash to fully experience Pearltrees
Inversion of Control Containers and the Dependency Injection pattern - Martin Fowler's seminal oldie, but goodie bliki article. It seems quaint at this point, but only because "everyone's doing it" (which was heavily due to Martin Fowler's work). It's a bit confusing at times, but should be a required read.

Spring Reading - Getting Started with Spring Framework | Javalobby

http://java.dzone.com/articles/spring-reading-getting-started
http://www.springframework.net/ Welcome to the home of Spring.NET. Led and sustained by SpringSource , a division of VMware , Spring.NET is an open source application framework that makes building enterprise .NET applications easier.

Spring.NET - Application Framework

http://blog.springsource.org/2007/04/24/the-essence-of-spring/ This happened in Atlanta last week while I was in a Barnes & Noble bookstore.

Team Blog » The Essence of Spring

Migrating to Spring

Now that I have Spring-ified the infrastructure and data code, it's time to tackle the web tier. The central class here is Spring MVC's Controller interface: package org.springframework ... interface Controller { public ModelAndView handleRequest( HttpServletRequest request , HttpServletResponse response ) throws Exception ; } http://onjava.com/pub/a/onjava/2006/12/13/migrating-to-spring.html?page=3

Acegi Security System for Spring - Acegi Security System for Spring

Spring Security 2.0.0 Released Acegi Security is now Spring Security , the official security project of the Spring Portfolio . http://www.acegisecurity.org/
http://www.shoesobjects.com/blog/2004/11/21/1101083542880.html

Unruly Rambling - Spring and Hibernate, Simplify the DAO layer

Spring and Hibernate Simplify the DAO layer