---
title: "What are the components of Struts?"  
description: "What are the components of Struts?"  
author: "James Smith"  
published: 2011-07-23  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1106/what-are-the-components-of-struts  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What are the components of Struts?

Struts components can be categorize into Model, View and Controller:

- **Model:** Components like business logic /business processes and data are the part of model.
- **View:** HTML, JSP are the view components.
- **Controller:** Action Servlet of Struts is part of Controller components which works as front controller to handle all the requests.

## Answers

### Answer by James Smith

Struts components can be categorize into Model, View and Controller:

- **Model:** Components like business logic /business processes and data are the part of model.
- **View:** HTML, JSP are the view components.
- **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/1106/what-are-the-components-of-struts

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
