This is a J2EE project which is developed using:
- Backend - JDBC, Servlets & JSP.
- Frontend - HTML, CSS, Bootstrap, Javascript.
- Backend Design Pattern - Singleton Deign Pattern
This contains 3 screenshots of the UI part:
- index_page.JPG
- login_page.JPG (used HTML, CSS, Bootstrap, jQuery)
- registration_page.JPG (used HTML, CSS, Bootstrap, Javascript, jQuery)
- Any local server (eg: Apache Tomcat server).
- Any Database (used Oracle 11g).
If you want to import this project in eclipse, then please follow these steps:
- Remove these 3 screenshots that i have mentioned above.
- Create 2 schemas in oracle database table name- (login and registration) and give the same column name as i have mentioned in (EmpApp-CRUD-Operations/EmpApp/src/com/infinite/EmpApp/dao/EmployeeDaoImpl.java) & ( EmpApp-CRUD-Operations/EmpApp/src/com/infinite/EmpApp/dao/LoginDAOImpl.java).
- Import the project as dynamic web project of module-3.0.
- Then in login table of your DB, insert values as (Column name-> userId- admin, password- admin, userstatus- 0, usertype- a).
- Again insert more one value in login table as (Column name-> userId- user, password- user, userstatus- 0, usertype- u).
- Now import the project into eclipse and make sure there are no errors in the project.
- Start your local server and deploy the project into the server and run it.