Hi Ara

> [snip]
> 
> > /**
> >  * @ejb:bean name="test/Manager"
> >  *           display-name="Manager working on projects to support
> clients"
> >  *           type="CMP"
> >  *           jndi-name="ejb/test/Manager"
> >  *
> >  * @jboss:data-field name="Id"
> >  *                             class="int"
> >  *                             is-pk="true"
> >  *
> > 
> >  * @jboss:data-field name="FirstName,LastName,Address,City"
> >  *                             class="java.lang.String"
> 
> [snip]
> 
> > What do you think ?
> 
> I think I don't like it :o)
> I use IDEA templates (see docs/IDE/) and it's not a big deal for me.

I don't use IDEs at all (jEdit) but even when this one can generate
getter/setter methods I have to add the "primary-key", "persistent-field"
and "column-name" tags as well as later on it is hard to manage these
attributes.
When we can integrate the generation of the attribute files (getter/setter
methods) we can keep this inside the XDoclet generation and the user
does not depend on a specific IDE or other tool to manage the attributes.

Thanx for the fast reply - Andy



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

Reply via email to