Spring Workshop


Understanding the Spring Architecture
What is Loose Coupling and why is it so important ?
Exploring a basic Console based Spring Application
Differentiating between BeanFactory and ApplicationContext.
What is Dependency Injection (formerly IOC) ?
Examples illustrating the DI fundamentals.
Understanding the XML files created
Developing GUI based applications using Spring
Life Cycle of a Bean in Spring
Developing a GUIAWT application using Spring
What is MVC architecture ?
How is it different than traditional Web Programming ?
Developing a Web based MVC application using Spring.
Accessing data using Web Applications
Creating a databse application using Spring
Understanding the use of Interceptors
An example using Interceptors in Spring
A small example of Implementing the Security Model in Spring.