Hello all,
When we working with servlets/jsp we can store data in application scope of the server and access it from each other servlet/jsp. It's something like: servletContext.setAttribute("key", obj);
My question is is it possible that WD application access attributes stored in application scope and/or store attributes in application scope?
Thanks,
Ola