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
- Java SDK 1.5 or greater (I have a tutorial on Java)
- Tomcat 6 (I have a tutorial on Tomcat)
- Apache Web server (I have some information on Apache in my Tomcat web pages) more...
0 comments:
Post a Comment