Spring Introduction
Containers & Responcibilitys
Spring containers(core&j2ee_context)
RTP,IOC
How to Achive IOC by-using Dependency Injection
Types of Dependency Injections
Setter
Constructor
Important DI among Constructor&setter
Dependency-Checking (declarative&Annotation based)
Autowiring Delarative&Annotation
Dependency Injection (DI)
Primitive data types
Secondary data types by using ref ,ref bean
Collections &Predefined Classes(File,URL,Properties,Class etc.) DI
Singleton,Factory Pattern,Instance Factory ,StaticFactory
Types of Java beans
ix. Spring pojo's
Property file reader classes
Spring-i18n
Bean lifyCycles:
Programatic
Declarative
Anotation(@PostConstruct and @PreDestroy )
BeanPostProcessor
MethodReplacer
EventHandling
DAO
Containers & Responcibilitys
Spring containers(core&j2ee_context)
RTP,IOC
How to Achive IOC by-using Dependency Injection
Types of Dependency Injections
Setter
Constructor
Important DI among Constructor&setter
Dependency-Checking (declarative&Annotation based)
Autowiring Delarative&Annotation
Dependency Injection (DI)
Primitive data types
Secondary data types by using ref ,ref bean
Collections &Predefined Classes(File,URL,Properties,Class etc.) DI
Singleton,Factory Pattern,Instance Factory ,StaticFactory
Types of Java beans
ix. Spring pojo's
Property file reader classes
Spring-i18n
Bean lifyCycles:
Programatic
Declarative
Anotation(@PostConstruct and @PreDestroy )
BeanPostProcessor
MethodReplacer
EventHandling
DAO
Spring-JDBC
Using DataSource
Using JDBCTemplate
NamedParameter
Spring-ORM
Dao with Plain Hibernate
Dao with HibernateTemplate
AOPProgramatic AOP
Declarative AOP
Pointcuts programatic&Declarative(@Pointcut(Exprestion))
AspectJ
Using DataSource
Using JDBCTemplate
NamedParameter
Spring-ORM
Dao with Plain Hibernate
Dao with HibernateTemplate
AOPProgramatic AOP
Declarative AOP
Pointcuts programatic&Declarative(@Pointcut(Exprestion))
AspectJ
SpringTX
Importance of Transaction Management
JTA
Deff BMT&CMT
Spring Programatic&Declarative-TX
Spring-Remoting
Spring Remoting Applications
Sockets
RMI &Spring RMI
Hesion
Burlap
Http Invoker
Spring MVC&WEB
Spring mvc architechure
Deff types of
Hadlers
Controllers
ViewResolvers
Validations
Interceptors
MVC @annotation support
Spring-Strut's Integration