Struts framework provides three key components:
- A request handler provided by the application developer that is used to mapped to a particular URI.
- A response handler which is used to transfer the control to another resource which will be responsible for completing the response.
- A tag library which helps developers to create the interactive form based applications with server pages.
Model : The model is basically a business logic part which takes the response from the user and stores the result for the duration of the process.
View : The view in struts framework is mainly a jsp page which is responsible for producing the output to the user.
Conclution:
Struts is a open source framework used for developing J2EE application using Model View Controller (MVC) design pattern.
No comments:
Post a Comment