Results 1 to 3 of 3

Thread: LdapTemplate and generics

  1. #1
    Join Date
    Jan 2005
    Posts
    5

    Default LdapTemplate and generics

    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

  2. #2
    Join Date
    Mar 2005
    Location
    Landskrona, Sweden
    Posts
    505

    Default

    There is currently no version of LdapTemplate that supports generics. It has been discussed for later versions though.
    Mattias Arthursson
    Jayway AB (www.jayway.se)
    Spring-LDAP project member

  3. #3
    Join Date
    Jan 2005
    Posts
    5

    Default

    Thank you...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •