How Can I properly use an Application Context Object?
Hello there once again fellow developers!
Can anybody please tell me how to set a variable, (like a String or a Collection) inside Application Context?
To be more specific I need thecode on how to declare aServletContext Object and put a Collection named "users" into it.
and then perhaps How to retrieve such Collection...
Could anybody please put some sample code on how this is done?
I'd trully appreciate it.....
Thanks in advance
Jose

