Build Distributed Object Mgmt Frameworks for J2EE
An anonymous reader writes "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."
This reminds me of Heap Layers and others; they both try to reinvent malloc()/new().