Files
spring-ldap/samples
Mattias Arthursson bf2c3af0a2 Made sure integration tests for article sample automatically start in-process LDAP server.
DirContextAdapter#setDn() now throws IllegalStateException if setDn is called on an 
instance in update mode (this was previously silently ignored)
Fixed problem in LdapTreeBuilder caused by the new behaviour of DN in DirContextAdapter
(i.e. that the actual DN instance of the DirContextAdapter is no longer returned by 
getDn()).
2008-11-25 15:24:05 +00:00
..
2008-10-27 09:54:59 +00:00

Sample application demonstrating the very basics in Spring LDAP
A basic data access class for manipulating a person entry is located at:
org.springframework.ldap.samples.article.dao.PersonDaoImpl
For comparison, a corresponding implementation using traditional JNDI programming is provided in:
org.springframework.ldap.samples.article.dao.TraditionalPersonDaoImpl

To verify the functionality, start the sample webapp using
mvn jetty:run
and navigate to http://localhost:8080/spring-ldap-person-article/showTree.do