Spring Framework is a Java platform that provides comprehensive infrastructure support for developing Java applications. Spring handles the infrastructure so you can focus on your application.
Spring enables you to build applications from “plain old Java objects” (POJOs) and to apply enterprise services non-invasively to POJOs. This capability applies to the Java SE programming model and to full and partial Java EE.
In my coming posts I will be exploring Spring for you..
TARGET AUDIENCE
This tutorial is designed for Java programmers who need to understand the Spring 3 framework and its application.PREREQUISITES:
Before proceeding with this tutorial you should have a good understanding of the Java programming language.This is 1 of 13 parts of tutorial series
CONTENT: exploring spring
Introduction to spring framework Dependency injection(ioc) in spring Spring hello world example in eclipse Dependency injection via setter method in spring Dependency injection via constructor in spring Spring Bean scopes with examples Initializing collections in spring Beans Autowiring in spring Inheritance in Spring Spring ApplicationContext Spring lifetime callbacks BeanPostProcessors in Spring Annotation based Configuration in spring
No comments:
Post a Comment