Label: deployment

All content with label deployment.
Related Labels: failover , service-grid-intro , deployment-wizard , service-grid-cli , spring , gigaspaces-properties , clustering , partitioned-cache , proactive-cache , product-gigaspaces-5x , service-grid-config , environment , service-grid-ui , dynamic-clustering , create-space , service-grid , replicated-cache , service-grid-properties

Declaring Elements Globally in Deployment Descriptor (GigaSpaces Platform 5.X Documentation)
How to declare common attributes of services in the Deployment Descriptor. Overview Global configuration is simply the capability to declare common attributes of services declared in the Deployment Descriptor. This provides ease of use reducing the amount of (potential) repetitive definitions for services in a Deployment Descriptor ...
Declaring Service UI in Deployment Descriptor (GigaSpaces Platform 5.X Documentation)
service UI can be declared in the Deployment Descriptor using the {{<Configuration>}} approach. Overview A service UI is a user interface that can be "attached" to a Jini technology service, using a loosely coupled architecture. The UI interfaces with the backend service through the service's proxy ...
Deployment Descriptor Codebase Element (GigaSpaces Platform 5.X Documentation)
Codebase>}} element specifies where service classes and resources can be (down)loaded from. Overview The Codebase element specifies where service classes and resources can be (down)loaded from. The Codebase element also has an attribute called ...
Deployment Descriptor DeploymentSchedule Element (GigaSpaces Platform 5.X Documentation)
DeploymentSchedule}} element allows a deployer to specify when an application will be deployed and how long it will remain deployed. Overview An application can have a schedled deployment. The {{DeploymentSchedule}} element allows a deployer to specify a time in the future when an application ...
Deployment Descriptor Parameters and Configuration Elements (GigaSpaces Platform 5.X Documentation)
Configuration}} element produces the {{net.jini.config.Configuration}} object; the {{Parameters}} element creates a {{java.util.Map}} with name/value keys populated from the element. Overview The {{Configuration}} element produces the {{net.jini.config.Configuration}} object and the {{Parameters}} element creates a {{java.util.Map}} with name/value keys populated from ...
Deployment Descriptor SharedComponent Element (GigaSpaces Platform 5.X Documentation)
SharedComponent}} element is a construct that allows a class to be dynamically installed into the GSC's {{ComponentLoader}}. The {{SharedComponent}} element is a construct that allows a class to be dynamically installed into the GSC's {{ComponentLoader}}, having the class loaded by the GSC's common classloader, making the class accessible to all services instantiated ...
Deployment Descriptor SLA Element (GigaSpaces Platform 5.X Documentation)
context of the Deployment Descriptor, an SLA is a contractural service commitment describing the minimum performance criteria to meet while delivering a service. Overview The definition of a SLA typically represents a contractual service commitment, describing the minimum performance criteria to meet while ...
deploy - Service Grid CLI (GigaSpaces Platform 5.X Documentation)
Makes one or more application deployment units active on a machine. Syntax gs> deploy deploydescriptor codeserveroverride configoverride Description The {{deploy}} command makes one or more application deployment units active on a machine. Options Option Description deploydescriptor The deployment ...
Fixed and Dynamic ServiceBean ProvisionType (GigaSpaces Platform 5.X Documentation)
ProvisionType}} indicates how the {{ServiceBean}} will be provisioned and allocated through the network. Overview The {{ProvisionType}} is an attribute of the {{ServiceBean}} element and indicates how the {{ServiceBean}} will be provisioned and allocated through the network. The dynamic type indicates that the service will be provisioned to available compute resources that meet ...
Injecting Deployment Descriptor Properties into POJOs (GigaSpaces Platform 5.X Documentation)
bean has certain method signatures defined, the corresponding properties will be injected. Overview POJO support includes the capability to inject properties that have been declared in the Deployment Descriptor. If the bean has the following method signatures defined, the corresponding properties will be injected ...