JSP, Servlet, Hibernate, and MySQL Database - User Management Web Application

In this post, we would like to suggest a free open-source project that is the User Management App developed using JSP, Servlet, Hibernate, 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-hibernate-mysql-tutorial.

JSP, Servlet, Hibernate, and MySQL Database - User Management Web Application

In this project, we will develop below simple basic features in our User Management web application:
  1. Create a User
  2. Update a User
  3. Delete a User
  4. Retrieve a User
  5. List of all Users
The application looks like this:

The above page acts for both functionalities to create a new User and Edit the same user. The edit page looks like:

References


Comments