---
title: "What are the components of Struts?"  
description: "What are the components of Struts?"  
author: "Anoop Singh"  
published: 2011-03-23  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/604/what-are-the-components-of-struts  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What are the components of Struts?

Struts is based on the MVC design pattern. Struts components can be categories into Model, View and Controller.\
\
Model: Components like business logic / business processes and data are the part of Model.\
View: JSP, HTML etc. are part of View\
Controller: Action Servlet of Struts is part of Controller components which works as front controller to handle all the requests.

## Answers

### Answer by Anoop Singh

Struts is based on the MVC design pattern. Struts components can be categories into Model, View and Controller.\
\
Model: Components like business logic / business processes and data are the part of Model.\
View: JSP, HTML etc. are part of View\
Controller: Action Servlet of Struts is part of Controller components which works as front controller to handle all the requests.


---

Original Source: https://www.mindstick.com/interview/604/what-are-the-components-of-struts

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
