|
Project Information
Links
|
This project demostrates how setting up a new seam project is easy with clickframes. 3 Steps to getting started with Clickframes Seam Code GeneratorStep 1You simply write this spec XML. (See the Demo Spec) Step 2Generate the entire project source code with Clickframes mvn clickframes:generate Step 3There is not step 3! An entire working JSF/Seam application gets generated just from the Spec you write in Step 1. See live demo of the generated app. To use this demo:
Key demo features
To understand the demo code, see the (See the Demo Spec XML. The XML is very declarative. It is like HTML minus without any layout. App has pages App has entities (database objects) Pages have security Pages have forms Forms have inputs Inputs have validation rules Inputs map to entity fields (database columns) Run the demo on your local machinesvn checkout http://clickframes-seam-issuetracker-demo.googlecode.com/svn/trunk/ clickframes-seam-issuetracker-demo-read-only cd clickframes-seam-issuetracker-demo-read-only mvn glassfish:run Modify the demo on your local machineModify the Spec XML file located at src/main/clickframes/appspec.xml Then regenerat code by: mvn clickframes:genereate Re-run the app: mvn glassfish:run |