This document outlines the objectives and implementation steps for developing a Model-View-Controller (MVC) architecture using servlet and JSP technologies in Java EE 6. It provides guidance on how to implement the controller, model, and view components, along with mechanisms for data forwarding and attribute handling between servlets and JSP pages. Additionally, it details the essential components needed for a complete MVC solution.