Skip to content

Commit 0675512

Browse files
authored
Update Readme.md
1 parent 6332c99 commit 0675512

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

java/HRWebApp/Readme.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22

33
**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.
44

5-
It is a light weight web application that uses the MVC (Model, View, Controller) architecture and all the latest tools and technologies. The presentation layer uses HTML that internally uses JavaScript, JQuery, and CSS to display the results. The controller will be a servlet that talks to the Oracle Database through the Java Beans. Maven is used for building the application.
5+
It is a light weight web application that uses the MVC (Model, View, Controller) architecture and all the latest tools and technologies. The presentation layer uses HTML that internally uses JavaScript, JQuery, and CSS to display the results. The controller will be a servlet that talks to the Oracle Database through the Java Beans. Maven is used for building the application. Architecture of the HR Web Application is depicted in the figure.
66

77
![Architecture of HR Web Application](https://github.com/oracle/oracle-db-examples/blob/master/java/HRWebApp/java2d-guide-architecture-diagram.jpg)
88

99
This Java application leverages HR schema and Employees table of the Oracle Database 12c Release 2. It is intended to help the HR team of AnyCo Corporation to store the details of all the employees, add any new employee, update the employee details, delete any employee, or provide a salary hike to all employees. It has two users **HRStaff** and **HRAdmin** who have different roles and access to the application.
1010

11-
12-
1311
The application has the following functionalities.
1412

15-
1613
* **About** :
1714
This page provides an overview of the HR Application and explains the various functionalities it offers.
1815

0 commit comments

Comments
 (0)