User: rinkrank
  Date: 02/02/23 03:55:55

  Modified:    core/docs ejbdoclet_toc.html ejbdoclet.html
  Log:
  Removed caching from util class (see separate mail)
  Added support for both JNDI_NAME and COMP_NAME
  
  Revision  Changes    Path
  1.18      +1 -0      xdoclet/core/docs/ejbdoclet_toc.html
  
  Index: ejbdoclet_toc.html
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/docs/ejbdoclet_toc.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -w -r1.17 -r1.18
  --- ejbdoclet_toc.html        21 Feb 2002 17:13:01 -0000      1.17
  +++ ejbdoclet_toc.html        23 Feb 2002 11:55:54 -0000      1.18
  @@ -62,6 +62,7 @@
     <LI><A HREF="ejbdoclet.html#security-role-ref">@ejb:security-role-ref</A>
     <LI><A HREF="ejbdoclet.html#select">@ejb:select</A>
     <LI><A HREF="ejbdoclet.html#transaction">@ejb:transaction</A>
  +  <LI><A HREF="ejbdoclet.html#util">@ejb:util</A>
   </UL>
   <H3>Vendor tags</H3>
   <H4>Apache SOAP</H4>
  
  
  
  1.35      +22 -3     xdoclet/core/docs/ejbdoclet.html
  
  Index: ejbdoclet.html
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/docs/ejbdoclet.html,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -w -r1.34 -r1.35
  --- ejbdoclet.html    23 Feb 2002 00:22:39 -0000      1.34
  +++ ejbdoclet.html    23 Feb 2002 11:55:54 -0000      1.35
  @@ -499,9 +499,9 @@
   the bean is test.bank.AccountBean then ejb-env-entries-Account.xml should be
   located at test/bank directory in mergedir.</P>
   <H3><A NAME="subtask_utilobject">utilobject</A></H3>
  -<P>Cretes utility objects for EJB beans. Currently utility objects can be used
  -for convenient home interface lookups. Those who have an idea what else would be
  -usefull in such class, shall submit it to developer list.
  +<P>Cretes utility classes for EJBs. Currently utility classes can be used for
  +convenient home/local home interface lookups. The generated util classes can be
  +tuned with the <A HREF="#util">@ejb:util</A> tag.
   <H4>Parameters</H4>
   <TABLE BORDER="1" CELLPADDING="7" CELLSPACING="0" WIDTH="100%">
     <TR VALIGN="top">
  @@ -886,6 +886,25 @@
     <TR VALIGN="top">
       <TD><I>[result-type-mapping]</I>: none|(local,remote)</TD>
       <TD>Result type mapping for the select method.</TD>
  +  </TR>
  +</TABLE>
  +<H4><A NAME="util">@ejb:util</A></H4>
  +<P>This tag is optional, and lets you define whether or not a util class should
  +be generated, and whether to use the logical component name (java:comp/env) or
  +the physical JNDI name to do the lookup. If this tag is not specified, the util
  +class will be generated using logical lookups (provided the <A 
HREF="#subtask_utilobject">&lt;utilobject&gt;</A>
  +subtask is used)</P>
  +<TABLE BORDER="1" CELLPADDING="7">
  +  <TR VALIGN="top">
  +    <TD>Parameter</TD>
  +    <TD>Usage</TD>
  +  </TR>
  +  <TR VALIGN="top">
  +    <TD><I>[generate]</I>: (false|no|logical|physical)</TD>
  +    <TD>false or no will omit the generation of the util class. logical will
  +      generate a util class that uses the component name for lookup, and
  +      physical will generate a class that uses the JNDI name for lookups.
  +      Default is logical.</TD>
     </TR>
   </TABLE>
   <H4><A NAME="pk">@ejb:pk</A></H4>
  
  
  

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

Reply via email to