Spring Configuration FAQ
From Foochal
Contents |
[edit]
How to configure a spring bean for unit tests and for container
[edit]
Spring-container.xml
The container loads this file
[edit]
Spring-common.xml
This file is included by both container and standalone configs.
[edit]
Spring-standalone.xml
Stand alone clients, e.g. unit tests load this file

