In this post, we would like to suggest a free open-source project that is the User Management App developed using JSP, Servlet, JDBC, and MySQL database for learning purposes. So go ahead, check out the source code, and have a hands-on experience on real-time project.
User Management App project is an open-source and available on GitHub repository at https://github.com/RameshMF/jsp-servlet-jdbc-mysql-crud-tutorial
JSP Servlet JDBC MySQL CRUD Database Project - User Management App
In this project, we will develop below simple basic features in our User Management web application:
- Create a User
- Update a User
- Delete a User
- Retrieve a User
- List of all Users
The application looks like this:
Create a new User
Edit a User
List of all Users
Step by step tutorial at https://www.javaguides.net/2019/03/jsp-servlet-jdbc-mysql-crud-example-tutorial.html.
GitHub repository at https://github.com/RameshMF/jsp-servlet-jdbc-mysql-crud-tutorial
YouTube video tutorial at https://youtu.be/RqiuxA_OFOk
References
- https://www.javaguides.net/2019/03/jsp-servlet-jdbc-mysql-crud-example-tutorial.html
- https://github.com/RameshMF/jsp-servlet-jdbc-mysql-crud-tutorial
- YouTube video tutorial at https://youtu.be/RqiuxA_OFOk
Comments
Post a Comment