DEVFYI - Developer Resource - FYI

What is the design role played by Struts?

Struts Questions and Answers


(Continued from previous question...)

7. What is the design role played by Struts?

The role played by Structs is controller in Model/View/Controller(MVC) style. The View is played by JSP and Model is played by JDBC or generic data source classes. The Struts controller is a set of programmable components that allow developers to define exactly how the application interacts with the user.

(Continued on next question...)

Other Interview Questions