view software/eXist/mpdl-modules/src/de/mpg/mpiwg/berlin/mpdl/donatus/xmlrpc/DonatusConstants.java @ 0:408254cf2f1d

Erstellung
author Josef Willenborg <jwillenborg@mpiwg-berlin.mpg.de>
date Wed, 24 Nov 2010 17:24:23 +0100
parents
children
line wrap: on
line source

package de.mpg.mpiwg.berlin.mpdl.donatus.xmlrpc;

public class DonatusConstants {
  public static String DEFAULT_LANGUAGE = "en";
  public static String SERVER_NAME = "archimedes.fas.harvard.edu";
  public static int PORT = 80;
  public static String URI_RPC_CALL = "/cgi-bin/donatus-rpc";
  public static String BERKELEY_DB_DIR = System.getProperty("exist.home") + "/webapp/WEB-INF/data/berkeleyDB";  // other call would be: ConfigurationHelper.getExistHome()
  public static String TYPE_DONATUS = "donatus";
  public static String TYPE_SNOWBALL = "snowball";
}