| Author |
JSP and context
|
Fisher Daniel
Ranch Hand
Joined: Sep 14, 2001
Posts: 582
|
|
Dear all, I am reading book "Professional Java Server Programming" by Subrahmanyam Allamaraju.. This book said that "Everything in JSP is associated with a context, and every context has a scope." What is the meaning of that statement? thanks daniel
|
 |
Simon Brown
sharp shooter, and author
Ranch Hand
Joined: May 10, 2000
Posts: 1860
|
|
When talking about JSP context and scopes, you are usually referring to the PageContext and the available scopes into which you can place objects (request, page, session and application). I actually have a copy of this on my desk - which page is the reference from? Simon
|
 |
Fisher Daniel
Ranch Hand
Joined: Sep 14, 2001
Posts: 582
|
|
Dear Simon, Thanks for your explanation. I read that statement in Chapter 11 "JSP Basic and Architecture" about Scope in page 508 regards daniel
|
 |
Simon Brown
sharp shooter, and author
Ranch Hand
Joined: May 10, 2000
Posts: 1860
|
|
Yes - I just opened up the book and it is the various scopes that is being referenced. Simon
|
 |
 |
|
|
subject: JSP and context
|
|
|