Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Object LDAP mapping

  Asked By: Charlie    Date: Jan 05    Category: Java    Views: 1145
  

Can anyone help me to find suitable Object LDAP(Directory Service) mapping?
Is Hibernate support this area?

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Freda Lane     Answered On: Jan 05

You can use :

1. SmartWave LDAP Persistence Framework.
See: http://sourceforge.net/projects/swlpf

2. JellyFish (This one is a little bit old, base on Avalon)
See: http://sourceforge.net/projects/jellyfish

I think it's a wise question to ask why we have so much stuff about ORM
but not so much about OHM? Well, I've worked on it for a while, and guess
that the answer is somehow related to the fact that LDAP protocl does not
support TX. Altough the database (for example for OpenLDAP) is
transactional in most servers, but this deficency prevent providers to
make some thing like OHM EntityManager.

Any way, I've developed some sort of general DAO layer based on JNDI and
can be used with various providers such as LDAP or FS. I'm currently
working on it to change it so a more general and open project, but since
then (if the above packages don't help  you) I would be happy to handle
them to you too.

 
Answer #2    Answered By: Hooriya Khan     Answered On: Jan 05

you could find  some book in this url :
http://e-books.amagrammer.net/

 
Didn't find what you were looking for? Find more on Object LDAP mapping Or get search suggestion and latest updates.




Tagged: