You are on page 1of 1

Spring

-> spring is a very popular framework it is used for building enterprise java web
application
-> when spring intially comes up as -simpler and lighter version of j2ee(advanced
java)
-> it provides large number of helper classes and makes things easier for
development
->older we use j2EE now all are using springs because of Ejb(enterprise java beans)

Dependancy
injection

-> injecting dependencies of an object from outside(spring framework) is known as


DI
bunch of variables is calles dependencies
(ex for dependencies : when a person taken for project he depends on skills
,team etc )
[ * it creates only dependencies here,but we need not initialize objects or
values to dependencies .
spring will take care of those intiliazing objects by using setter injection,
constructor injection* ]
-> spring what injects and how injects ?

You might also like