Hello all,
Does anyone know whether there is a java 5.0 based LdapTemplate library available? For instance, I am trying to call LdapTemplate's search methods (which are non-generic) from a generic environment. Right now, I use List<?>, but was wondering whether there is a generics based LdapTemplate available?
Thanks a lot,
Soby Chacko


Reply With Quote