| Author |
Related To Controller
|
padmaratna kamble
Greenhorn
Joined: Apr 26, 2006
Posts: 26
|
|
Is ActionForm is the part of the controller in the MVC Architecture? And what are the total components of the Cotroller In an MVC Architecture?
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
Is ActionForm is the part of the controller in the MVC Architecture?
Yes, it is. In Struts, the main controller components are the ActionServlet and RequestProcessor, but each Action class you write is also part of the controller space.
what are the total components of the Cotroller In an MVC Architecture?
There is no set number or name for components in the controller space. Each framework or product that implements MVC does things in it's own way. The important thing to know is that a controller component is any component that controls the flow of information between the view and the model.
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: Related To Controller
|
|
|