BLOG.TIGABEATS.COM

A shrine where thoughts, ideas and random stuff is preserved

Spring 3.0 – Getting Started

Spring 3.0 is a framework which makes it easier to create J2EE Applications by means of DI and AOP,where DI stands for Dependency Injection, also known as Inversion of Control or IoC.

Dependency Injection/Inversion of Control

  • Dependencies are given to POJO (plain old java objects) rather than that they are aware of the dependencies and get them on their own, hence loose coupling.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

* Copy this password:

* Type or paste password here:

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>