Monthly Archive: July 2013

Introduction to 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 Struts2 …

Introduction To MVC

Hi welcome to this MVC tutorial, here we will discuss quick introduction about MVC pattern and about different components. MVC stands for Model View Controller as it is popularly called, is a software design pattern …