example1/Constants.java


package example1;
public interface Constants {
//    MI Application Name ** is also used by the MDK developer plug-in to define the correct archive name
    String MI_APPLICATION_NAME = "MDK_configExampleJSP";

// General text
    String WELCOME_MESSAGE = "Hello. I am a Mobile Infrastructure Client application. Here is some information about your installation:";

// JSP Names
    String INITIAL_JSP = "/jsp/tableView.jsp";
// Context attributes
    String CONTEXT_BEAN = "dataBean";
}