Thursday, April 26, 2012

What is Spring?



Spring is a Open Source FrameWork.Which is created by Rod Johnson and describe in book "EXPERT ONE on ONE".
Spring makes it possible to use JavaBeans to achive things that were priviously only possible with EJBs.
To makes More sense of spring,let's break this description down:
1. Lightweight-Spring is Lightweight in terms of both size and overhead.Complete framework can be distributed in a single JAR file that weight in at just over 2.5 MB.
2. Dependency Injection-To promotes loose coupling use a technique which is called DI.
3.Aspect Oriented Programming-Spring Comes With rich support for aspect-oriented programming that enable cohesive development by separating
business logics from system services and transaction.
4.Container-It contains and manages the lifecycle and configuration of application objects.
5.Framework-Spring makes it possible to configure and compose complex application from simpler components.


For Further Reading,
General, Java, spring

0 comments:

Post a Comment


 

Site Status

Man Behind Technical Today

Hello, I am Navin Bansal. I am a student of MCA in Rajsthan Institute of Engineering and Technology and owner of this blog. I share my view and ideas among people.