April 05
Prof. Ismael H. F. Santos -
ismael@tecgraf.puc-rio.br
2
Controllers and Views
n
Struts:
n
UserAction extends DispatchAction
n
Spring MVC:
n
UserFormController extends SimpleFormController
n
WebWork:
n
UserAction extends ActionSupport
n
Tapestry:
n
UserForm extends BasePage
n
JSF:
n
UserForm