Menu

Caching Java Objects on Application Server

S3C is a Simple Server-Side object Caching framework that allows web developers to cache java objects on server-side for fast retrieval. These objects can be of any type e.g. Java beans that are loaded from database. S3C makes it easier to store objects on the application server in global JNDI context and make them readily available to the application. S3C being available in global context allows more then one application to use and share the same cache and work in their own registered spaces that avoids synchronization issues.

Posted by Kamran 2005-01-06

Log in to post a comment.

MongoDB Logo MongoDB