Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

JSP : MVC Tutorial

Share this post!
 Vote this!

This is a simple Model View Controller (MVC) tutorial, although this is a very small application it uses the MVC model approach which proves that even small applications can use MVC. The following is what we will be doing in this tutorial,
  • Writing an HTML form page
  • Creating a Servlet controller - Controller
  • Creating the Model (a plain old Java class) - Model
  • Creating an XML deployment descriptor
  • Creating an JSP View - View
You will need the following requirements already setup, you can use either Unix/Linux or Windows the choice is yours

0 comments:

Post a Comment