Exporter

An importer is a component providing an ExporterService. The easiest way to do it, is to create an iPOJO component which extends the AbstractExporterComponent.

Importer

An importer is a component providing an ImporterService. The easiest way to do it, is to create an iPOJO component which extends the AbstractImporterComponent.

!Be Aware

Be aware that your importers and exporters need to require the RoseMachine service. Furthermore it is mandatory that this requirement has the following id: rose.machine. This id is necessary to ensure a correct scoping. Thanks to it RoSe will be able to link your component with the RoseMachine corresponding to its configuration.