> > 2. Generate Flag for interface, home and pk:
> > Have something like:
> > ejb:interface generate="false"
remote-class="com.abc.SomethingRemote"
> > local-class="com.abc.SomethingLocal"
> > Same for home and pk
> 
> I'm just starting on this now, and thought I'd post in case anyone was
> checking... I think that the following tags make sense:
> 
>  *
>  *   @ejb:interface generate="both"
>  *                  remote-class="test.interfaces.remote.Account"
>  *                  local-class="test.interfaces.local.Account"
>  *   @ejb:home      generate="both"
>  *                  remote-class="test.interfaces.remote.AccountHome"
>  *                  local-class="test.interfaces.local.AccountHome"
>  *   @ejb:pk        generate="true"
>  *                  class="test.interfaces.AccountPK"
>  *

I prefer generate="local,remote" instead of generate="both". It's more
descriptive. Use token support (see finder methods in home.j as an
example for tokens).

Ara.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to