Intern Management System (complete winter vacation) and intern Management System

Source: Internet
Author: User

Intern Management System (complete winter vacation) and intern Management System

This project is the first promising web site that I completed independently at school. Its main role is to provide a standardized and efficient platform for students, colleges, and enterprises in the field of practice.

Project address: http://git.oschina.net/feeeei/shixisheng


Winter vacation task

1. After completing recruitment for students, the Administrator will generate database records.

Technology: apply (sno, cno, Time, isok) input.

1. Write the entity of the apply object class. And in hibernate. cfg. xml.

2. DaoImpl class --> Dao class --> serviceImpl class --> service class. Write methods in these four classes. Others are interfaces, but specific methods are written in the Daoimpl class.

3. Write Baoming. Action, and call the methods in the service class.

4. struct. Description of Baoming. action in xml

5. Describe the connection between Dao and serviceImpl in applicationContext. xml.

Difficulty: The NULL pointer of the request variable is abnormal.

This problem has been plagued for a long time. The final solution is to define public static HttpServletRequest request = null outside the class;

In the class, request = ServletActionContext. getRequest (); is instantiated.

Add the header file import javax. servlet. http. HttpServletRequest;

2. administrators, students, and enterprises can view and modify their basic information.

3. Complete the school's internship report viewing function for students

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.