Courses Offered: SCJP SCWCD Design patterns EJB CORE JAVA AJAX Adv. Java XML STRUTS Web services SPRING HIBERNATE  

       

SPRING Course Details
 

Subcribe and Access : 5200+ FREE Videos and 21+ Subjects Like CRT, SoftSkills, JAVA, Hadoop, Microsoft .NET, Testing Tools etc..

Batch Date: Aug 10th & 11th @ 9:00AM

Faculty: Mr. Anji Reddy

Duration: 1 Weekend Batch

Fee: 2000/- INR
+ Reg Fee 100/-INR

Location : Maitrivanam, Hyderabad.

Venue :
DURGA SOFTWARE SOLUTIONS at Maitrivanam
Plot No : 202, IInd Floor,
HUDA Maitrivanam,
Ameerpet, Hyderabad-500038.

Ph.No: +91 - 9246212143, 80 96 96 96 96


Syllabus:

1. IOC:(Inversion of Control)

Spring IOC Container

BeanFactory

Spring xml based configuration using elements

Bean

  • 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

Import

Aliasing beans

Bean Scopes

  • Singleton
  • Protoype
  • request
  • session

Autowiring collaborators

  • no
  • byName
  • byType
  • constructor
  • autodetect

Shutting down the Spring IoC container

Gracefully in non-web applications

Bean definition inheritance

BeanFactoryAware , BeanPostProcessor

ObjectFactoryCreatingFactoryBean

BeanFactoryPostProcessor

PropertyPlaceHolderConfigurer

PropertyOverrideConfigurer

ApplicationContext

2. SPRING-JDBC

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

  • NameMatchMethodPointcut
  • RegExpMethodPointCut

Dynamic pointcuts

5. SPRING-MVC

6. STRUTS WITH SPRING INTEGRATION