如何使用 ApacheDs 将 POJO 映射到目录?
我已经下载了 ApacheDS 作为我的 LDAP 服务器,现在我正在尝试将 pojo 映射到目录,是否有 ODM(对象目录映射器)?我的意思是类似 Hibernate 但针对 LDAP 的东西。 我找到了 s2Directory 和 LDAP-ODM,但是这些的教程和用户支持似乎并不复杂。那么你知道为此目的有什么吗? 谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UnboundID LDAP SDK for java 提供了一个相对简单的持久性框架,用于 LDAP 目录。
The UnboundID LDAP SDK for java provides a relatively simple persistence framework for use with LDAP directories.