// Generated by the WOLips Templateengine Plug-in at 12.02.2007 19:49:37 import com.webobjects.foundation.NSLog; import er.extensions.appserver.ERXApplication; public class Application extends ERXApplication { public static void main(String argv[]) { ERXApplication.main(argv, Application.class); } public Application() { NSLog.out.appendln("Welcome to " + this.name() + " !"); /* ** put your initialization code in here ** */ } }