Skip to content

1. Introduction

The PDF of the document is available |HERE|.

The examples in the document are available |HERE|.

This document compiles two articles published on [https://tahe.developpez.com] between March and July 2005. These articles are as follows:

  1. [Spring IoC], available at the URL [https://tahe.developpez.com/java/springioc]. Presents the basics of Inversion of Control (IoC) or Dependency Injection (DI) in the Spring framework [http://www.springframework.org].

  2. [Three Examples of Three-Tier Web Architecture], available at [https://tahe.developpez.com/java/web3tier]. This article presents a simplified web-based product purchasing application. Its MVC architecture is implemented in three different ways:

    • with a controller servlet and JSP pages for the views
    • using the [Struts] framework
    • with the [Spring MVC] framework