From b723bced3632591c7c8fd4094208d700327f404a Mon Sep 17 00:00:00 2001 From: Mattias Arthursson Date: Fri, 13 Jun 2008 11:48:21 +0000 Subject: [PATCH] Added readme file --- mvn-build/samples/readme.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mvn-build/samples/readme.txt diff --git a/mvn-build/samples/readme.txt b/mvn-build/samples/readme.txt new file mode 100644 index 00000000..fdeeace2 --- /dev/null +++ b/mvn-build/samples/readme.txt @@ -0,0 +1,9 @@ +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