-
Oct 28th, 2005, 07:26 AM
#1
multiple context files
How do I break up the xml files. I am using spring with hibernate on the web using Spring MVC. My appName-servelt.xml file is getting pretty big. I would like to break it up. Is that possible in the framework? How do I do it?
-
Oct 28th, 2005, 08:05 AM
#2
Use the contextConfigLocation context-param.
http://static.springframework.org/sp...context-create
This allows you to specify as manny app contexts as needed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules