February 4, 2005

Spring without Hype

From Keith Donald's description of the Spring Framework without the hype of terms like IoC and Dependency Injection:

In essence, the Spring container ... configures and connects the objects (or components, or services - pick your term there) that makeup the internals of your application in a loosely-coupled manner via well-defined interfaces.
Having just started working on a project that makes good use of Spring, I appreciated reading this.

Posted to Software Development by Keith Pitty