Giter VIP home page Giter VIP logo

poisepms's Introduction

Poise Project Management System (PMS)

Table of Contents

Author

Henri Branken

Introduction

This project showcases competence in the following skills:

  • Designing & Implementing a MySQL Database.
  • Writing Java Code to interact with the MySQL database.
  • Utilizing the java.sql library.
  • Persisting & Manipulating Data with Java functions.
  • Creating a data-driven program that is debugged, tested, refactored & documented.

Background

This project involved the creation of a PMS for a firm called "Poised". This PMS is basically a Java program with the following functionality:

  • Read and Write data about people and projects.
  • Capture information about new projects, and adding it to the database.
  • Update information about existing projects
  • Finalize an existing project
  • List projects according to certain criteria
  • Find projects by Project Number or Project Name.
  • Delete data about projects and people associated with them.

Steps involved

  • Creating a MySQL database called PoisePMS.
  • Creating Tables which include the following: 1. Projects, 2. Architects, 3. Customers and 4. Contractors
    • Please see the ERD in CompulsoryTask1/ERD.png
  • Adding mock data to each table.
    • Please see CompulsoryTask1/Data_Insertion.sql
  • Using the JDBC (Java EE Database Connectivity), write Java code that allows for the functionality described in the Background section.

Running the Program:

  • Open up the directory CompulsoryTask2 in Eclipse, or your favourite Java IDE.
  • Navigate to src/(default package)/PoisePMS.java
  • Double-click the Java program to open it up in the code editor space.
  • Right-Click somewhere in the space of the code editor
  • Navigate to Run As > Java Application
  • From the Console, further interact with the program by Selecting a Menu Item Number, followed by pressing ENTER.
  • Play around with all the different Menu items to scrutinize the functionality of the program.
  • Tip: Ensure that the program MySQL in Services is up and running.
  • Tip: Browse inside CompulsoryTask2/doc to see the Java documentation.

poisepms's People

Contributors

henribranken 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.