Files
spring-ldap/samples
Rob Winch 8b350a874d Convert to Gradle
This commit converts the build to a Gradle based build. It also setup sonar
integration at https://sonar.springsource.org/dashboard/index/11620

Currently tests in the samples fail on the CI server and are disabled. The
tests were not enabled for the maven based build either.

Issue: LDAP-251
2013-07-10 11:33:07 -05:00
..
2013-07-10 11:33:07 -05:00
2013-07-10 11:33:07 -05:00
2013-07-10 11:33:07 -05:00
2013-07-10 11:33:07 -05:00
2013-07-10 11:33:07 -05:00
2013-07-10 11:33:07 -05: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