OracleJSP Web Object Cache Samples
These samples require some simple set up. Please start here.
File System Cache example application
This samples illustrates using OracleJSP web object caching tags with the file system cache to improve performance.
  Synopsis
  Try it
  Source
     
Oracle Object Caching Service example application
This samples illustrates using OracleJSP web object caching tags with the Oracle Object Caching Service for Java to improve performance.
  Synopsis
  Try it
  Source
     
XML DOM object caching
This samples illustrates using OracleJSP web object cache to cache XML DOM object which is turned produced by dbQuery Tag and the cached DOM object is transformed by XSL.
  Synopsis
  Try it
  Source
     
Generic Java Object caching
This example illustrate how to use useCacheObj tag to cache generic serializable java object under the same automatic web-based name space maintained by Web Object Cache framework.
  Synopsis
  Try it
  Source
     
JSP Tags v.s. Java API Example
Comparison the Servlet and the JSP tag versions.
  Synopsis
  Try it
  Source
     
XML DOM object caching & sendmail tag example
This sample illustrates caching XML DOM objects generated from dbQuery tag with OracleJSP web object cache and transforming and sending out as an email with sendmail tag
  Synopsis
  Try it
  Source