Example #1
0
 /*
  *  A few methods you might want to add to.
  *  See StandardApplication for more details.
  */
 public void startup(Config appConfig) throws ApplicationException {
   super.startup(appConfig);
   //  Here is where you would read application-specific settings from
   //  your config file.
 }