Class App


  • public class App
    extends Object
    This is the example entry point, where Jersey application for the example gets populated and published using the Grizzly 2 HTTP container.
    Author:
    Jakub Podlesak, Marek Potociar
    • Constructor Detail

      • App

        public App()
    • Method Detail

      • main

        public static void main​(String[] args)
        Main application entry point.
        Parameters:
        args - application arguments.
      • createApp

        public static org.glassfish.jersey.server.ResourceConfig createApp()
        Create example application resource configuration.
        Returns:
        initialized resource configuration of the example application.