dion        2004/08/24 17:27:19

  Modified:    jexl/xdocs/reference examples.xml index.xml
  Log:
  More docs
  
  Revision  Changes    Path
  1.18      +14 -0     jakarta-commons/jexl/xdocs/reference/examples.xml
  
  Index: examples.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jexl/xdocs/reference/examples.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- examples.xml      24 Aug 2004 21:23:39 -0000      1.17
  +++ examples.xml      25 Aug 2004 00:27:19 -0000      1.18
  @@ -23,12 +23,26 @@
     <body>
       <section name="Overview">
         <p>
  +        In this reference you will find the following topics to help with your use 
of JEXL.
           <ul>
             <li><a href="#Evaluating Expressions">Evaluating Expressions</a></li>
             <li><a href="#Custom Contexts">Custom Contexts</a></li>
             <li><a href="#Custom Resolvers">Custom Resolvers</a></li>
             <li><a href="#Example Expressions">Example Expressions</a></li>
           </ul>
  +      </p>
  +      <p>
  +        You can find two sample programs in JEXL's CVS repository:
  +        <ul>
  +          <li><a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/jexl/examples/ArrayExample.java?view=markup";>Using
 arrays</a></li>
  +          <li><a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/jexl/examples/MethodPropertyExample.java?view=markup";>Accessing
 Properties and invoking methods</a></li>
  +        </ul>
  +      </p>
  +      <p>
  +        As well, <a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/jexl/src/test/org/apache/commons/jexl/JexlTest.java?view=markup";>JEXL's
 Unit Tests</a>
  +        provide handy examples of expressions. The test code also contains a
  +        <a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/jexl/src/test/org/apache/commons/jexl/Jexl.java?view=markup";>simple
 class</a>
  +        that evaluates its command line arguments as JEXL expressions when run.
         </p>
       </section>
       <section name="Evaluating Expressions">
  
  
  
  1.2       +2 -2      jakarta-commons/jexl/xdocs/reference/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jexl/xdocs/reference/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 19 Aug 2004 17:17:52 -0000      1.1
  +++ index.xml 25 Aug 2004 00:27:19 -0000      1.2
  @@ -25,8 +25,8 @@
         <p>
           The JEXL Reference documentation is made up of the following:
           <ul>
  -          <li><a href="syntax.html">Syntax</a></li>
  -          <li><a href="examples.html">Examples</a></li>
  +          <li><a href="syntax.html">JEXL Syntax</a></li>
  +          <li><a href="examples.html">Common examples</a> using JEXL and the 
expression language</li>
           </ul>
         </p>
       </section>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to