Skip to Content
0
Former Member
Oct 05, 2004 at 08:52 PM

Caching user shared data in WebDynPro (i.e. applicationBean)

33 Views

Hi,

I'd like to know if there's a standard way to cache/access user shared data on the J2EE engine running my WebDynPro app.

I need to do that because Bapis call in our application are expensive. Thus we want to minimize them. It would be impossible to rewrite the whole backend, because we're migrating from an existing application.

I thought about sharing through a database local to the J2EE engine, or file sharing through a lock. But I bet these options are likely to hinder me than anything else.

Does anybody has a suggestion?

Thanks in advance,

Alexis Trudeau