Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Spring
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
DevSecOps Adventures: A Game-Changing Approach with Chocolate, LEGO, and Coaching Games
this week in the
Agile and Other Processes
forum!
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
Ron McLeod
Paul Clapham
Devaka Cooray
Tim Cooke
Sheriffs:
Rob Spoor
Liutauras Vilda
paul wheaton
Saloon Keepers:
Tim Holloway
Tim Moores
Mikalai Zaikin
Carey Brown
Piet Souris
Bartenders:
Stephan van Hulst
Forum:
Spring
Spring application context
Priety Sharma
Ranch Hand
Posts: 156
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What is the spring application context?
Is it just the xml configuration file which contains bean mappings?
Or si it similar to the
servlet
application context?
Priety.
Sunny Bhandari
Ranch Hand
Posts: 448
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
yes similar to the later one.
it is not just one xml file...
Java Experience
Priety Sharma
Ranch Hand
Posts: 156
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Sunny thanks for the reply.
Can you elaborate more or suggest me some reading on it to help me to clarify the concept.
Is there an application context created in spring besides the servlets application context?
I still dont have a neat grasp of the concept.
Priety.
Sunny Bhandari
Ranch Hand
Posts: 448
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Its not very complex topic.
You can load an spring config xml using BeanFactory class using program statements.
But most applications want that xml's be loaded when application starts and ApplicationContext just does that.
Read this
page
.
Java Experience
Priety Sharma
Ranch Hand
Posts: 156
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
A sincere thanks to you Sunny.
Read that link.
Feel somewhat more comfortable with the concept now.
Priety.
It means our mission is in jeapordy! Quick, read this tiny ad!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
how can I integrate spring with gwt?
Use of ContextLoaderListener
Spring AOP / Spring AOP + AspectJ ?
[Spring Web Flow 2] Can Spring Web Flow work with Spring Web MVC?
Spring - Context - Standalone Client
More...