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