UvodDoKomponent: KomponentTutorialTeorie3

from Wiki KIVu

Spring Framework

Spring is an open source framework created to adress the complexity of enterprise application development. One of the main advantages of the Spring framework is its layered architecture, which allows you to be selective about which of its parts you use. The Spring framework consists of seven well-defined modules. The Spring modules are built on top of the core container, which defines how beans are created, configured, and managed, as shown in Figure 1.

Each of the modules that comprise the Spring framework can stand on its own or be implemented jointly with one or more of the others. The functionality of each component is as follows:

Spring framework functionality can be used in any J2EE? server and most of it also is adaptable to non-managed environments. A central focus of Spring is to allow for reusable business and data-access objects that are not tied to specific J2EE? services. Such objects can be reused across J2EE? environments (Web or EJB), standalone applications, test environments, and so on, without any hassle.

Spring (IoC) Beans

One of most important feature of Spring core container is IoC container.

Retrieved from http://wiki.kiv.zcu.cz/UvodDoKomponent/KomponentTutorialTeorie3
Content last modified on 17 December 2009, 14:58