| Author |
Cay you explain this..
|
Supriya Nimakuri
Ranch Hand
Joined: May 23, 2006
Posts: 83
|
|
how can we use Struts frmaework for designing of an application flow... Regards..
|
 |
Naseem Khan
Ranch Hand
Joined: Apr 25, 2005
Posts: 809
|
|
Struts framework defines views and controller components. You can use jsp, custom tag libraries, ApplicationResources etc for your view component. In struts all the request goes through ActionServlet which finaly calls some Action class. Action is the place where your struts components end and your model begins. Struts Complete Reference is very good book for beginner. Naseem
|
Asking Smart Questions FAQ - How To Put Your Code In Code Tags
|
 |
 |
|
|
subject: Cay you explain this..
|
|
|