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

cvs commit: jakarta-commons-sandbox/betwixt OVERVIEW.html

jefft       02/03/28 02:08:22

  Modified:    betwixt  OVERVIEW.html
  Log:
  typos
  
  Revision  Changes    Path
  1.4       +5 -5      jakarta-commons-sandbox/betwixt/OVERVIEW.html
  
  Index: OVERVIEW.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/betwixt/OVERVIEW.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- OVERVIEW.html	4 Mar 2002 03:15:53 -0000	1.3
  +++ OVERVIEW.html	28 Mar 2002 10:08:22 -0000	1.4
  @@ -13,7 +13,7 @@
   <h1>Jakarta Commons <i>Betwixt</i> Overview</h1>
   <p>Betwixt is a library which maps Java Beans to XML. It provides an XMLIntrospector in a similar manner to the Introspector in the java.beans 
   package which defines how a bean appears as XML. There are many ways of encoding 
  -beans as XML. Betwixt  provides a default representation based on 
  +beans as XML. Betwixt provides a default representation based on 
   introspection which can be customized to taste to get nicer looking XML or to 
   map your beans to some external XML schema. In addition to the mapping API 
   Betwixt also provides objects to turn beans into XML and to parse XML and turn 
  @@ -32,7 +32,7 @@
   <p>The next example to look at is</p>
   <pre>ant demo-rss2</pre>
   <p>This is similar to the above but uses a BeanReader to parse the RSS file. So 
  -this is Betwixt defaulting the Digster rules required to parse the XML document. 
  +this is Betwixt defaulting the Digester rules required to parse the XML document. 
   Then the BeanWriter is used to output the beans that get created.</p>
   <h2>Mapping beans to XML</h2>
   <p>There are various ways of mapping beans to an XML structure. For example 
  @@ -51,7 +51,7 @@
       &lt;emailAddress&gt;jstrachan@apache.org&lt;/emailAddress&gt;
   &lt;/CustomerBean&gt;</pre>
   <h3>Example 2</h3>
  -<p>This exmaple uses elements for all properties and wraps collections in an 
  +<p>This example uses elements for all properties and wraps collections in an 
   extra element (which can be quite common in XML schemas). Also note that some 
   element names have been changed.</p>
   <pre>&lt;customer&gt;
  @@ -64,7 +64,7 @@
           &lt;email-address&gt;jstrachan@apache.org&lt;/email-address&gt;
       &lt;/email-addresses&gt;
   &lt;/customer&gt;    </pre>
  -<p>Betixt aims to provide a diversity of possible mappings such that the 
  +<p>Betwixt aims to provide a diversity of possible mappings such that the 
   developer can choose, if they wish, how their beans appear as XML to support 
   whatever XML encoding scheme that is desired. If no particular mapping is 
   provided then Betwixt will create a default mapping for you. Also the 
  @@ -208,4 +208,4 @@
   
   </body>
   
  -</html>
  \ No newline at end of file
  +</html>
  
  
  

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