What is the design role played by Struts

Q

What is the design role played by Struts?

✍: Guest

A

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.

2007-11-30, 5629👍, 0💬