diff --git a/java/2DaysJavaGuide-Workspace/Readme.md b/java/2DaysJavaGuide-Workspace/Readme.md deleted file mode 100644 index 75008fb1..00000000 --- a/java/2DaysJavaGuide-Workspace/Readme.md +++ /dev/null @@ -1,11 +0,0 @@ -# 2 Days Java Guide - Workspace - -**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. - -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. - -# Purpose of this repository - -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. - -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 during the process of building a web application.