Product Information > JADE Platform Differences Guide > Chapter 1 - Multiuser or Client-Server Issues > Application Execution Restrictions

Application Execution Restrictions

The Application class startApplication, startApplicationWithParameter, and startAppMethod methods invoked from a server method or server application start only applications of type ApplicationType_Non_GUI or ApplicationType_Non_GUI_Web. On a client node, they start all types of application.

Non-GUI applications (that is, those whose Application class applicationType property is set to ApplicationType_Non_GUI or ApplicationType_Non_GUI_Web) for standard (fat) clients are run as GUI applications that do not display forms; that is, ApplicationType_GUI_No_Forms.

When running JADE in standard mode, non-GUI applications behave as follows.