Exemplo n.º 1
0
  /** @param args the command line arguments */
  public static void main(String[] args) {
    try {
      Configuration.Prepare();

      NoSQL.InitializeApplicationContext();
      NoSQL.InitializeHttpServer();
    } catch (IOException ex) {
      Logger.getLogger(NoSQL.class.getName()).log(Level.SEVERE, null, ex);
    }
  }