You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rs...@apache.org on 2002/08/04 03:53:49 UTC

cvs commit: jakarta-commons/xdocs discovery.xml

rsitze      2002/08/03 18:53:49

  Added:       xdocs    discovery.xml
  Log:
  New component..
  
  Revision  Changes    Path
  1.1                  jakarta-commons/xdocs/discovery.xml
  
  Index: discovery.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
   <properties>
    <title>Commons</title>
    <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
   </properties>
  
   <body>
  
  <section name="The Discovery Component">
  
  <p>The Discovery Component is about discovering, or finding,
  implementations for pluggable interfaces.
  </p>
  
  <p>Pluggable interfaces are specified with the intent that
  multiple implementations are, or will be,
  available to provide the service described by the interface.
  Examples include commons-logging, JAXP, etc.
  In the absence of a common service for discoverying interface implementations,
  many components have pioneered design and implementation principles for self-discovery.
  The Commons Discovery component seeks to stand on the shoulders of these giants,
  by extracting the essential principles and making them available to both
  end user developers and to facility self-discovery for those components that
  would provide such services through their APIs.
  </p>
  
  </section>
  
  
  <section name="Documentation">
  
  <!--
  <p>The <a href="http://jakarta.apache.org/commons/discovery/RELEASE-NOTES.txt">
  Release Notes</a> document the new features and bug fixes that have been
  included in this release.</p>
  -->
  
  <p>The <a href="http://jakarta.apache.org/commons/discovery/best-practices.html">
  Best Practices</a> document demonstrates best-practices for end-user developers
  and for wrapper/factory classes that encapsulate discovery services.</p>
  
  <p>The <a href="http://jakarta.apache.org/commons/discovery/api/index.html">
  JavaDoc API documents</a> are available online.  In particular, you should
  read the package overview of the <code>org.apache.commons.discovery</code>
  package.</p>
  
  </section>
  
  <!--
  <section name="Releases">
  
  <ul>
  <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0/">Version 1.0</a></li>
  </ul>
  
  </section>
  -->
  
  
  </body>
  </document>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>