Welcome![Sign In][Sign Up]
Location:
Downloads WEB Code JSP/Java
Title: MVC Download
 Description: MVC is the abbreviation of three words, namely: Model (Model), view (View) and the control of the Controller). The purpose of the MVC pattern is to achieve the division of functions of the Web system. Model layer implements the business logic in the system, you can usually JavaBean or EJB. View layer for interaction with the user, usually with JSP. The Controller layer is a bridge of communication between the Model and View, it can assign the user' s request and select the appropriate view for display, but it also can explain to the user' s input and maps them for the model layer performs the operation.
 Downloaders recently: [More information of uploader ai2820316]
 To Search:
File list (Check if you may need any files):
MVC
...\src
...\...\com
...\...\...\neuq
...\...\...\....\control
...\...\...\....\.......\UserManage.java
...\...\...\....\dao
...\...\...\....\...\UserDao.java
...\...\...\....\service
...\...\...\....\.......\UserService.java
...\...\...\....\util
...\...\...\....\....\DataConnection.java
...\...\...\....\vo
...\...\...\....\..\UserVO.java
    

CodeBus www.codebus.net