Simplify directory access with Spring LDAP

Why spend all your time handling checked exceptions, closing resources, and looping through NamingEnumerations when you don’t have to? The Spring LDAP framework puts the “l” (for lightweight) back into LDAP programming with JNDI.

Spring LDAP is a Spring-based framework that simplifies LDAP programming on the Java platform. In this step-by-step guide to using Spring LDAP you will learn how the framework handles the low-level coding required by most LDAP clients, so that you can focus on developing your application’s business logic. You will also practice simple CRUD operations using Spring LDAP and learn about more advanced operations such as creating dynamic filters and converting LDAP entries into Java beans.
more.

Leave a Reply