From a6a033e16d301d7400fa917309c0cb3a03b52797 Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Mon, 28 May 2012 09:59:26 +0000 Subject: [PATCH] Links to examples --- opendj3/src/main/docbkx/dev-guide/chap-writing.xml | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/opendj3/src/main/docbkx/dev-guide/chap-writing.xml b/opendj3/src/main/docbkx/dev-guide/chap-writing.xml index 5533dae..6981ff8 100644 --- a/opendj3/src/main/docbkx/dev-guide/chap-writing.xml +++ b/opendj3/src/main/docbkx/dev-guide/chap-writing.xml @@ -34,6 +34,13 @@ <para>Modern directory servers like OpenDJ can handle a high load of write requests, replicating changes quickly both on the LAN and over the WAN.</para> + <para>For a complete example corresponding to the excerpts shown below, see + <link + xlink:href="http://opendj.forgerock.org/opendj-ldap-sdk-examples/xref/org/forgerock/opendj/examples/ShortLife.html" + xlink:show="new">ShortLife.java</link>, one of the <link + xlink:href="http://opendj.forgerock.org/opendj-ldap-sdk-examples/" + xlink:show="new">OpenDJ LDAP SDK examples</link>.</para> + <section xml:id="about-writes"> <title>About Add, Modify, Rename, & Delete</title> @@ -272,6 +279,9 @@ <para>If you must delete an entire branch of entries instead of a single leaf entry, build a <literal>DeleteRequest</literal> that includes the - <literal>SubtreeDeleteRequestControl</literal>.</para> + <literal>SubtreeDeleteRequestControl</literal>, as described in the + section, <link xlink:href="dev-guide#use-subtree-delete-control" + xlink:role="http://docbook.org/xlink/role/olink"><citetitle>Subtree Delete + Request Control</citetitle></link>.</para> </section> </chapter> -- Gitblit v1.10.0