Feature Requests item #524738, was opened at 2002-03-02 10:31
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402707&aid=524738&group_id=31602

Category: ejbdoclet
Group: None
Status: Open
Priority: 5
Submitted By: Vincent Harcq (vharcq)
Assigned to: Vincent Harcq (vharcq)
Summary: Value Object Naming

Initial Comment:
>From Marcus:

> Customer Bean have
>  * @ejb:value-object name="CustomerLight" 
match="light"
>  * @ejb:value-object name="CustomerNormal" 
match="normal" 
> instantiation="eager"
>  * @ejb:value-object name="Customer" match="*"

Perhaps it would be better so specify something like

    @ejb:value-object name="Light" match="light"
    @ejb:value-object match="*"

the value object class name would be 
<beanName><valueObjectName>Value. So we would have 
CustomerLightValue and CustomerValue. The accessor 
methods would be getLightValue() and getValue(), 
respectively.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402707&aid=524738&group_id=31602

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to