Struts is a web application framework that uses the MVC design pattern. It combines Java servlets, JavaServer Pages, custom tags and message resources. Struts acts as a controller in MVC that routes requests between the view (JSPs) and the model (business logic classes). Struts is open source software hosted by the Apache Software Foundation. It provides a standard way to build Java web applications by separating the application logic from the user interface.