- The User Manager is a web application in which we can manage user data. Admin can insert new user details, also retrieve, update or delete the existing user details through the Oracle Database.
- You just have to download the file and import in any java/jdbc editor.
- You need install any JAVA editor, Oracle & Apache Tomcat and have to create table (create table crud_user(sr_no number(10), name varchar2(2000), email varchar2(2000), password varchar2(2000), mobile_number number(10));) and run this application.
- This application developed using JSP, Servlets, and Oracle Database.