This repository has been archived by the owner on Jul 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Create your own
barjo edited this page Mar 5, 2013
·
1 revision
An importer is a component providing an ExporterService
. The easiest way to do it, is to create an iPOJO component which extends the AbstractExporterComponent.
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 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.
## API