PDA

View Full Version : Spring LDAP 1.1 Released



rasky
Aug 29th, 2006, 05:07 AM
The first version of Spring LDAP, Spring LDAP 1.1, has just been released. Information about the project can be found here (http://www.springframework.org/ldap).

While the last production release of LdapTemplate (1.0.2) is quite robust and stable, users of LdapTemplate are advised to upgrade to Spring LDAP, as the LdapTemplate project is no longer maintained.

farrellr
Sep 8th, 2006, 10:29 AM
Just an observation:
In the spring-ldap-reference.pdf within the spring-ldap-1.1 release
the complete PersonDao class in section 3.4, example 3.5 on p. 15, all imports using net.sf.* should be changed to
org.springframework.ldap.*