https://github.com/faridtahmazov/registrationandloginform-basic
Simple Register, Login and Crud operations Example Form
https://github.com/faridtahmazov/registrationandloginform-basic
apache-tomcat css java js jsp-servlet mysql
Last synced: about 2 months ago
JSON representation
Simple Register, Login and Crud operations Example Form
- Host: GitHub
- URL: https://github.com/faridtahmazov/registrationandloginform-basic
- Owner: faridtahmazov
- Created: 2022-03-25T16:31:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T15:13:10.000Z (about 4 years ago)
- Last Synced: 2025-02-28T05:58:39.639Z (over 1 year ago)
- Topics: apache-tomcat, css, java, js, jsp-servlet, mysql
- Language: Java
- Homepage:
- Size: 3.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RegistrationAndLoginFormDemo
Tools and technologies used:
* JSP - 2.2+;
* IDE - Intellij Idea;
* JDK - 1.8 or later;
* Apache Tomcat - 8.5;
* Servlet API - 4.0.1;
* MySQL - mysql-connector-java-8.0.22.jar;
Development Steps:
* Create an Intellij Idea Dynamic Web Project;
* Add Dependencies;
* Project Structure;
* MySQL Database Setup;
* Create a JavaBean - Employee.java, Login.java;
* Create a EmployeeDao.java;
* Create a EmployeeController.java, AccountController.java, LoginController.java (Servlet);
* Create a index.jsp (register);
* Create a login.jsp;
* Create a account.jsp;
* Demo;
Register page:

Login page:

Account page:
