Giter VIP home page Giter VIP logo

product-trading-and-bidding-system's Introduction

Product Trading and Bidding System

Java application to buy and sell products with basic text based db - to showcase use of different java design patterns used.

Steps to run the program -

CLI -

cd SER515-Fall22/design-patterns-individual/ptbs/src
javac com/rhattark/Main.java
java com/rhattark/Main

Intellij -

Import project SER515-Fall22/design-patterns-individual Run from IDE

Files where Design Patterns are used -

  • Facade -

    • businessLogic/Facade.java
  • Bridge -

    • businessLogic/Person.java
    • businessLogic/Buyer.java
    • businessLogic/Seller.java
    • businessLogic/ProductMenu.java
    • gui/MeatProductMenu.java
    • gui/ProduceProductMenu.java
  • Factory -

    • businessLogic/Person.java
    • businessLogic/Buyer.java
    • businessLogic/Seller.java
    • businessLogic/ProductMenu.java
    • gui/MeatProductMenu.java
    • gui/ProduceProductMenu.java
  • Iterator -

    • businessLogic/ListIterator.java
    • businessLogic/OfferingList.java
    • businessLogic/OfferingList.OfferingIterator (inner class)
    • businessLogic/ClassProductList.java
    • businessLogic/ClassProductList.ProductIterator (inner class)
  • Visitor -

    • businessLogic/Reminder.java
    • businessLogic/NodeVisitor.java
    • businessLogic/ClassProductList.java
    • businessLogic/ReminderVisitor.java
    • gui/Trading.java
  • Singleton -

    • businessLogic/Facade.java
    • util/FileManager.java
  • Builder -

    • businessLogic/ProductListBuilder.java
    • businessLogic/OfferingListBuilder.java

Technical Configurations -

Java version used - openjdk version "18.0.2.1" 2022-08-18 Javac version used - javac 18.0.2.1 Intellij version used - IntelliJ IDEA 2022.2.1 (Community Edition)

product-trading-and-bidding-system's People

Contributors

rhattark avatar rhish9h 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.