Skip to content

Commit befc4d9

Browse files
authored
Update Readme.md
1 parent f43283a commit befc4d9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

java/HRWebApp/Readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Overview of the HR Web Application
2-
“HR Web Application” is the Java application that uses Oracle Java Database Connectivity (JDBC), Universal Connection Pool (UCP), and Oracle Java in the Database (OJVM) with Oracle Database 12c Release 2.
2+
**“HR Web Application”** is the Java application that showcases Oracle Java Database Connectivity (JDBC), Universal Connection Pool (UCP), and Oracle Java in the Database (OJVM) with Oracle Database 12c Release 2.
3+
4+
This Java application leverages HR schema and Employees table of the Oracle Database. The purpose of the application is to help the HR team of AnyCo Corporation to manage the employees information.
35

4-
This Java applications leverages HR schema and Employees table of the Oracle Database. It is a intended to help the HR team of AnyCo Corporation with a few functionalities.
56
The application has the following functionalities.
67

7-
**to store the details of all the employees,
8+
* **List All Employees** :
89
** add any new employee, update the employee details, delete any employee, or provide a salary hike to all employees. The application will have two users “HRStaff” and “HRAdmin” who have different roles and access to the application.
910
The goal of this guide is to help build a web application using all the latest tools and technologies, JDBC driver, UCP, Java in the database, and Oracle Database 12c Release 2.

0 commit comments

Comments
 (0)