java:splitapplicationcontextxmlintovariousfiles
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
java:splitapplicationcontextxmlintovariousfiles [2011/11/10 14:07] – rlunaro | java:splitapplicationcontextxmlintovariousfiles [2022/12/02 21:02] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Splitting Application Context into various files ====== | ||
+ | |||
+ | I don't know if it is your case, but I were looking for this many time. I have a project where I have a " | ||
+ | |||
+ | I searched for a solution to this, and I never found this... until I bumped with this code. Just so easy!!! An " | ||
+ | |||
+ | Here is an example: | ||
+ | |||
+ | |||
+ | <code xml> | ||
+ | <?xml version=" | ||
+ | <beans ...> | ||
+ | |||
+ | <import resource=" | ||
+ | | ||
+ | </ | ||
+ | |||
+ | </ |