All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.safehaus.jettyjam.vaadin.VaadinAppJarLauncher Maven / Gradle / Ivy

Go to download

An embedded Jetty, Jackson, Jersey based REST application with Vaadin UI example.

There is a newer version: 2.1.5
Show newest version
package org.safehaus.jettyjam.vaadin;


import org.safehaus.jettyjam.utils.JarJarClassLoader;


/**
 * Launches the main() of the VaadinAppJettyRunner.
 */
public class VaadinAppJarLauncher {

    public static void main( String[] args ) throws Throwable {
        JarJarClassLoader cl = new JarJarClassLoader();
        cl.invokeMain( "org.safehaus.jettyjam.vaadin.VaadinAppJettyRunner", args );
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy