Importing an SCA Model - easysoa/EasySOA GitHub Wiki
From any page in Nuxeo, you can access the SCA import through a link in the top menu. It leads to a specific form when you can specify a .composite file to import.
From there, you'll have to specify:
- The
.composite
file describing the architecture to import (for exemple, you can try to import this exemple .composite) - The application where the data will be imported.
When the file will be submitted, the .composite XML will be parsed to extract relevant services and add them to the Nuxeo repository:
It will also import service references - that is, external services that are required for the described architecture to work - and resolve those pointing at known internal services :
Limitations: For now, the import is quite basic, since for instance it assumes all services come from the same application. It will also only import services exposed through REST or WS bindings.
During the import operation, the service hierarchy will be rebuilt, by grouping related WS or REST services under the same API.
##Developer information
For more technical information about how this works, see SCA Import.