| Forums.Sureshkumar.net : A Perfect Place to Share Knowledge Blogs Games Magazines |
|
|
#2 (permalink) |
|
Moderator
Join Date: Jan 2006
Posts: 823
Thanks: 25 Thanked 23 Times in 17 Posts Thanks: 25
Thanked 23 Times in 17 Posts
Blog Entries: 1
Rep Power: 12
|
servlet context is used if u want some values which must exist for the life time
of the application. A servlet config object used by a servlet container to pass information to a servlet during initialization.The ServletContext object is contained within the ServletConfig object, which the Web server provides the servlet when the servlet is initialized. |
|
|
|
|
|
#3 (permalink) |
|
Member
Join Date: Feb 2006
Location: India
Posts: 45
Thanks: 0 Thanked 2 Times in 2 Posts Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 3
|
ServletConfig and ServletContext are interfaces as part of javax.servlet ServletContext is associated with an application.ServletConfig is associated with a particular Servlet.The webcontainer maintains only one context object for one application and multiple number of config objects.config objects are like localparamenter and context object is like global parameter. |
|
|
|
|
|
#4 (permalink) | |||
|
Moderator
Join Date: Feb 2006
Posts: 1,413
Thanks: 0 Thanked 9 Times in 8 Posts Thanks: 0
Thanked 9 Times in 8 Posts
Rep Power: 18
|
hello
__________________
http://livetolead.blogspot.com/ all the best Arise Awake N Stop Not Until Ur Goal Is Reached! |
|||
|
|
|
|||
|
|
#5 (permalink) |
|
Moderator
Join Date: Feb 2006
Posts: 1,413
Thanks: 0 Thanked 9 Times in 8 Posts Thanks: 0
Thanked 9 Times in 8 Posts
Rep Power: 18
|
hello
1) Parameters defined in the ServletContext are visible for all servlets Where as parameters defined in the ServletConfig are visible to the servlet where it has been defined . 2) ServletContext has application scope wide where as ServletConfig has Servlet scope ServletContext has a life time as that of container.,
__________________
http://livetolead.blogspot.com/ all the best Arise Awake N Stop Not Until Ur Goal Is Reached! |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|