Monday, January 17, 2011

My Next Project(MVC)

Hello friends...

      This is my third project what i finished during my training.

      The project theme is to register the details on database using MVC(Model View Controller) framework.

      MVC framework is nothing but seperating the logics.

      M-Model stands for Data tier
      V-View stands for Presentation tier
      C-Controller stands for logical tier

      There are two types of frameworks available in MVC. Those are MVC1 and MVC2.


       Difference between two is MVC1 JSP(View-Presentation Tier) directly deals with JAVA(Controller-Logic Tier), but in MVC2 controller servlet works as interface between Presentation and Logic Tiers.

       Here i added my MVC2 Project.


      One more thing in this project is i included the beans concept to transfer the data from front end(JSP) to back end(JAVA controller).

       Click below link to download & view my project:

       Download Registration Project using MVC & Beans(in .zip format)

       I hope you are benefited from my project.

       Friends dont forget to write your comments.

       My mail id is thiyaguelmails@gmail.com

No comments:

Post a Comment