Tuesday 14 August 2018

Configuring and Implementing Dynamic Caching in WebSphere Application Server

Dynamic Cache Equals Performance 


- Dynamic Cache is part of the IBM solution for improving the performance of Java 2 Platform, Enterprise Edition (J2EE™) applications running within WebSphere Application Server.

- Dynamic Cache supports caching of Java™ servlets, JavaServer Pages™ (JSP™), WebSphere command objects, Web services objects, and Java objects. ƒ

- This presentation describes the features and configuration steps of a dynamic cache environment for servlets and JSPs.

ƒ The concept of caching static information in a browser, proxy or a webserver provides an effective way to reduce network and processing requirements.

ƒ A larger overhead of many web applications is related to the serving, not of static content, but of dynamic content based on user input and retrieval of data from backend resources such as databases.

ƒ IBM’s Dynamic Cache solution allows the customizable caching of dynamic content which can provide a major performance boost for high volume web sites.

Enabling Dynamic Cache: