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
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
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Rob Spoor
Junilu Lacar
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Piet Souris
Carey Brown
Bartenders:
Forum:
Spring
Spring application context
Priety Sharma
Ranch Hand
Posts: 156
I like...
posted 11 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 11 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 11 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 11 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 11 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.
Consider Paul's
rocket mass heater
.
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...