Difference between
version 8
and
version 7:
At line 13 changed 3 lines. |
* [1] Create skeleton JSPs using XDoclet |
|
|
* [1] Create personForm.jsp with XDoclet |
At line 22 changed 2 lines. |
!!Create a skeleton JSP using XDoclet [#1] |
In this step, you'll generate a ''skeleton'' JSP to display information from the Person object. I say ''skeleton'' because it'll just be the <form> itself. It will contain JSF's JSP tags that render table rows for each property in Person.java. The AppGen tool that's used to do this is based off a StrutsGen tool - which was originally written by [Erik Hatcher|http://www.blogscene.org/erik/]. It's basically just a couple of classes and a bunch of XDoclet templates. All these files are located in extras/appgen. |
!!Create personForm.jsp with XDoclet [#1] |
In this step, you'll generate a JSP page to display information from the Person object. It will contain JSF's JSP tags that render table rows for each property in Person.java. The AppGen tool that's used to do this is based off a StrutsGen tool - which was originally written by [Erik Hatcher|http://www.blogscene.org/erik/]. It's basically just a couple of classes and a bunch of XDoclet templates. All these files are located in extras/appgen. |
Back to JSFBeans,
or to the Page History.
|