Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.springframework.beans.factory.xml

The core package implementing Spring's lightweight Inversion of Control (IoC) container.

See:
          Description

Interface Summary
XmlBeanDefinitionParser Strategy interface for parsing XML bean definitions.
 

Class Summary
BeansDtdResolver EntityResolver implementation for the Spring beans DTD, to load the DTD from the Spring classpath resp.
DefaultXmlBeanDefinitionParser Default implementation of the XmlBeanDefinitionParser interface.
XmlBeanDefinitionReader Bean definition reader for XML bean definitions.
XmlBeanFactory Convenience extension of DefaultListableBeanFactory that reads bean definitions from an XML document.
 

Package org.springframework.beans.factory.xml Description

The core package implementing Spring's lightweight Inversion of Control (IoC) container.

Provides an alternative to the Singleton and Prototype design patterns, including a consistent approach to configuration management. Builds on the org.springframework.beans package.

This package and related packages are discussed in Chapter 11 of Expert One-On-One J2EE Design and Development by Rod Johnson (Wrox, 2002).