File: readme.txt

package info (click to toggle)
libspring-ldap-java 1.3.0.RELEASE-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,228 kB
  • ctags: 2,136
  • sloc: java: 9,447; xml: 3,261; jsp: 36; makefile: 23; sh: 13
file content (9 lines) | stat: -rw-r--r-- 524 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
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