Tuesday, November 29, 2011

How to achieve clustering and connection pooling in ejb

To achieve clustering : You need to configure vendor specific deployment descriptor file(or other vendor specific manner) in order to get cluster aware EJB application. When you configure for clustering, EJB Container/Server generates cluster aware EJBeans. Look at vendor specific documentation for details on clustering. So use clustering to get high scalability and fail over.
Category:EJB Interview Questions

No comments:

Post a Comment