I was just thinking that when should I actually consider loading more than one application contexts in Spring? All so far I have been merging the context files with <include>
such that only one application context loads up.
Do you have an idea about when to go for more than one application contexts in the same JVM?