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

cvs commit: jakarta-commons/betwixt/xdocs overview.xml

rdonkin     2002/08/07 14:29:21

  Modified:    betwixt/xdocs overview.xml
  Log:
  Clarify  usage of .betwixt files documentation (based on personal email from james).
  
  Revision  Changes    Path
  1.2       +4 -0      jakarta-commons/betwixt/xdocs/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/overview.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- overview.xml	10 Jun 2002 17:53:32 -0000	1.1
  +++ overview.xml	7 Aug 2002 21:29:21 -0000	1.2
  @@ -128,6 +128,10 @@
   </info>
   </pre>
   
  +<p>Note that the <code>.betwixt</code> file specifies the mapping for a single bean.
  +So, whilst you can add extra elements (as above), it can't be used to specify 
  +to names for child beans through nesting <code>element</code> elements.</p>
  +
   <p>The primitiveTypes attribute in the &lt;info&gt; element is optional and can be 
   used to specify whether primitive java types (strings, numbers, dates etc) are 
   specified as attributes or elements by default.</p>
  
  
  

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