View Javadoc

1   /*
2    * To change this template, choose Tools | Templates
3    * and open the template in the editor.
4    */
5   
6   package com.rc.celeritas.db;
7   
8   /**
9    *
10   * @author rchoudhary
11   */
12  public class DBConstants {
13  
14      /**
15       * 
16       */
17      public static final String JNDI_PREFIX = "java:comp/env/";
18  
19  }