Question Bank | DeepakGaikwad.net
Home » Archive

Articles in the Question Bank Category

Question Bank »

[17 Dec 2009 | 6 Comments | ]

What is Spring?

Spring is an open source enterprise application development framework, which is primarily based on IOC (inversion of control) or DI (dependency injection) design pattern. It provides ready container to create and manage objects and also provides enterprise services to those objects. It provides ready components for different tiers of application e.g. web, middle/business and data access.