Submitted Questions

  • how to achieve clustering and connection pooling in ejb

    Supraja

    • Feb 28th, 2006

    For ConnectionPool Example for weblogic<JDBCConnectionPool   CapacityIncrement="1"   DriverName="com.pointbase.xa.xaDataSource"   InitialCapacity="2" MaxCapacity="10"   Name="de...

    Supraja

    • Feb 28th, 2006

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