Package org.springframework.jee.config

JEE configuration support.

See:
          Description

Interface Summary
ServiceEnvironment Interface used for providing environment specific properties like transaction manager.
 

Class Summary
AbstractServiceEnvironment Simple abstract base class.
AutodetectBeanFactoryServiceEnvironment Service environment that does automatic lookup inside the Spring context for a PlatformTransactionManager and picks the first one it finds.
JeeBeanFactoryPostProcessor Spring BeanFactoryBeanPostProcessor to automatically apply JEE injection and interception to annotated classes deployed in a Spring context.
JtaServiceEnvironment Jta specific service environment.
MetadataDrivenBeanPostProcessorSupport Superclass for post processing singleton definitions, driven by a matching piece of metadata attached to the relevant singleton definition with the given name.
SimpleServiceEnvironment A simple javabean implemention (useful in tests) of ServiceEnvironment.
 

Package org.springframework.jee.config Description

JEE configuration support.
This package contains configuration time jee support, mainly through Post Processors.



Copyright 2006 Interface21. All Rights Reserved.