CreateActions |
|
Your trail: |
Difference between
version 3
and
version 2:
At line 1 changed 1 line. |
__Coming Soon!__ Here's a quick and dirty rough draft in the meantime. |
__Part III:__ [Creating Actions and JSPs|CreateActions] - A HowTo for creating [Struts|http://jakarta.apache.org/struts] Actions and JSPs in the AppFuse architecture. |
At line 3 added 13 lines. |
!!About this Tutorial |
This tutorial will show you how to create an Action, a JUnit Test (using [StrutsTestCase|http://strutstestcase.sourceforge.net/]) , and a JSP for the form. The Action we create will talk to the PersonManager we created in the [Creating Managers|CreateManager] tutorial. This tutorial will simplify everything - we will not actually be rendering any data making the UI look pretty. The [next tutorial|ConfiguringTiles] will show you how to integrate your new JSP into your webapp. |
|
;:%%(color: blue)''I will tell you how I do stuff in the __Real World__ in text like this.''%% |
|
Let's get started by creating a new Action and JSP in AppFuse's architecture. |
|
!Table of Contents |
* [1] Create a skeleton JSP using XDoclet |
* [2] Create a new ActionTest to test our Action |
* [3] Create a new Action |
* [4] Display the JSP in a browser and run the ActionTest |
|
Back to CreateActions,
or to the Page History.
|