cancel
Showing results for 
Search instead for 
Did you mean: 

Java cache library at cluster/server level

former_member182374
Active Contributor
0 Kudos

Hello Experts,

I need that some data will be available to all my users (the data is more or less constant so a  cache is needed for better performance).

Does the SAP J2EE engine have standard cache library?

If yes, where can I find documentation?

If no, can someone recommend external library for caching?

Regards,

Omri

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member192152
Active Participant
0 Kudos

Perhaps the link below will help you, however I would recommend that you create a mechanism of Java Native Cache (How to Create a Simple In Memory Cache in Java (Lightweight Cache) • Crunchify) in an application (EJB or other) and call this application whenever the Web AS is started.

Thus it would be possible to access this EJB by JNDI and get the preloaded data.

Java Persistence in SAP Web Application Server

Best regards,

Angelo

former_member193379
Active Contributor
0 Kudos

Hi Omri,

I don't think so (Not 100% sure but I didn't come across, please confirm from SAP). You can get some open source libraries or it's better to create your own.

Thanks,

Hamendra