Example of struts 2 first web application with eclipse...
- Struts 2.0 is
a framework that is based on MVC Architecture and facilitate productive
development of Dynamic Web Applications.
This framework has
following characteristics-
- It is non
intrusive.
- It favors
conventions over configurations.
- It supports Dependency Injection and Aspect Oriented Programming.
- It is based
on Webwork framework of Open Symphony.
- Model View
Controller
(MVC) – Model View Controller
is a design pattern that divides the functionality of an application into
three loosely connected modules called Model, View & Controller.
Model represents
data, View represents presentation logic and Controller is used to determine
the workflow of Application.
EmoticonEmoticon