Our Phone Book Servlet

Our servlet is designed to provide a lightweight phone book application that can be used by anyone inside or outside of the organization to locate people and resources in the LDAP directory. These are the requirements for our servlet:

  • Provide phone book lookups

  • Be accessible with a simple browser

  • Utilize the corporate LDAP directory

  • Be customizable

  • Have several search attributes (phone number, e-mail address, etc.)

  • Be useful both for an intranet and an extranet, and present data specific to each

  • Allow user self-administration

  • Pool connections and cache data for optimal performance

  • Be accessible over SSL (Secure Sockets Layer)

Phone Book Lookups

The servlet will function as the internal corporate white pages. It will serve as an ...

Get LDAP Programming with Java™ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.