If your model classes have an Id attribute that corresponds to an
auto-increment field on the table then the Appfuse command
"appfuse:gen" will generate all the classes, resources and pages
needed in order to make a basic CRUD.
In a matter of seconds you will get the new menu item that will show
the page with the (paginated) list of table items and by clicking an
item you will be on the page (Form) where you can do the CRUD actions.

Things are getting harder where your model classes have user defined
id attributes or worse when the primary key is composed by more than
one field. In this cases you must do some, not so simple, adjustments
to the generated code.

Vincenzo Caselli


On Sun, Jul 6, 2008 at 2:00 AM, abbey477 <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> Having gone through the AppFuse QuickStart guide, I need more information on
> to generate JSF CRUD artifacts using AppFuse. As this will be a great
> justification for using the framework for my organization.
>
> Thanks.
> --
> View this message in context: 
> http://www.nabble.com/Generating-JSF-crud-Artifacts-tp18297644s2369p18297644.html
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to