Update of /cvsroot/xdoclet/xdoclet/xdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv1270/xdoclet-all/xdoclet/xdocs

Modified Files:
        valueobjects.xml 
Log Message:


The VO tag parameter names are compose & compose-name, not composite & composite-name.
The VO usage docs are now consistent with that.

IMO composite* would have been better, but it'll upset too many people if we change it 
now.

Index: valueobjects.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/xdocs/valueobjects.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** valueobjects.xml    27 Dec 2002 14:26:12 -0000      1.4
--- valueobjects.xml    24 Mar 2003 23:42:05 -0000      1.5
***************
*** 247,253 ****
              <subsection name="Aggregation and Composition">
                  <p>
!                     Value objects can have <code>composite</code> and 
<code>aggregate</code>
                      properties. These are multi valued properties that map an EJB 
relationship.
!                     In this example we've got both aggregate and composite 
properties,
                      those being <code>preferredProduts</code> and 
<code>addresses</code>,
                      respectively.
--- 247,253 ----
              <subsection name="Aggregation and Composition">
                  <p>
!                     Value objects can have <code>compose</code> and 
<code>aggregate</code>
                      properties. These are multi valued properties that map an EJB 
relationship.
!                     In this example we've got both aggregate and compose properties,
                      those being <code>preferredProduts</code> and 
<code>addresses</code>,
                      respectively.
***************
*** 291,295 ****
                  </p>
                  <p>
!                     The <code>aggregate-name</code> (or <code>composite-name</code>)
                      parameter tells XDoclet how the accessor methods to this 
property in
                      the value object should be called. The value of this parameter 
should be
--- 291,295 ----
                  </p>
                  <p>
!                     The <code>aggregate-name</code> (or <code>compose-name</code>)
                      parameter tells XDoclet how the accessor methods to this 
property in
                      the value object should be called. The value of this parameter 
should be
***************
*** 300,304 ****
                  </p>
                  <p>
!                     The <code>aggregate</code> (or <code>composite</code>) parameter
                      tells XDoclet which should be the type of items contained in
                      the multi valued property. This should be a fully qualified 
class name.
--- 300,304 ----
                  </p>
                  <p>
!                     The <code>aggregate</code> (or <code>compose</code>) parameter
                      tells XDoclet which should be the type of items contained in
                      the multi valued property. This should be a fully qualified 
class name.
***************
*** 312,317 ****
                      type of the related objects. This should be the type of the 
objects
                      returned by the entity getter. Please note that 
<code>aggregate</code>
!                     and <code>aggregate-name</code> (or <code>composite</code> and
!                     <code>composite-name</code>) relate to names and types in the 
value
                      object, while <code>members</code> and <code>members-name</code>
                      relate to names and types in the entity bean. In this example, 
the
--- 312,317 ----
                      type of the related objects. This should be the type of the 
objects
                      returned by the entity getter. Please note that 
<code>aggregate</code>
!                     and <code>aggregate-name</code> (or <code>compose</code> and
!                     <code>compose-name</code>) relate to names and types in the value
                      object, while <code>members</code> and <code>members-name</code>
                      relate to names and types in the entity bean. In this example, 
the



-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to