Package spring-ldap: Information

    Source package: spring-ldap
    Version: 1.3.1-alt1_3jpp7
    Build time:  Sep 17, 2012, 12:06 AM
    Category: Development/Java
    Report package bug
    License: ASL 2.0
    Summary: Java library for simplifying LDAP operations
    Description: 
    Spring LDAP is a Java library for simplifying LDAP operations, based on the
    pattern of Spring's JdbcTemplate. The framework relieves the user of common
    chores, such as looking up and closing contexts, looping through results,
    encoding/decoding values and filters, and more. The LdapTemplate class
    encapsulates all the plumbing work involved in traditional LDAP programming,
    such as creating a DirContext, looping through NamingEnumerations, handling
    exceptions and cleaning up resources. This leaves the programmer to handle the
    important stuff - where to find data (DNs and Filters) and what do do with it
    (map to and from domain objects, bind, modify, unbind, etc.), in the same way
    that JdbcTemplate relieves the programmer of all but the actual SQL and how the
    data maps to the domain model. In addition to this, Spring LDAP provides
    transaction support, a pooling library, exception translation from
    NamingExceptions to a mirrored unchecked Exception hierarchy, as well as
    several utilities for working with filters, LDAP paths and Attributes.

    List of RPM packages built from this SRPM:
    spring-ldap (noarch)
    spring-ldap-javadoc (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. javacc-maven-plugin
      2. jpackage-compat
      3. jpackage-utils
      4. /proc
      5. maven
      6. maven-compiler-plugin
      7. maven-install-plugin
      8. maven-jar-plugin
      9. maven-javadoc-plugin
      10. maven-plugin-cobertura
      11. maven-release-plugin
      12. maven-resources-plugin
      13. maven-shade-plugin
      14. maven-surefire-plugin
      15. springframework
      16. springframework-beans
      17. springframework-context
      18. springframework-jdbc
      19. springframework-tx
      20. dos2unix

    Last changed


    Sept. 16, 2012 Igor Vlasenko 0:1.3.1-alt1_3jpp7
    - new version
    March 18, 2011 Igor Vlasenko 0:1.2.1-alt3_1jpp5
    - fixed build with new javacc5
    Sept. 26, 2010 Igor Vlasenko 0:1.2.1-alt2_1jpp5
    - fixed build with new maven 2.0.8