cancel
Showing results for 
Search instead for 
Did you mean: 

Access attributes from application scope of the server from WD

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

former_member185086
Active Contributor
0 Kudos

Hi Ola

WD application access attributes stored in application scope What is this application scope

In working with servlets/jsp , servlets play a role of controller , and Jsp deals with presentation logic. right?

MVC paradigm is common in both framework (Webdynpro and Jsp). Might controller of wd will deals with your problem.

please provides us the scenario.

Best Regards

Satish Kumar

Former Member
0 Kudos

Hi,

Thanks for reply but i found how to do this:

I use WDScopeUtil with WDScopeType.APPLICATION_SCOPE

Ola

Answers (0)