• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Explaining the boostraping of application context in Spring MVC

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Authors,
This is another one - it is one place (the only place?) where the application context is automatically bootstrapped - and
the application context hierarchy is setup...
It is comparatively easier to know the rationale behind the application context hierarchy - however, it is not clear how
exactly the boot strapping happens...

A nice good, beginners treatment of the topic would be wonderful...

--- thanks atul
 
author
Posts: 469
20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In getting started with Spring Framework, we haven't explicitly talked about ApplicationContext hierarchies but did emphasize parent-child relationship between root application context (loaded by ContextLoaderListener) and web application context (associated with DispatcherServlet). We'll include a topic on this in the next edition

regards
ashish
 
I am displeased. You are no longer allowed to read this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic