Monday, October 10, 2005

Spring, ApplicationContext, and Testing

I currently struggle with the following problem:

I need to test a SpringFramework Controller class I am using in a web application and need to set the ApplicationContext as used in the web application. My ApplicationContext is set in four or five different application context xml files.

No comments: