Discussions
EJB programming & troubleshooting: Instead of JavaBean map,Can I use HashMap to mapping Ldap entry?
-
Instead of JavaBean map,Can I use HashMap to mapping Ldap entry? (2 messages)
- Posted by: srinivasarao pappala
- Posted on: October 15 2008 06:38 EDT
Hi, Instead of a rich (JavaBean)object, sometimes all you might need is a simple key/value list of the data.So can I map HashMap to Ldap entry by using IBATIS xml style mapper. Like how support sql mapping(Maps with ResultMaps) Can you please suggest me. Thanks in Advance, RaoThreaded Messages (2)
- Re: Instead of JavaBean map,Can I use HashMap to mapping Ldap en by Vinod Singh on October 21 2008 12:00 EDT
- Instead of JavaBean map,Can I use HashMap to mapping Ldap by srinivasarao pappala on October 25 2008 16:15 EDT
-
Re: Instead of JavaBean map,Can I use HashMap to mapping Ldap en[ Go to top ]
- Posted by: Vinod Singh
- Posted on: October 21 2008 12:00 EDT
- in response to srinivasarao pappala
If your requirement is just for storing key/value pair, then a Map will surely work. Thanks, Vinod http://blog.vinodsingh.com/ -
Instead of JavaBean map,Can I use HashMap to mapping Ldap[ Go to top ]
- Posted by: srinivasarao pappala
- Posted on: October 25 2008 16:15 EDT
- in response to Vinod Singh
Hi Vinod, Thanks for replay! Can you please eloborate more,If possible can you please suggest the ibatismapper.xml file how to add one user profile Thanks in advance, Rao