Difference between
version 4
and
version 3:
At line 6 changed 1 line. |
This tutorial will show you how to create JSF Beans and JSPs. It'll also demonstrate writing a JUnit Test to test PersonForm. The Action we create will talk to the PersonManager we created in the [Creating Managers|CreateManager] tutorial. In most web frameworks, the controller logic is contain in an "Action" of some sort. However, with JSF, they're commonly referred to as "Managed Beans". The methods withing these beans are often called actions. |
This tutorial will show you how to create JSF Beans and JSPs. It'll also demonstrate writing a JUnit Test to test PersonForm. The Managed Bean we create will talk to the PersonManager we created in the [Creating Managers|CreateManager] tutorial. In most web frameworks, the controller logic is contain in an "Action" of some sort. However, with JSF, they're commonly referred to as "Managed Beans". The methods withing these beans are often called actions. |
At line 15 added 1 line. |
|
Back to JSFBeans,
or to the Page History.
|