org.apache.wicket.examples
Class StartExamples

java.lang.Object
  extended by org.apache.wicket.examples.StartExamples

public class StartExamples
extends java.lang.Object

Seperate startup class for people that want to run the examples directly. Use parameter -Dcom.sun.management.jmxremote to startup JMX (and e.g. connect with jconsole).


Method Summary
static void main(java.lang.String[] args)
          Main function, starts the jetty server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Main function, starts the jetty server.

Parameters:
args -


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.