Introduction to Struts 2

Apache Struts is a free, open-source, MVC framework for creating elegant, modern Java web applications. It favors convention over configuration, is extensible using a plugin architecture, and ships with plugins to support REST, AJAX and JSON. Struts 2 is a pull-MVC framework. i.e. the data that is to be displayed to user has to be … Read more