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
JSON RPC (import export)
baju edited this page Nov 18, 2011
·
1 revision
Invocation technology based on JSON RPC is formed by:
Artifact | Version | Description |
---|---|---|
RoSe JSON-RPC Exporter | 0.1.4.SNAPSHOT | Exporter JSON-RPC |
RoSe JSON-RPC Importer | 0.1.0.SNAPSHOT | Importer JSON-RPC |
Dependencies:
Artifact | Version |
---|---|
Apache Commons Logging Bundle | 1.1.1 |
Apache Felix Http Jetty | 2.2.0 |
JSONRPC Bundle (from jabsorb) | 1.3.1.0003-SNAPSHOT |
Apache Felix EventAdmin | 1.2.14 |
HttpComponents Client | 4.1.1 |
HttpComponents Core (OSGi bundle) | 4.1.1 |
##Setting up in JSON configuration file
Additional sections need to added in "COMPONENT" section
- Exporter
{"factory" : "RoSe_exporter.jabsorb"}
- Importer
{"factory" : "RoSe_importer.jabsorb"}
## API