Hi,
 
Looking into the xdoclet sample CustomerBean.java , I found the tags:
 
@ejb:value-object name="CustomerLight" match="light"
@ejb:value-object name="CustomerNormal" match="normal" instantiation="eager"
@ejb:value-object name="Customer" match="*"
 
In the docs\xdoclet.html, the @ejb:value-object tag is not documented.
 
Please explain me how to use this tag.
 
Is there any difference between @ejb:value-object tag and the @ejb:data-object tag?
 
 
Thank you,
 
Yendung

Reply via email to