Results 1 to 2 of 2

Thread: multiple context files

  1. #1

    Default 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?

  2. #2
    Join Date
    Aug 2004
    Location
    New York
    Posts
    168

    Default

    Use the contextConfigLocation context-param.

    http://static.springframework.org/sp...context-create

    This allows you to specify as manny app contexts as needed.
    Karl Baum
    weblog: www.jroller.com/page/kbaum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •