Uses of Interface
com.iizix.server.IAppLoader
Packages that use IAppLoader
Package
Description
Uses of IAppLoader in com.iizigo.app
Classes in com.iizigo.app that implement IAppLoaderModifier and TypeClassDescriptionclass
Eclipse part of the application distributor.Uses of IAppLoader in com.iizix.app.builder
Classes in com.iizix.app.builder that implement IAppLoaderModifier and TypeClassDescriptionclass
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.serverModifier 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.Classes in com.iizix.server that implement IAppLoaderModifier 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
Constructors in com.iizix.server.app with parameters of type IAppLoaderModifierConstructorDescriptionAppFactory
(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
Methods in com.iizix.server.devel with parameters of type IAppLoaderModifier 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
Classes in com.iizix.server.jakarta that implement IAppLoaderModifier and TypeClassDescriptionclass
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 IAppLoaderModifier and TypeClassDescriptionclass
The IIZI Runtime Builder Server that processes remote building of customized iiziRun's from an iiziGo instance.