Welcome to your first project for SOFTENG 306.
The project specification is available here. The four deliverables for this project are:
Update this readme file to contain the names of each team member and your GitHub login.
- Woojin Jeon - Woojinnz
- Yi-Chen Hsiao - yichenhsiaonz
- Nicholas Lianto - nlia656
- Zion Suh - zsuh022
The repository contains some initial Java code to help your project. These are under the src/main/java/uoa/lavs folder. The following code is supplied:
-
mainframe: the interfaces for sending requests to and receiving responses from the mainframe. You will need to use the Connection interface in your code: we have provided two implementations of this interface in the simulator folder.
-
Utility: a utility for calculating loan repayments.
In addition, there are some unit tests in src/test/java/uoa/lavs/ folder.