Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i have downloaded ApacheDS as my LDAP server, now i am trying to map a pojo to a directory, is there any ODM (Object Directory Mapper) out there? i mean something like Hibernate but for LDAP. i have found s2Directory and LDAP-ODM, but the tutorial and user support on these seems not to be sophisticated. so do you know anything for this purpose? thnx

share|improve this question

1 Answer

The UnboundID LDAP SDK for java provides a relatively simple persistence framework for use with LDAP directories.

share|improve this answer
hmm, let me take a look at it, does it support ApacheDS? have you used it for yourself? – dave Sep 24 '11 at 7:12
It should work with any LDAP-compliant directory server. I wrote the code, so if you encounter any problems, you can use one of the mailing lists or the discussion forum. – Neil Wilson Sep 27 '11 at 14:26

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.