Uses of Interface
com.iizix.server.IAppLoader
Package
Description
Uses of IAppLoader in com.iizigo.app
Modifier and TypeClassDescriptionclass
Eclipse part of the application distributor.Uses of IAppLoader in com.iizix.app.builder
Modifier and TypeClassDescriptionclass
Class used to produce a distribution of an iiziApp file from module projects.Uses of IAppLoader in com.iizix.server
Modifier and TypeInterfaceDescriptioninterface
The interface to the Server instance, whether running in a JakartaEE Application Server or stand-alone using another web server and/or WebSocket implementation.Modifier and TypeClassDescriptionclass
Server using Jetty to serve a Run Configuration launch of an application from Eclipse.class
The Server Shell.class
The iiziServer in standard mode.Uses of IAppLoader in com.iizix.server.app
ModifierConstructorDescriptionAppFactory
(String appID, String serverEnvironmentName, IAppLoader loader, File file, AppDefinition definition) Load the application from an Jar file or just creates a development instance.Uses of IAppLoader in com.iizix.server.devel
Modifier and TypeMethodDescriptionstatic ModuleProjectPropCnr
ModuleProject.loadModuleProject
(IAppLoader loader, File dir, HotDeploy hotDeploy, boolean isVerbose) Loads an IIZI Module project that consists of discrete files in a directory structure.Uses of IAppLoader in com.iizix.server.jakarta
Modifier and TypeClassDescriptionclass
The JakartaEEServer is the iiziServer Shell running the JakartaEE environment.Uses of IAppLoader in com.iizix.server.run.remote
Modifier and TypeClassDescriptionclass
The IIZI Runtime Builder Server that processes remote building of customized iiziRun's from an iiziGo instance.