Slashdot Mirror


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."

1 of 8 comments (clear)

  1. Deja vu heap layers by bdubSOv1iKIJ403M · · Score: 2, Informative

    This reminds me of Heap Layers and others; they both try to reinvent malloc()/new().