List of usage examples for com.google.gwt.dev.shell.jetty JettyLauncher subclass-usage
From source file com.xemantic.tadedon.gwt.dev.JettyLauncher.java
/**
* Maven friendly {@link ServletContainerLauncher}.
* It exposes all the libraries from the system classpath (except
* {@code gwt-dev}) as webapp classpath.
* <p>
* Usage: add {@code -server com.xemantic.tadedon.gwt.dev.JettyLauncher} in
From source file org.cruxframework.crux.core.server.launcher.CruxJettyLauncher.java
/**
* Extends JettyLauncher to allow applications to use custom resources on jetty
* (like datasources).
*
* This class implements the solution described
* <a href="http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/3f5369b0aea1a265?pli=1">here</a>