Files
spring-ldap/samples/odm
Josh Cummings 5e6c7b9aca Remove Sample Pom Generation
Fixes: gh-520
2019-03-21 12:21:27 -06:00
..
2019-03-21 12:21:27 -06:00
2016-09-30 15:33:03 -05:00
2019-03-21 12:21:27 -06:00

Sample application demonstrating how to do the most basic stuff in Spring LDAP using the Object-Directory Mapping facilities. A very simple dao implementation is provided in org.springframework.ldap.samples.plain.dao.OdmPersonDaoImpl It demonstrates some basic operations using Spring LDAP Object-Directory Mapping.

The core Spring application context of the sample is defined in resources/applicationContext.xml. This ApplicationContext will start an in-process Apache Directory Server instance, automatically populated with some test data. The data will be reset every time the application is restarted.

To run the example, do gradle jettyRun, and then navigate to http://localhost:8080/spring-ldap-plain-sample