EP1492002A2

Dependency based deployment of packages in a computing environment

Abstract

The deployment of packages and their dependents is provided. In an illustrative implementation, an interface operates to expose the components of a package and to determine the dependencies of the components. In operation, a scan is performed on the package components to identify those elements on which the components depend. The result of the scan is a list of dependencies for the components found in the package to be deployed. The exemplary interface further operates to aggregate and merge all of the components and their dependencies of a package for deployment. Once deployed, the interface is executed in the newly deployed environment to expand the package and place the components and their dependencies in the new environment. Using the dependencies determined as part of package assembly and deployment, the interface ensures that the components are properly situated and are operating properly.

EP1492002A2, drawing sheet 1
Sheet 1 of 7

Term

Term ended

Projected expiry passed 7 June 2024, 2.3 years ago.

  1. Priority
  2. Filed
  3. Published
  4. Projected expiry
  5. Today

22 claims: 8 independent, 14 dependent

  1. 1
    A method for deployment of components, comprising:defining dependencies by components, wherein the components expose their dependencies to a cooperating interface;generating a list of defined dependencies;identifying files associated with the defined dependencies;and processing the dependency list and identified files to generate a deployable bundle.
  2. 10
    A computer readable medium having computer readable instructions for:defining dependencies by components, wherein the components expose their dependencies to a cooperating interface;generating a list of defined dependencies;identifying files associated with the defined dependencies;and processing the dependency list and identified files to generate a deployable bundle.
  3. 11
    A data structure for use in the creation of packages for deployment comprising:a data field containing data representing components of packages;a data field containing dependencies data derived from the field containing the data representative of the components of the packages by scanning the first field to identify items on which the package components depend;and a field to function to delimit the end of the data structure.
  4. 12
    The data structure recited in claim 11, further comprising a field derived from the data field containing dependencies by merging the component dependencies with data representing the package components.
  5. 13
    The data structure recited in claim 12, wherein the field containing the merged data comprises data representative of configuration information about how to deploy the package.
  6. 14
    The structure recited in claim 11, further comprising a field to instruct an installation program to install the package.
  7. 15
    A system to deploy a package having dependencies comprising:dependency data representative of the dependencies of components of the package;and a merge module operating to merge the dependency data with the components of the package to generate a deployable bundle.
  8. 21
    A system for use in the deployment of components having dependencies comprising:a means for determining the dependencies of components, the components exposing the dependencies to the means;a means for merging the dependencies of the components with the components to generate a deployable bundle.