Class BookingSwingApp

java.lang.Object
io.github.marcopaglio.booking.app.swing.BookingSwingApp
All Implemented Interfaces:
Callable<Void>

public class BookingSwingApp extends Object implements Callable<Void>
Implementation of BookingApp using Java Swing as GUI and MongoDB or PostgreSQL as DBMS.
  • Constructor Details

    • BookingSwingApp

      public BookingSwingApp()
  • Method Details

    • main

      public static void main(String[] args)
      Main method using Picocli framework for managing arguments.
      Parameters:
      args - arguments needed for starting the application.
    • call

      public Void call() throws Exception
      Main content of the application.
      Specified by:
      call in interface Callable<Void>
      Throws:
      Exception