You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/03/01 22:03:52 UTC

cvs commit: jakarta-commons/commons-build/xdocs discovery.xml el.xml jexl.xml logging.xml modeler.xml

dirkv       2004/03/01 13:03:52

  Modified:    commons-build/xdocs discovery.xml el.xml jexl.xml
                        logging.xml modeler.xml
  Log:
  these components now have their own maven site
  
  Revision  Changes    Path
  1.9       +2 -65     jakarta-commons/commons-build/xdocs/discovery.xml
  
  Index: discovery.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/commons-build/xdocs/discovery.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- discovery.xml	17 Apr 2003 09:47:12 -0000	1.8
  +++ discovery.xml	1 Mar 2004 21:03:52 -0000	1.9
  @@ -9,72 +9,9 @@
   
    <body>
   
  -<section name="The Commons Discovery Component">
  -
  -<p>The Discovery component is about discovering, or finding,
  -implementations for pluggable interfaces.
  -Pluggable interfaces are specified with the intent that
  -at least one implementation will be
  -available to provide the service described by the interface.
  -</p>
  -
  -<p>
  -In the absence of a common service for discoverying interface implementations,
  -many components have pioneered design and implementation principles for self-discovery
  -(i.e. JAXP, commons-logging, others).
  -The Commons Discovery component seeks to stand on the shoulders
  -of these predecessors by identifying these basic patterns.
  -</p>
  -
  -
  +<section name="Moved">
  +<p>Please see <a href="http://jakarta.apache.org/commons/discovery/">http://jakarta.apache.org/commons/discovery/</a>.</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/">Home Page</a> 
  -tells you all about it.</p>
  -
  -<p>The <a href="http://jakarta.apache.org/commons/discovery/api/index.html">
  -JavaDoc API documents</a> (for the latest release) 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">
  -<subsection name="Mirrored Releases">
  -    <p>	
  -Releases after 0.2 should be downloaded from a mirror. 
  -Please remember to verify the signature of the release from the 
  -<a href='http://www.apache.org/dist/jakarta/commons/discovery/'>main apache site</a>
  -when downloading from a mirror.
  -        </p>
  -    <p>
  -Binary releases are available 
  -<a href='http://www.apache.org/dist/jakarta/commons/discovery/binaries'>here</a>.
  -Source releases are available 
  -<a href='http://www.apache.org/dist/jakarta/commons/discovery/source'>here</a>.
  -        </p>
  -    <ul>
  -        <li>
  -Version 0.2 (latest) - 15 Apr 2003
  -            </li>
  -        </ul>
  -</subsection>
  -<subsection name="Older Releases (Not Mirrored)">
  -<ul>
  -<li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-discovery/v0.1/">Version 0.1</a> - 12 Sep 2002</li>
  -</ul>
  -</subsection>
  -</section>
  -
   
   </body>
   </document>
  
  
  
  1.3       +2 -43     jakarta-commons/commons-build/xdocs/el.xml
  
  Index: el.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/commons-build/xdocs/el.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- el.xml	19 Jun 2003 21:38:58 -0000	1.2
  +++ el.xml	1 Mar 2004 21:03:52 -0000	1.3
  @@ -9,50 +9,9 @@
   
    <body>
   
  -<section name="The EL Component">
  -
  -<subsection name='What Is EL?'>
  -    <p>
  -    EL is the JSP 2.0 Expression Language Interpreter from Apache.
  -    </p>
  -</subsection>
  -
  -<subsection name='What Is The JSP 2.0 Expression Language?'>
  -<p>
  -The JSP Standard Tag Library (JSTL), version 1.0, introduced the concept of an Expression Language (EL), whose main goal is to provide page authors with an easy way to access and manipulate application data without requiring the use of scriptlets 
  -</p>
  -
  -<p>
  -JSP 2.0 adopted the EL specification from JSTL, and expanded its scope: EL expressions are no longer limited to JSTL action attributes, but may be used in any standard or custom action attribute declared to accept a runtime expression. In addition, EL expressions may now also be used directly in template text outside of any actions. JSP 2.0 also added an important feature to the EL specification: EL functions, which allow page authors to invoke static methods in Java classes from EL expressions. Additionally, JSP 2.0 allows programmatic access and customization of the EL evaluator through a set of standard interfaces and abstract classes. 
  -</p>
  -</subsection>
  -
  +<section name="Moved">
  +<p>Please see <a href="http://jakarta.apache.org/commons/el/">http://jakarta.apache.org/commons/el/</a>.</p>
   </section>
  -
  -
  -<section name="Documentation">
  -
  -<p>The <a href="http://jakarta.apache.org/commons/el/RELEASE-NOTES.txt">
  -Release Notes</a> document the new features and bug fixes that have been
  -included in the latest release.</p>
  -
  -<p>The <a href="http://jakarta.apache.org/commons/el/api/index.html">
  -JavaDoc API documents</a> for the latest release are available online.  
  -In particular, you should read the package overview of the <code>org.apache.commons.el</code> package.</p>
  -
  -</section>
  -
  -
  -<section name="Releases">
  -
  -<ul>
  -<li>Version 1.0 (from mirror) - 20 Jun 2003
  -       <a href="http://jakarta.apache.org/site/binindex.cgi">binary</a>
  -       <a href="http://jakarta.apache.org/site/sourceindex.cgi">source</a> (latest)</li>
  -</ul>
  -
  -</section>
  -
   
   </body>
   </document>
  
  
  
  1.2       +3 -91     jakarta-commons/commons-build/xdocs/jexl.xml
  
  Index: jexl.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/commons-build/xdocs/jexl.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jexl.xml	6 Feb 2003 18:37:41 -0000	1.1
  +++ jexl.xml	1 Mar 2004 21:03:52 -0000	1.2
  @@ -9,97 +9,9 @@
   
       <body>
   
  -    <section name="Jexl : Java Expression Language">
  -
  -    <p>
  -    Jexl is an expression language engine designed for easy embedding in
  -    applications and frameworks.  It implements an extended version of the
  -    Expression Language of the JSTL.
  -    </p>
  -
  -    <p>
  -    The motivation was to bring some of the lessons learned by the Velocity
  -    community about expersssion languages in templating to a wider audience.
  -    And I just had to get Velocity-ish method access in Jelly.  Just had to.
  -    </p>
  -
  -    <p>
  -    Here is an example of using Jexl :
  -    </p>
  -
  -    <source>
  -    <![CDATA[
  -        /*
  -         *  create an expression object
  -         */
  -        Expression e = ExpressionFactory.createExpression("foo.innerFoo.bar()");
  -
  -        /*
  -         *  create a context and add data
  -         */
  -        JexlContext jc = JexlHelper.createContext();
  -        jc.getVars().put("foo", new Foo() );
  -
  -        /*
  -         *  now evaluate the expression, getting the result
  -        Object o = e.evaluate(jc);
  -    ]]>
  -    </source>
  -
  -    <p>
  -    Jexl has extended the JSTL in a few ways :
  -    </p>
  -
  -    <ul>
  -        <li>
  -        Support for invocation of any accessible method (see example above).
  -        </li>
  -        <li>
  -        Added a general size() method, which works on String, returning length,
  -        Map, returning # of keys, and List and arrays, returning the
  -        number of elements.
  -        </li>
  -        <li>
  -        Optional syntax for the 'empty' function :   empty(obj)
  -        </li>
  -        <li>
  -        Misc : '+' has been overloaded to be use as a String concatenation operator
  -        </li>
  -
  -     </ul>
  -
  -    </section>
  -
  -    <section name="Current Status">
  -
  -        <p>
  -        The current status is best described as 'development, active'.
  -        </p>
  -
  -    </section>
  -
  -    <section name="Anyone Using It Yet?">
  -
  -        <p>
  -        James Strachan's
  -        <a href="http://jakarta.apache.org/commons/jelly.html">
  -        Jelly</a>, currently in commons-sandbox.
  -        </p>
  -
  -        <p>
  -        Jexl and Jelly are two components of the Jakarta Je*l* Pack
  -        </p>
  -
  -    </section>
  -
  -    <section name="Nightly Snapshots">
  -
  -        <p>
  -        The nightly shapshots can be found 
  -        <a href='http://cvs.apache.org/builds/jakarta-commons/nightly/commons-jexl'>here</a>
  -        </p>
  -
  -    </section>
  +<section name="Moved">
  +<p>Please see <a href="http://jakarta.apache.org/commons/jexl/">http://jakarta.apache.org/commons/jexl/</a>.</p>
  +</section>
   
    </body>
   </document>
  
  
  
  1.7       +2 -62     jakarta-commons/commons-build/xdocs/logging.xml
  
  Index: logging.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/commons-build/xdocs/logging.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- logging.xml	22 May 2003 14:46:50 -0000	1.6
  +++ logging.xml	1 Mar 2004 21:03:52 -0000	1.7
  @@ -9,69 +9,9 @@
   
    <body>
   
  -<section name="The Logging Component">
  -
  -<p>There is a great need for debugging and logging information inside of
  -Commons components such as HTTPClient and DBCP.  However, there are many
  -logging APIs out there and it is difficult to choose among them.</p>
  -
  -<p>The Logging package is an ultra-thin bridge between different logging
  -libraries.  Commons components may use the Logging API to remove
  -compile-time and run-time dependencies on any particular logging package,
  -and contributors may write Log implementations for the library of
  -their choice.</p>
  -
  +<section name="Moved">
  +<p>Please see <a href="http://jakarta.apache.org/commons/logging/">http://jakarta.apache.org/commons/logging/</a>.</p>
   </section>
  -
  -
  -<section name="Documentation">
  -
  -<p>The <a href="http://jakarta.apache.org/commons/logging/RELEASE-NOTES.txt">
  -Release Notes</a> document the new features and bug fixes that have been
  -included in the latest release.</p>
  -
  -<p>The <a href="http://jakarta.apache.org/commons/logging/api/index.html">
  -JavaDoc API documents</a> for the latest release are available online.  
  -In particular, you should read the package overview of the <code>org.apache.commons.logging</code>
  -package. In addition, there is a (short)
  -<a href="http://jakarta.apache.org/commons/logging/userguide.html">User Guide</a>.</p>
  -
  -</section>
  -
  -
  -<section name="Releases">
  -    <subsection name='Mirrored Releases'>
  -<p>
  -Releases after 1.0.2 should be downloaded from a mirror. Please remember to verify the 
  -sigature of the release from the 
  -<a href='http://www.apache.org/dist/jakarta/commons/logging/'>main apache site</a>
  -when downloading from a mirror.
  -</p>
  -<p>
  -    Binary releases are available 
  -       <a href="http://jakarta.apache.org/site/binindex.cgi">here</a>.
  -    Source releases are available
  -       <a href="http://jakarta.apache.org/site/sourceindex.cgi">here</a>
  -</p>
  -<p>
  -<ul>
  -       <li>Version 1.0.3 (latest) - 7 Apr 2003</li>
  -</ul>
  -</p>
  -    </subsection>
  -    <subsection name='Older Releases (Not Mirrored)'>
  -    <p>
  -    <ul>
  -<ul>
  -<li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.2/">Version 1.0.2</a></li>
  -<li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/">Version 1.0.1</a></li>
  -<li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0/">Version 1.0</a></li>
  -</ul>
  -    </ul>
  -    </p>
  -    </subsection>
  -</section>
  -
   
   </body>
   </document>
  
  
  
  1.4       +2 -47     jakarta-commons/commons-build/xdocs/modeler.xml
  
  Index: modeler.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/commons-build/xdocs/modeler.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- modeler.xml	13 Aug 2003 14:33:19 -0000	1.3
  +++ modeler.xml	1 Mar 2004 21:03:52 -0000	1.4
  @@ -9,53 +9,8 @@
   
    <body>
   
  -<section name="The Modeler Component">
  -
  -<p>Java Management Extensions (JMX) is an API that facilitates building
  -management applications that can configure, and perform operations on, a
  -server application.  In general, each manageable component of the server
  -application is represented by a <em>Management Bean</em> (or MBean, for
  -short).  JMX defines three types of MBeans, of which <em>Model MBeans</em>
  -are the most flexible.  Model MBeans provide a way to define MBeans for
  -many different components, without having to write a specific MBean
  -implementation class for each one.</p>
  -
  -<p>However, this power comes at a price.  It is necessary to set up a
  -substantial amount of metadata about each MBean, including the attributes
  -it should expose (similar to JavaBeans properties), the operations it should
  -make available (similar to calling methods of a Java object via reflection),
  -and other related information.  The <em>Modeler</em> component is designed to
  -make this process fairly painless -- the required metadata is configured from
  -an XML description of each Model MBean to be supported.  In addition,
  -Modeler provides a factory mechanism to create the actual Model MBean instances
  -themselves.</p>
  -
  -<p>For further information, see the package description in the
  -<a href="http://jakarta.apache.org/commons/modeler/docs/api/index.html">
  -JavaDocs</a> for the Modeler package.</p>
  -
  -</section>
  -
  -
  -<section name="Documentation">
  -
  -<p>The <a href="http://jakarta.apache.org/commons/modeler/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/modeler/docs/api/index.html">
  -JavaDoc API documents</a> for the current version are available online.</p>
  -
  -</section>
  -
  -
  -<section name="Releases">
  -
  -<ul>
  -<li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-modeler/v1.1/">Version 1.1</a></li>
  -<li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-modeler/v1.0/">Version 1.0</a></li>
  -</ul>
  -
  +<section name="Moved">
  +<p>Please see <a href="http://jakarta.apache.org/commons/modeler/">http://jakarta.apache.org/commons/modeler/</a>.</p>
   </section>
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org