Content received from: http://JavaFAQ.nu/java-article501.html


Build distributed object management frameworks for J2EE apps
Saturday, August 07, 2004 (00:00:00)

Posted by

Many enterprise Java technology developers build their own object management infrastructures to improve application performance. However, traditional object pools encounter problems in applications that run across distributed JVMs on multiple physical machines. In this article, Zhengrong Tang presents an object management framework that uses the concept of scopes to handle distributed systems with ease.