Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37524515
en ru br
Репозитории ALT
5.1: 1.2.1-alt1_1jpp5
www.altlinux.org/Changes

Группа :: Разработка/Java
Пакет: spring-ldap

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 1.2.1-alt1_1jpp5
Время сборки: 15 марта 2009, 22:44 ( 788.6 недели назад )
Размер архива: 6.65 Mb

Домашняя страница:   http://www.springframework.org/ldap

Лицензия: Apache License 2.0
О пакете: Spring LDAP
Описание:

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.
Spring LDAP requires J2SE 1.4 or higher to run, and works
with Spring Framework 2.0.x as well as 2.5.x. J2SE 1.4 or
higher is required for building the release binaries from
sources. Release 1.2.1 also requires an installation of
JavaCC 4.0 when building from source. That is not necessary
for release 1.3.x, since it uses Maven2, which handles all
such dependencies behind the scenes.

Текущий майнтейнер: Igor Vlasenko

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • spring-ldap
  • spring-ldap-javadoc
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin