0% found this document useful (0 votes)
104 views

Spring Tutorial

This spring tutorial provides an overview of key concepts in the Spring Framework including inversion of control (IOC) and dependency injection. Developed in 2003 by Rod Johnson, Spring makes Java Enterprise Edition application development easier. It is a lightweight framework that supports integration with other frameworks like Struts, Hibernate, and EJB. The Spring framework contains several modules for input/output, aspect-oriented programming, data access objects, web MVC, and object-relational mapping.

Uploaded by

Ibrahim Mohamed
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
104 views

Spring Tutorial

This spring tutorial provides an overview of key concepts in the Spring Framework including inversion of control (IOC) and dependency injection. Developed in 2003 by Rod Johnson, Spring makes Java Enterprise Edition application development easier. It is a lightweight framework that supports integration with other frameworks like Struts, Hibernate, and EJB. The Spring framework contains several modules for input/output, aspect-oriented programming, data access objects, web MVC, and object-relational mapping.

Uploaded by

Ibrahim Mohamed
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Spring Tutorial

This spring tutorial provides in-depth concepts of Spring Framework with simplified
examples. It was developed by Rod Johnson in 2003. Spring framework makes the
easy development of JavaEE application.

It is helpful for beginners and experienced persons.

Spring Framework
Spring is a lightweight framework. It can be thought of as a framework of
frameworks because it provides support to various frameworks such
as Struts, Hibernate, Tapestry, EJB, JSF, etc. The framework, in broader sense, can be
defined as a structure where we find solution of the various technical problems.

The Spring framework comprises several modules such as IOC, AOP, DAO, Context,
ORM, WEB MVC etc. We will learn these modules in next page. Let's understand the IOC
and Dependency Injection first.

You might also like