You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/03/17 23:27:05 UTC

cvs commit: jakarta-commons-sandbox/convert/xdocs index.xml

scolebourne    2004/03/17 14:27:05

  Modified:    convert/xdocs index.xml
  Log:
  Add set of goals
  
  Revision  Changes    Path
  1.5       +15 -1     jakarta-commons-sandbox/convert/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/convert/xdocs/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml	28 Feb 2004 17:18:58 -0000	1.4
  +++ index.xml	17 Mar 2004 22:27:05 -0000	1.5
  @@ -18,7 +18,7 @@
   <document>
   
    <properties>
  -  <title>Commons Convert</title>
  +  <title>Overview</title>
     <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
    </properties>
   
  @@ -31,6 +31,20 @@
   an object of one type to another. The first stage will focus on Object to String and
   String to Object conversions. All help is gratefully received.
   </p>
  +
  +<subsection name="Goals">
  +<p>
  + <ul>
  +  <li>To provide a simple mechanism for converting one arbitrary Java object into another</li>
  +  <li>Enable different sets of converters to be used under different circumstances</li>
  +  <li>Provide a default library of converters</li>
  +  <li>Allow for conversion of types that have not been specifically registered</li>
  +  <li>Support locale-sensitive conversions for internationalization</li>
  +  <li>Support conversion of collections and arrays</li>
  + </ul>
  +</p>
  +</subsection>
  +
   <subsection name="Status">
   <p>
    <ul>
  
  
  

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