[dna-commits] DNA SVN: r1585 - trunk/docs/reference/src/main/docbook/en-US/content/core.
dna-commits at lists.jboss.org
dna-commits at lists.jboss.org
Sun Jan 10 11:13:41 EST 2010
Author: rhauch
Date: 2010-01-10 11:13:40 -0500 (Sun, 10 Jan 2010)
New Revision: 1585
Modified:
trunk/docs/reference/src/main/docbook/en-US/content/core/connector.xml
Log:
Merge branch 'dna-621'
Modified: trunk/docs/reference/src/main/docbook/en-US/content/core/connector.xml
===================================================================
--- trunk/docs/reference/src/main/docbook/en-US/content/core/connector.xml 2010-01-10 15:56:55 UTC (rev 1584)
+++ trunk/docs/reference/src/main/docbook/en-US/content/core/connector.xml 2010-01-10 16:13:40 UTC (rev 1585)
@@ -237,11 +237,13 @@
&RepositorySource; implementations. If the content your connector exposes has unique keys (such as a unique string,
UUID or other identifier), consider implementing &MapRepositorySource;, subclassing &MapRepository;, and
using the existing &MapRepositoryConnection; implementation. This &MapRepositoryConnection; does most of the work
- already, relying upon your &MapRepository; subclass for anything that might be source-specific.
+ already, relying upon your &MapRepository; subclass for anything that might be source-specific.
+ (See the <ulink url="&API;graph/connector/map/package-frame.html">JavaDoc</ulink> for details.)
Or, if the content your connector exposes is simply path-based, consider implementing &PathRepositorySource;,
subclassing &PathRepository;, and using the existing &PathRepositoryConnection; implementation.
Again, &PathRepositoryConnection; class does almost all of the work and delegates to your &PathRepository;
subclass for anything that might be source-specific.
+ (See the <ulink url="&API;graph/connector/path/package-frame.html">JavaDoc</ulink> for details.)
</para>
<para>
Don't forget unit tests that verify that the connector is doing what it's expected to do. (If you'll be committing the connector
More information about the dna-commits
mailing list