GithubHelp home page GithubHelp logo

dhrupad17 / employee-management Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 7 KB

This is a Console Based Menu Driven JDBC Application connected with Oracle Database to perform operations like Add, Update, Search and Delete employee record from the Oracle Database

License: MIT License

Java 100.00%
advancejava java jdbc jdbc-api oracle-database

employee-management's Introduction

👷‍♂️Employee-Management📊

Project Description:

This is a Console Based Menu Driven JDBC Application connected with Oracle Database to perform the following four operation

  • Add Employee
  • Search Employee
  • Update Employee
  • Delete Employee

This is a layered application consisting of mainly three different layers

Data Layer

This layer normally interacts with the database associated with the application.Here the following functions has been done

  1. Declare an interface with all abstract methods where each and every abstract methods is representing a particular operation.
  2. Provide implementation for interface methods.
  3. Provide a factory class and factory methods to send object to previous layer i.e Service Layer

Service Layer

This layer normally interacts with the DAO Layer.Here the following functions has been performed

  1. Declare an interface with abstract methods where each and every abstract methods represent a particular operation,
  2. Prepare an implementation class for the interface and its methods
  3. Get Data from Controller Layer and get DAO oBject and access Dao Methods
  4. Prepare a Factory class and Factory methods to supply object to Controller Layer

Test Layer

Sincle this is a StandAlone Application so we will have test class for Presentation and Controller Layer i.e void main() in Test Layer.So thhe menu driven program with the main method is written here.

Application Overview:-

ADD EMPLOYEE MODULE
SEARCH EMPLOYEE MODULE
UPDATE EMPLOYEE MODULE
DELETE EMPLOYEE MODULE

employee-management's People

Contributors

dhrupad17 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.