The goal of the Apache Struts project is to encourage application
architectures based on the "Model 2" approach, a variation of the classic
Model-View-Controller (MVC) design paradigm. Under Model 2, a servlet (or
equivalent) manages business logic execution, and presentation logic
resides mainly in server pages.