Skip to content

jefferson-liew/Restaurant-Reservation-and-Point-of-Sale-System-with-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Oriented Programming

Restaurant Reservation and Point of Sale System with Java

Note that this application was created as a project by: • Jefferson Liew • Austin Teo • Sebastian Cheong • Ryan Wong • Evan Sean Sainani

Getting started

This project is a java maven project. If you have any external library dependencies, add them into the project's pom.xml (Don't forget to commit pom.xml too!) If there is any error stemming from dependency issues, run maven "Update Project" from eclipse (see screenshot) to see if it fixes the issues.

image

Could not find or load main class oodp.App

image

If you see this error when trying to run App.java from eclipse, it means that your project has not built the class files yet. Right click the project > Run As > Maven install (see screenshot) to fix this.

image

Things to take note

  1. When adding a new POJO (Plain Old Java Object) class, make sure that BaseData is extended to ensure that the DataHandler will work smoothly
  2. use ONLY the scanner in IOHelper.java, multiple scanners causes problems. (Reference it by calling e.g. 'IOHelper.sc.next()')
  3. SLF4J LOG4J is added, feel free to log using LoggerFactory

About

Java with Apache Maven

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages