Skip to content

jaimehernan95/student-registration-java-jsp-servlets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Registration System using JSP Servlets Java, MySQL, Tomcat

Student registration

was designed to change student registration from excel to an online registration where a teacher can update, delete and create new records. Also student were able to register and update information

Its key parts for completion are the Java programming language and the Eclipse IDE. In addition, the MySQL database is used as the backend support for storing the information. Localhost server was required to complete this project.

Sudent Registration JSP Servelts MySQL

File Structure

Within the download you'll find the following directories and files:

.

├── I_project.xml
├── README.md
├── _classpath.xml
├── _project.xml
├── build
│   ├── favicon.ico
│   ├── index.html
│   └── manifest.json
└── src
    ├── beansSakae
    │   ├── UserInfo.java
    │   ├── Course.java
    ├── Gakkou
    │   ├── login_page_code.java
    │   ├── Course.java
    │   ├── studen_update_info.java
    │   ├── registration.java
    │   ├── courseDAO.java
    │   ├── connectionClass.java
    WEB-INF
    ├── META.MF
    │   ├── MANIFEST.MF
    │   ├── Course.java
    ├── WEB-INF
    │   ├── web.xml
    ├── lib    
    │   ├── mysql-connector-java-5.1.35-bin.jar
    WebSakae
        ├──tutor_information_page.jsp
        ├──tutor_update_form.jsp
        ├──student_update_form.jsp
        ├──tutor_registration_form.jsp
        ├──registration_form.jsp
        ├──student_information_page.jsp
        ├──tutor_login.jsp
        ├──login.jsp
        ├──tutor_student_status_ok.jsp
        ├──student_registration_ok.jsp
        ├──tutor_registration_ok.jsp
        ├──main_login_page.jsp
        ├──index.html
        ├──student_logout.jsp
        ├──tutor_logout.jsp
        ├──student_error_page.jsp
        ├──selectCourse.jsp
  # jsp-servelts-website
# jsp-servelts-website

About

student registration sakae college nagoya japan using java jsp servlets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors