|
How to split container definitions in multiple XML files |
|
|
Container definition can be spit to the multiple XML files and combined through Import keyword.
<beans>
<import resource="services.xml"/>
<import resource="message.xml"/>
<import resource="themes.xml"/>
<bean id="bean1" class="..."/>
<bean id="bean2" class="..."/>
</beans>
Related Tips
|
Page 1 of 0 ( 0 comments )
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.