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 2003/08/14 23:26:31 UTC

cvs commit: jakarta-commons/betwixt/xdocs/guide writing.xml

rdonkin     2003/08/14 14:26:31

  Added:       betwixt/xdocs/guide writing.xml
  Log:
  Split Overview into separate documents in guide directory.
  
  Revision  Changes    Path
  1.1                  jakarta-commons/betwixt/xdocs/guide/writing.xml
  
  Index: writing.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
   <properties>
    <title>Writing Beans (Advanced)</title>
    <author email="jstrachan@apache.org">James Strachan</author>
   </properties>
  
  <body>
  <section name='Writing Beans (Advanced)'>
          <subsection name='Writing DynaBeans'>
              <p>
  A <strong>DynaBean</strong> is a pseudo-bean whose properties may differ between instances of the same Class.
  Pseudo-introspection of the available properties uses a pseudo-class of type DynaClass.
  For more details see <a href='http://jakarta.apache.org/commons/beanutils.html'>BeanUtils</a>.
                  </p>
              <p>
  Betwixt now supports the (correct) writing of objects implementating DynaBean. Rather than using standard
  introspection for these objects, <code>Betwixt</code> now interrogates the DynaClass. Using .betwixt files
  with DynaBeans is not yet supported and special behaviour of DynaBeans can be overridden by specifying a 
  .betwixt file.
                  </p>
      </subsection>
  </section>
  </body>
  </document>
  
  
  

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