Package spring-ldap: Information

    Source package: spring-ldap
    Version: 1.3.1-alt4_12jpp8
    Build time:  Feb 11, 2016, 02:57 PM in the task #158719
    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. dos2unix
      2. /proc
      3. jpackage-generic-compat
      4. maven-local
      5. mvn(commons-cli:commons-cli)
      6. mvn(commons-codec:commons-codec)
      7. mvn(commons-lang:commons-lang)
      8. mvn(commons-logging:commons-logging)
      9. mvn(commons-pool:commons-pool)
      10. mvn(gsbase:gsbase)
      11. mvn(jdepend:jdepend)
      12. mvn(junit:junit)
      13. mvn(log4j:log4j)
      14. mvn(org.apache.maven.plugins:maven-assembly-plugin)
      15. mvn(org.codehaus.mojo:javacc-maven-plugin)
      16. mvn(org.easymock:easymock)
      17. mvn(org.freemarker:freemarker)
      18. mvn(org.springframework.ldap:spring-ldap-core)
      19. mvn(org.springframework.ldap:spring-ldap-core-tiger)
      20. mvn(org.springframework.ldap:spring-ldap-ldif-core)
      21. mvn(org.springframework.ldap:spring-ldap-parent-tiger:pom:)
      22. mvn(org.springframework.ldap:spring-ldap-parent:pom:)
      23. mvn(org.springframework:spring-beans)
      24. mvn(org.springframework:spring-context)
      25. mvn(org.springframework:spring-core)
      26. mvn(org.springframework:spring-jdbc)
      27. mvn(org.springframework:spring-tx)

    Last changed


    Feb. 11, 2016 Igor Vlasenko 0:1.3.1-alt4_12jpp8
    - java 8 mass update
    Feb. 7, 2016 Igor Vlasenko 0:1.3.1-alt3jpp
    - bootstrap pack of jars created with jppbootstrap script
    - temporary package to satisfy circular dependencies
    Aug. 26, 2014 Igor Vlasenko 0:1.3.1-alt2_7jpp7
    - new release