Fixed LDAP-106 (http://jira.springframework.org/browse/LDAP-106): Reference documentation still claims DataAccessException hierarchy
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
<informalexample>
|
||||
<programlisting>public void search(SearchExecutor se, NameClassPairCallbackHandler handler,
|
||||
DirContextProcessor processor) throws DataAccessException;</programlisting>
|
||||
DirContextProcessor processor);</programlisting>
|
||||
</informalexample>
|
||||
|
||||
<para>Before the search operation, the <literal>preProcess</literal>
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
<bookinfo>
|
||||
<title>Spring LDAP</title>
|
||||
<subtitle>Reference Documentation</subtitle>
|
||||
<releaseinfo>Version 1.2.1</releaseinfo>
|
||||
<pubdate>December 2007</pubdate>
|
||||
<releaseinfo>Version 1.2.2-SNAPSHOT</releaseinfo>
|
||||
<pubdate>Sometime 2008</pubdate>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Mattias</firstname>
|
||||
|
||||
@@ -5,16 +5,16 @@
|
||||
<sect1 id="introduction-overview">
|
||||
<title>Overview</title>
|
||||
|
||||
<para>Spring-LDAP (<ulink
|
||||
<para>Spring LDAP (<ulink
|
||||
url="http://www.springframework.org/ldap">http://www.springframework.org/ldap</ulink>)
|
||||
is a library for simpler LDAP programming in Java, built on the same
|
||||
principles as the <ulink
|
||||
url="http://static.springframework.org/spring/docs/current/api/org/springframework/jdbc/core/JdbcTemplate.html">JdbcTemplate</ulink>
|
||||
in Spring JDBC. It completely eliminates the need to worry about creating
|
||||
and closing <literal>LdapContext</literal> and looping through
|
||||
<literal>NamingEnumeration</literal>. It also provides a more
|
||||
comprehensive unchecked Exception hierarchy, built on Spring's
|
||||
<literal>DataAccessException</literal>. As a bonus, it also contains
|
||||
<literal>NamingEnumeration</literal>. It also provides exception translation
|
||||
from <literal>javax.naming.NamingException</literal> to a mirrored unchecked
|
||||
Exception hierarchy, much like Spring JMS. As a bonus, Spring LDAP also contains
|
||||
classes for dynamically building LDAP filters and DNs (Distinguished
|
||||
Names), LDAP attribute management, and client-side LDAP transaction management.</para>
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
<fo:table-row>
|
||||
<fo:table-cell text-align="center">
|
||||
<fo:block font-family="Helvetica" font-size="12pt" padding="10mm">
|
||||
<xsl:text>Copyright ©right; 2005-2006 </xsl:text>
|
||||
<xsl:text>Copyright ©right; 2005-2008 </xsl:text>
|
||||
<xsl:for-each select="bookinfo/authorgroup/author">
|
||||
<xsl:if test="position() > 1">
|
||||
<xsl:text>, </xsl:text>
|
||||
|
||||
Reference in New Issue
Block a user