Skip to content

A very basic Java FX based application that simulates a booking system for a Theatre Company called "In Scena".This was my project for the exam "Advanced Programming" during my bachelor degree. Some parts of the code are written in italian. Hope this helps!

Notifications You must be signed in to change notification settings

enricollen/Theatre-Seat-Booking-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Theatre-Seat-Booking-System

Follow the instructions to let the program run properly:

METHOD 1 (import project from zip):

  1. Make sure your MySQL server is on and running...

  2. Create the DB by executing the SQL script "InScena.sql"

  3. Open NetBeans IDE

  4. Go to File > Import Project > From ZIP ( & choose the project destination folder)

  5. Select InScena.zip

  6. Import

  7. Clean & Build Project

  8. Before launching the project, open the InScena folder (the project folder path you choose at point 4) and launch the "serverLog.bat" script

  9. Now you can go back to NetBeans and double tap on InScena in the left panel > doble tap the open the Source Packages > double tap on 'default package'

  10. Scroll down till you find "InScena.java"

  11. Right click > Run

  12. Enjoy

  13. Clean & Build Project

METHOD 2 (extract zip file, and import as "Open project" in NetBeans):

  1. Extract the zip file InScena.zip (i.e. to Desktop)
  2. Make sure your MySQL server is on and running...
  3. Create the DB by executing the SQL script "InScena.sql"
  4. Open NetBeans IDE
  5. Go to File > Open Project > select InScena
  6. Clean & Build Project
  7. Before launching the project, open the InScena folder in Desktop and launch the "serverLog.bat" script
  8. Now you can go back to NetBeans and double tap on InScena in the left panel > doble tap the open the Source Packages > double tap on 'default package'
  9. Scroll down till you find "InScena.java"
  10. Right click > Run
  11. Enjoy

Screenshoots:
inscena1 inscena2
Server log:
log-xml log

About

A very basic Java FX based application that simulates a booking system for a Theatre Company called "In Scena".This was my project for the exam "Advanced Programming" during my bachelor degree. Some parts of the code are written in italian. Hope this helps!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages