vinod
Joined: 25 Apr 2006 Posts: 725
|
Posted: Fri May 05, 2006 4:25 am Post subject: EJB 2 Clustering with Application Server |
|
|
The Enterprise JavaBeans (EJB) component model
The EJB specification goes to great lengths to define characteristics that give containers the ability to manage transactions, persistence, environment variables, resource connections, and other infrastructure services.
Missing from the specification, however, is any reference to techniques or standards for instrumenting EJBs as clustered objects. This aspect, which is required for any large-scale system, has been completely left to the application server vendors to instrument as a valued addition in their systems.
TO See more information:
http://www.onjava.com/pub/a/onjava/2000/12/15/ejb_clustering.html |
|