Class App


  • public class App
    extends Object
    Main Java application. Used to bootstrap Weld container and start Grizzly HTTP container.
    • Constructor Detail

      • App

        public App()
    • Method Detail

      • main

        public static void main​(String[] args)
      • createJaxRsApp

        public static org.glassfish.jersey.server.ResourceConfig createJaxRsApp()
        Create JAX-RS application. The same one is used also in the tests.
        Returns:
        Jersey's resource configuration of the Weld application.