Cloud Installation

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
{section}

h5. Adding a binding component used as service provider

Such a component will only expose external service providers into Petals ESB. Just define the Roboconf component extending the Roboconf component {{PetalsBC}} to add the configuration parameters and, if needed, add the dependency to the Roboconf application embedding the external service providers.

{warn}Must be updated with the Roboconf application dependency when it will be supported by Roboconf.{warn}

{section}
{column}
{gliffy:name=ProviderBCModel|size=L|version=1}
{column}
{column}
{code}
PetalsBCSoap {
extends: PetalsBC;
exports: httpPort = 8084;
}
{code}
{column}
{section}
{section}
{column}
{gliffy:name=ProviderBCInstantiation|size=L|version=1}
{column}
{column}
{code}
instance of PetalsContainer-VM {
...
instance of PetalsContainer {
...
instance of PetalsBCSoap {
name: petals-bc-soap;
}
}
}
{code}
{column}
{section}

h2. The Roboconf application "External resource"