Uses of Interface
com.iizix.server.IAppLoader
Packages that use IAppLoader Package Description com.iizigo.app com.iizix.app.builder com.iizix.server com.iizix.server.app com.iizix.server.devel com.iizix.server.jakarta com.iizix.server.run.remote Uses of IAppLoader in com.iizigo.app
Classes in com.iizigo.app that implement IAppLoader Modifier and Type Class Description class
EclipseApplicationDistributor
Eclipse part of the application distributor.Uses of IAppLoader in com.iizix.app.builder
Classes in com.iizix.app.builder that implement IAppLoader Modifier and Type Class Description class
ApplicationDistributor
Class used to produce a distribution of an iiziApp file from module projects.Uses of IAppLoader in com.iizix.server
Subinterfaces of IAppLoader in com.iizix.server Modifier and Type Interface Description interface
IServer
The interface to the Server instance, whether running in a J2EE Application Server or stand-alone using another web server and/or WebSocket implementation.Classes in com.iizix.server that implement IAppLoader Modifier and Type Class Description class
JettyRunConfiguration
Server using Jetty to serve a Run Configuration launch of an application from Eclipse.class
ServerShell
The Server Shell.class
StandardServer
The iiziServer in standard mode.Uses of IAppLoader in com.iizix.server.app
Constructors in com.iizix.server.app with parameters of type IAppLoader Constructor Description AppFactory(java.lang.String appID, java.lang.String serverEnvironmentName, IAppLoader loader, java.io.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
Methods in com.iizix.server.devel with parameters of type IAppLoader Modifier and Type Method Description static ModuleProjectPropCnr
ModuleProject. loadModuleProject(IAppLoader loader, java.io.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
Classes in com.iizix.server.jakarta that implement IAppLoader Modifier and Type Class Description class
JakartaEEServer
The JakartaEEServer is the iiziServer Shell running the JakartaEE environment.Uses of IAppLoader in com.iizix.server.run.remote
Classes in com.iizix.server.run.remote that implement IAppLoader Modifier and Type Class Description class
RuntimeBuilderServer
The IIZI Runtime Builder Server that processes remote building of customized iiziRun's from an iiziGo instance.