Class Main

java.lang.Object
lt.viko.eif.jguscia.Main

public class Main extends Object
Application entry point.

Starts the H2 web console for inspecting the in-memory database and then launches the client which receives and processes XML data.

  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Starts the H2 web console and the client application. The console allows viewing the database through a browser.
      Parameters:
      args - command-line arguments (not used)
      Throws:
      Exception - if the server or client fails to start