On Mon, 20 Aug 2001, Vincent Harcq wrote:
> 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"
 *

generate can be both|local|remote|none - both being default.  ditto for
home.  I'm just going to change the relevant subtasks to set and unset the
relevant patterns... trust that all sounds reasonable.

cheers
dim


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

Reply via email to