Results 1 to 2 of 2

Thread: breaking the application context

  1. #1
    Join Date
    Nov 2008
    Posts
    232

    Default breaking the application context

    As mentioned in the doc it is required to have [servlet-name]-servlet.xml which get initialized to handle the services .But as my service Endpoints requires other supporting beans too i have to put all the bean definitions in the single xml.

    Is there a way i can break up the applicationContext into multiple xml so that the servlet context can access the beans from them

  2. #2
    Join Date
    Nov 2008
    Posts
    232

    Default

    Sorry ..
    The answer is already there in the samples

Posting Permissions

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