m n
Posts: 30
Nickname: harmless
Registered: Sep, 2008
|
Mike Nereson is a senior software developer, an open source advocate, and Architecture Rules leader.
|
|
|
|
Spring: Many applicationContext.xml > One applicationContext.xml
|
Posted: Feb 27, 2011 7:41 PM
|
|
This is a short introduction to splitting up your bean definitions from one single Spring application context, to many application contexts. That is, from one XML file to many XML files. The general idea is to have one single primary application context, usually titled applicationContext.xml, and then many other application contexts with are named what [...]
Read: Spring: Many applicationContext.xml > One applicationContext.xml
|
|