ContextLoaderListener « Context « Spring Q&A





1. Number of Spring Contexts created by ContextLoaderListener    stackoverflow.com

It is easily to know how many contexts have been created if we create ApplicationContext instances programmatically. However, how many context are created if we use ContextLoaderListener? For example Spring's