CreateActions |
|
Your trail: |
Difference between
version 9
and
version 8:
At line 4 changed 1 line. |
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. |
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 or making the UI look pretty. The [next tutorial|ConfiguringTiles] will show you how to integrate your new JSP into your webapp. |
At line 60 changed 1 line. |
When we do create an Action (in [step 3|3]], we're only going to create an __execute__ method, rather than all the different CRUD methods. So let's just test that method to start. |
When we do create an Action (in [step 3|3]), we're only going to create an __execute__ method, rather than all the different CRUD methods. So let's just test that method to start. |
Back to CreateActions,
or to the Page History.
|