org.hackystat.projectbrowser
Class Start

java.lang.Object
  extended by org.hackystat.projectbrowser.Start

public class Start
extends java.lang.Object

Provides a mechanism for running Project Browser with Jetty.

Author:
Philip Johnson

Constructor Summary
Start()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starts up Jetty and points it at Wicket.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Start

public Start()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Starts up Jetty and points it at Wicket. Jetty will check every five seconds for keyboard input from the console, and if it gets some, it will shutdown.

Parameters:
args - Ignored.
Throws:
java.lang.Exception - If things go wrong.