CSC4710 Exercise 4

3 years ago
34

Downloaded Tomcat and eclispe and sete up java jdk
people.java: creates the users(students). Contains the object for each database
peopleList.jsp: It is the main jsp that we run on the server.It is mainly html
ListAllPeople: Lists all the people on the page by default
PeopleForm.jsp: Corresponds to the form you see after you click edit and also the form you see after you click "add new people" by calling the server using ControlServlet.java. For each table it lets you insert, delete and update.
List.jsp: corresponds to "Lis All People" link

Loading comments...