/calculator

A Calculator implemented using Monolithic and Client-Server architecture.

Primary LanguageJava

calculator

A Calculator implemented using monolithic and client-server architecture

Steps for running the calculator

1. Clone the project by:

2. Import the project in Eclipse:
File > Open Project > Browse for the cloned directory

3. Run the program:

  • Monolithic
    Run "UserInterface.java" in the "monolithic" package
  • Client-Server
    • Run "calBserver.java" in the "clientServer" package
    • Run "caluiclient.java" in the "clientServer" package