alonecontroller
Class AloneServlet

java.lang.Object
  extended by alonecontroller.AloneServlet

public class AloneServlet
extends java.lang.Object

This class is the MAIN for a stand-alone java application. USeful to start the servlet application on a graphical java application with Swing graphics (not web interface). For controller see aloneinterfaces#AloneProcessus

Author:
Stéfan Engelen (2006), Gabriel Chandesris (2008)
See Also:
AloneProcessus, MaFrame

Constructor Summary
AloneServlet()
           
 
Method Summary
static void main(java.lang.String[] args)
          The mostly classical «public static void main String[] args».
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AloneServlet

public AloneServlet()
Method Detail

main

public static void main(java.lang.String[] args)
The mostly classical «public static void main String[] args».

Parameters:
args -