Skip to content

Commit 5f9d28e

Browse files
authored
Update Readme.md
1 parent 4812840 commit 5f9d28e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

java/2DaysJavaGuide-Workspace/Readme.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
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-
This respository is intented as a place holder for the Java classes. The Java 2Day Guide readers are expected to download the Java classes from this repository and start adding the actual code by following the instructions in the guide.
6-
The files in this repository provides the basic skeleton of the Java classes required to build a web application.
7-
The import statemements, CSS, and HTML files are provided with necessary fragments of code to ease building the application.
5+
This HR Web 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.
86

9-
The complete working samples for HR web application is located under HRWebApp. The Java 2Day Guide readers can refer to this repository whenever you hit any roadblocks or issues.
7+
# Purpose of this Repository
8+
9+
This repository contains the Java classes, not the entire code but, only the skeleton required to build **HR web application** . The Java 2Day Guide readers are expected to download the Java classes from this repository and start adding the actual code by following the instructions in the guide. The files in this repository provides the basic skeleton of the Java classes, with few required import statemements, CSS, and necessary fragments of code to ease building the application.
10+
11+
The complete working samples for HR web application is located under [HRWebApp](https://github.com/oracle/oracle-db-examples/tree/master/java/HRWebApp) on Github. The Java 2Day Guide readers must refer to this repository whenever they hit any roadblocks or issues.

0 commit comments

Comments
 (0)