geirm       2002/06/26 03:17:44

  Modified:    xdocs    powered.xml
               docs     powered.html
  Log:
  Added middlegen to powered-by list
  
  Revision  Changes    Path
  1.38      +13 -0     jakarta-velocity/xdocs/powered.xml
  
  Index: powered.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/powered.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- powered.xml       6 Jun 2002 22:06:24 -0000       1.37
  +++ powered.xml       26 Jun 2002 10:17:43 -0000      1.38
  @@ -243,6 +243,19 @@
       </td>
      </tr>
   
  +   <tr>
  +    <td>
  +     <a href="http://boss.bekk.no/boss/middlegen/";>Middlegen</a>
  +    </td>
  +    <td>
  +     Middlegen is a code generation tool for EJB 2.0 CMP/CMR Entity Beans.
  +     It's useful if you have a database with existing tables and you want to
  +     map the tables to Entity Beans. You don't want to write a lot of code.
  +     You want the code to be generated. The code generated by Middlegen relies
  +     on further processing by XDoclet to produce even more code
  +     (home/remote/local interfaces, primary key classes and deployment descriptors).
  +    </td>
  +   </tr>
   
    </table>
   
  
  
  
  1.47      +21 -0     jakarta-velocity/docs/powered.html
  
  Index: powered.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/powered.html,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- powered.html      6 Jun 2002 22:06:43 -0000       1.46
  +++ powered.html      26 Jun 2002 10:17:44 -0000      1.47
  @@ -510,6 +510,27 @@
               </font>
   </td>
               </tr>
  +                                <tr>
  +                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" 
align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                
  +     <a href="http://boss.bekk.no/boss/middlegen/";>Middlegen</a>
  +    
  +            </font>
  +</td>
  +                                <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                
  +     Middlegen is a code generation tool for EJB 2.0 CMP/CMR Entity Beans.
  +     It's useful if you have a database with existing tables and you want to
  +     map the tables to Entity Beans. You don't want to write a lot of code.
  +     You want the code to be generated. The code generated by Middlegen relies
  +     on further processing by XDoclet to produce even more code
  +     (home/remote/local interfaces, primary key classes and deployment descriptors).
  +    
  +            </font>
  +</td>
  +            </tr>
               </table>
                               </blockquote>
           </p>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to