1 Reply Latest reply on Nov 13, 2001 1:24 PM by jaytoohehe

    JBOSS and LDAP

    chetan

      Hi,
      I've an application where I need to talk to directory server instead of database. But, I don't want to make connection to directory server everytime from my entity bean. Is there anything like database connection pool for LDAP ? Or is there any other way to design this in a better way?
      Thanks In Advance,
      - Chetan

        • 1. Re: JBOSS and LDAP
          jaytoohehe

          The Netscape ldap sdk (netscape.ldap.util package) does indeed have a ConnectionPool class. Usage of it is similar to how you would use a database connection pool.