> it' possible access from a class istantiated in a scope as session or
> request to values of application context?
If I'm understanding you correctly, then no. An object that's stored in
session or request scope in a servlet environment is still just an
object; it has no special knowledge of being used in the way that it is.
As such, it can't access application-scope attributes unless you give it
a way to do so (for example, by providing it an instance of
ServletContext so that it can call getAttribute).

Signature
www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.
Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation