Java Reference
In-Depth Information
Chapter 4
Building a Web Application
Using Struts 2
A wounded deer leaps the highest.
—Emily Dickinson
The Struts framework is an old living tree whose ring patterns tell the story of the legacy Java web
forests. Struts, released in June 2001, pioneered an essential evolution of the Model-2 development
model to address the vicissitudes of web development. You can see Struts' DNA assimilated in many
other architecturally diverse action-based frameworks that evolved to address Model-2 development.
Struts gave birth to the Tiles framework, which can now be used with a myriad of web frameworks.
The growth in Struts' popularity began to lose momentum because of the ever-increasing complexities
of web applications and because of the competition from other evolving web frameworks. The WebWork
framework that was built on classic Struts later unified with it to create the Struts 2 framework. Struts 2 is
a complete rewrite of the architecture of classic Struts, aimed at addressing the aforementioned needs.
Struts 2 provides the architectural foundations for web applications, provides architectural mechanisms
to automate recurring tasks and to separate cross-cutting concerns, and saves developers from
maintaining a plethora of configuration code by means of convention over configuration.
One chapter is not enough to demonstrate the full capabilities of any framework, so my intention
here is to demonstrate the fundamentals of Struts 2 web framework. Beginning with this chapter and
through the subsequent chapters, you will progressively learn how modern web frameworks provide
architectural foundations centered on Java EE web tier patterns.
Struts 2 Framework Overview
Table 4-1 describes the key features of the Struts 2 framework.
161
 
Search WWH ::




Custom Search