You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Klaus Thiele <kt...@pi-ag.com> on 2000/09/28 13:27:08 UTC

Announcement: simple Application Generator

Hello,

we have just finished our first
  _very_simple_ "Application Generator"

from an existing database-table (with primarykey) it generates
following files:

    --- Enterprise JavaBean (BMP) ---
    table.java           - EJB RemoteInterface
    tableHome.java   - EJB HomeInterface
    tableEJB.java     - EJB Implementation
    tablePK.java       - EJB PrimaryKey Class
    tableData.java     - DataObject

    --- Jakarta_Struts Files ---
    EditTableAction.java     -  struts edit action
    SaveTableAction.java   -  struts save action
    TableForm.java            -  form bean
    TableHelper.java          -  interface to ejbean
     table.jsp                     -  jsp page (not jet finished)

it does not generate "plug'n play" code, you have to do _many_ things manually.
but the output  is very usefull to develop new struts-based ejb-applications.

requirements:
  jdk, jakarta-ant (for building), jakarta-struts
  JSP/EJB/Servlet Container
  Database: PostgreSQL, Informix, Oracle (perhaps HypersonicSQL, ODBC)

where_to_get:
   send me a mail, i'll send you the whole thing.

bye
  klaus

--
Klaus Thiele - Personal & Informatik AG
mailto:kth@pi-ag.com

 "There's got to be more to life than compile-and-go."