jndinames.java

来自「一个免费wap站」· Java 代码 · 共 22 行

JAVA
22
字号
package com.eline.wap.catalog.util;

/**
 * 
 * @author Lucifer
 * 
 * This class is the central location to store the internal JNDI names of
 * various entities. Any change here should also be reflected in the deployment
 * descriptors.
 */
public class JNDINames {

	private JNDINames() {
	} // prevent instanciation

	//
	// JNDI Names of application properties
	//
	public static final String CATALOG_DAO_CLASS = "java:comp/env/param/CatalogDAOClass";

}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?