GIANTCRAB / is2103-pair

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

National University of Singapore IS2103 Pair Project

Java EE application using (Glassfish + MySQL).

Flight Reservation Instructions

  1. Make sure you have Glassfish and MySQL server setup. (FlightReservation-ejb's glassfish-resources.xml)
  2. Change directory to FlightReservationSystem using cd FlightReservationSystem
  3. Set GLASSFISH_HOME in deploy.sh to your Glassfish home directory.
  4. Run deploy.sh file to build and deploy the EJB module.

Run FlightManagementClient

Command: ./run-management.sh

Run FlightReservationClient

Command: ./run-reservation.sh

Holiday Partner Instructions

  1. Change directory to HolidayReservationSystem using cd HolidayReservationSystem

Run HolidayReservationClient

Command: ./run-partner.sh

About


Languages

Language:Java 99.7%Language:Shell 0.3%