View Javadoc

1   /*** 
2    * JFoxSOAF, Service-Oriented Application Framework
3    * 
4    * Copyright (C) www.huihoo.org
5    *
6    * Distributable under GNU LGPL
7    * 
8    * For more information, please visit: http://www.huihoo.org/jfox/jfoxsoaf
9    */
10  
11  package org.huihoo.jfox.soaf.util;
12  
13  /***
14   * Global costants for JFoxSOAF.
15   * 
16   * @author <a href="mailto:founder_chen@yahoo.com.cn">Peter Cheng </a>
17   * @version $Revision: 1.2 $ $Date: 2004/10/13 11:01:15 $
18   * @version Revision: 1.0
19   */
20  
21  public class Globals {
22  
23      // System Configuration
24      public static final String JFOXSOAF_CONFIG = "jfoxsoaf-config.xml";    
25  
26  }