views:

92

answers:

2

hi everyone. i'm begginer for java spring framework. and how to configuration xml file. and what do to do modules. how to use those? mainly how to use spring framework? please advice me guys.

+1  A: 

excellent resource Spring by Example

Adnan
A: 

Spring is a three legged stool:

  1. dependency injection
  2. aspect oriented programming
  3. module libraries such as persistence, remoting, web mvc, etc.

Best to start at the beginning: Spring MVC Step by Step

duffymo
thanks to all for reply. i'm try to understant the fundanmental spring framework
bayarja