Syllabus:
1. IOC:(Inversion of Control)
Spring IOC Container
BeanFactory
Spring xml based configuration using elements
Bean
Import
Aliasing beans
Bean
Scopes
Autowiring
collaborators
Shutting
down the Spring IoC container
Gracefully
in non-web applications
Bean
definition inheritance
BeanFactoryAware
, BeanPostProcessor
ObjectFactoryCreatingFactoryBean
BeanFactoryPostProcessor
PropertyPlaceHolderConfigurer
PropertyOverrideConfigurer
ApplicationContext
JdbcTemplate
Most of the methods present in JdbcTemplate class will becovered
3. SPRING-ORM
Object
Relational Mapping (ORM) data access: (Integrating Hibernate
with Spring)
Introduction
of Hibernate
HibernateTemplate
JndiObjectFactoryBean
LocalSessionFactoryBean
HibernateDaoSupport
4. SPRING-AOP
AOP(Aspect Oriented Programming):
Advice,JoinPoint,Aspect,Target,Pointcut
BeforeAdvice
AroundAdvice
Throws
Advice
Static
pointcuts
Dynamic pointcuts
5. SPRING-MVC
6. STRUTS WITH SPRING INTEGRATION
1. IOC:(Inversion of Control)
-
Instantiation using a constructor
- Instantiation
using a static factory method
- Instantiation
using an instance factory method
- Injecting dependencies using Setter Injection and Constructor Injection
- Making
use of idref, local, property,
Inner beans,props, list,set, map, Collection merging,null,depends-on,
Lazily-instantiating beans,Life cycle methods
- Singleton
- Protoype
- request
- session
- no
- byName
- byType
- constructor
- autodetect
2.
SPRING-JDBC
3. SPRING-ORM
4. SPRING-AOP
AOP(Aspect Oriented Programming):
- NameMatchMethodPointcut
- RegExpMethodPointCut
5. SPRING-MVC
6. STRUTS WITH SPRING INTEGRATION
No comments:
Post a Comment