The development of JSP learning based on MVC student Management system

Source: Internet
Author: User

MVC Development Mode: The Model Layer View Layer control layer in the student management system, the model layer has a student entity class, data access to the DAO layer, The view layer is mainly used to display information interface, control layer is mainly servlet processing user requests

In the student management system, my sub-package is as follows

Cn.entity a student's entity class, which has students ' various attributes

Cn.dao packet is the data access layer, which wrote a Studedao interface inside the interface there are abstract methods are additions and deletions of the search

The implementation class of Studendao in Cn.dao.impl package

Cn.service The business logic layer invokes multiple DAO within the service to implement multiple functions

Util package for connecting to a database tool class

The servlet package is used to receive and respond to requests from JSPs

The development of JSP learning based on MVC student Management system

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.