Last Updated:3/23/2006 11:39:46 AM
Qplus logo Training
 
Home >> Training >> IT Training >> Curriculum for Spring
CURRICULUM FOR SPRING TRAINING
INTRODUCTION TO SPRING
arrow Spring Technology Benefits
arrow Spring Architecture Overview
arrow Quick overview of IoC, AOP, Templates, etc.
CREATING YOUR FIRST SPRING APPLICATION
arrow Configuring Spring application context
arrow Installing Spring in your application
arrow Creating a simple application
UNDERSTANDING IOC
arrow Configuring Beans
arrow Configuring Collaborators
arrow Configuring Properties (Property Editors, primitives, collection and basic types)
arrow Managing Bean lifecycle
arrow Create and Destroy methods
arrow Wiring options (constructor, by type, by name)
arrow Advanced App Context management (nesting app contexts)
arrow Creating a custom Property Editors
arrow Push props / Pull Props
arrow Bean extensions
arrow Bean Factory Bean Processors
UNDERSTANDING AOP
arrow Aspects
arrow Join points
arrow Advice (Advice that Spring supports)
arrow Interceptors
arrow Working with ProxyFactoryBean
arrow Point cuts
arrow Advisors
arrow Working with AutoProxies, Advisors and Point Cuts
arrow Setting up auto proxies
arrow ProxyFactoryBean
JDBC SUPPORT AND DAO
arrow JDBC Template (Intro to Templates)
arrow Using JDBC Helper objects (SqlFunction, SqlUpdate, SqlOperation, SqlQuery)
arrow Working with Mapping SQL query to setup lightweight ORM
arrow Introduction to DB Unit
arrow Using DAO support
arrow Using AOP transaction support
USING HIBERNATE AND SPRING
arrow Hibernate Intro
arrow Setting up mappings
arrow Setting up relationships
arrow Using Spring DAO support
USING THE SCHEDULER
arrow Setting up scheduler and jobs
arrow Quartz
arrow JDK Timer
USING SPRING'S EMAIL SUPPORT
arrow Problems with Java mail
arrow Spring's mail support
arrow MimeMessageHelper
SPRING MVC
arrow Spring MVC intro
arrow Creating a simple application
arrow Understanding Spring MVC architecture
arrow Views, ViewResolver, Controllers
SPRING MVC
arrow Simple Form Controller
arrow Lifecycle
arrow Custom Validators
arrow Spring tags
arrow I18n and Messages
SPRING MVC AND TILES
arrow Intro to Tiles
arrow Advanced Tiles
arrow Integrating Spring and Tiles
SPRING MVC AND COMMONS VALIDATOR
arrow Intro to Commons Validator
arrow Generating JavaScript
arrow Integrating Spring and Commons Validator