Sunday, 1 November 2015

Introduction

Spring is a
1.light weight frame Work
2.less Invasive frame Work
3.spring is developed with plain old java objects(POJO)
4.spring works on the concept of loosly coupling by applying dependency injection and interface orientation
5.boilerplate code is being removed through aspects and templates
6.spring provides  transaction for all persistence layer framework

There are Different modules in spring frameWork

1.Spring core
2.Spring jdbc
3.Spring AOP
4.Spring Transaction
5.Spring mvc


As we will go through the next series of tutorial I will travel you through all modules with suitable examples