Skip to content

Adding Spring XML namespace support for COMOT API #1

@olmoser

Description

@olmoser

allow configuration of COMOT's ToscaDescriptionBuilder and SalsaClient via a dedicated Spring XML namespace such as:

<comot:tosca-description-builder validating="true"  
  artifact-type-namespace="http://void.org" 
  artifact-type-prefix="salsa" />

and for SalsaClient:

<comot:salsa-client host="localhost" port="9090">
  <comot:salsa-client-configuration base-uri="/salsa-dev" .../>
</comot:salsa-client>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions