Sun Java Solaris Communities My SDN Account

Index of Code Samples

Performance Tuning Code Samples

 

There are a number of strategies and tactics for developing high-performance applications and applets with Java technology. See also Performance code samples from Java Platform Performance Strategies and Tactics.

Caching
  • Cacheable.java is an interface for a caching services.

  • CacheManager.java supports expiration rules by which cached objects in the caching service defined by Cacheable.java must abide.

  • CachedManagerTestProgram.java is a generic wrapper class that can contain any object to be placed in the caching service defined by Cacheable.java.

  • CacheManagerTestProgram.java is a simple test program for testing the caching service defined by Cacheable.java.

  • EntityCache.java shows a simple cache implementation for external entities. For more information see Java Technology and XML: Performance Improvement Tips.

Input/Output

Oracle is reviewing the Sun product roadmap and will provide guidance to customers in accordance with Oracle's standard product communication policies. Any resulting features and timing of release of such features as determined by Oracle's review of roadmaps, are at the sole discretion of Oracle. All product roadmap information, whether communicated by Sun Microsystems or by Oracle, does not represent a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. It is intended for information purposes only, and may not be incorporated into any contract.