package printerAPIExample1; 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_printAPIExampleJSP"; // General text String INITIAL_MESSAGE = "Example for MI Print API"; // JSP Name String INITIAL_JSP = "/jsp/printer.jsp"; }