-
Oct 14th, 2012, 02:55 AM
#1
Spring's ApplicationContext vs servlet's ServletContext
Hi,
Re Spring's WebAppContext, what is its relationship to a ServletContext? Are they the same/synonyms? If not, what is the difference between the two? Also, in servlet/jsp dev there are scopes such as page, request and context, can one use these in Spring or are there other wrappers instead?
Thanks in advance.
-
Oct 15th, 2012, 01:09 AM
#2
I suggest a read of the reference guide or that you pickup a spring book as a lot of your questions are answered in there.
ApplicationContext and ServletContext have no relationship nor are they equal ( I suggest a read on what both are). For a Spring based Web application the applicationcontext is stored in the servletcontext but that is the only relationship there is.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules