org.safehaus.jettyjam.vaadin.VaadinAppJarLauncher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jettyjam-vaadin Show documentation
Show all versions of jettyjam-vaadin Show documentation
An embedded Jetty, Jackson, Jersey based REST application with Vaadin UI
example.
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