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/09/08 16:05:38 UTC

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

rdonkin     2003/09/08 07:05:38

  Modified:    betwixt/xdocs tasks.xml
  Log:
  Documented task
  
  Revision  Changes    Path
  1.23      +4 -0      jakarta-commons/betwixt/xdocs/tasks.xml
  
  Index: tasks.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/tasks.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- tasks.xml	24 Aug 2003 16:53:44 -0000	1.22
  +++ tasks.xml	8 Sep 2003 14:05:38 -0000	1.23
  @@ -257,6 +257,10 @@
   Added (optional) 'class' attribute to .betwixt files. The attribute value should be a fully qualfied java classname. 
   When set, the named class will be used to instantiate beans mapped to this element.
               </li>
  +            <li>
  +<strong>Improved Support For Interfaces including Entity Beans (ClassNormalizer)</strong>
  +Added ClassNormalizer strategy. This allows the Class introspector to differ from that of the Object.
  +            </li>
           </ul>
       </subsection>
   </section>