Struts 2 Framework: Popular Spring Tutorials

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Struts 2 Framework

Apache Struts 2 is an elegant, extensible framework for creating


enterprise-ready Java web applications. The framework is designed to
streamline the full development cycle, from building, to deploying, to
maintaining applications over time. Apache Struts 2 was originally
known as WebWork 2.
Popular Spring Tutorials

1. Spring Tutorial
2. Spring MVC Web Tutorial
3. Spring Boot Tutorial
4. Spring JDBC Tutorial
5. Spring AOP Tutorial
6. Spring Security Tutorial

The Struts 2 framework is used to develop MVC (Model View Controller)


based web applications. Struts 2 is the combination of webwork
framework of opensymphony and struts1.

struts2 = webwork + struts1

The Struts 2 provides supports to POJO based actions, Validation


Support, AJAX Support, Integration support to various frameworks such
as Hibernate, Spring, Tiles etc, support to various result types such as
Freemarker, Velocity, JSP etc. Struts2 is based on the Web works
framework of OpenSymphony.

You might also like