Configuring the Repository

The Repository is where a server can obtain Modules which are going to be deployed.

The following diagram shows the phases of deployment based on the Java Business Integration (JBI) example:

  • Phase 1 - The Module is published to the Repository and the inquiry URL is evaluated. The inquiry URL is an absolute or a relative URL of the Module in the Repository which is known and accessible from the server.
  • Phase 2a, 2b -The deploy module operation is invoked on the server. The parameter of the deployment operation is the inquiry URL of the Module. The deployModule(String inquiryUrl) method which is a part of the Connection interface is responsible for this step.