From b137f5fba9b668b0972c4758a0513a61a3732ae6 Mon Sep 17 00:00:00 2001 From: Thomas Calmant Date: Fri, 3 Aug 2018 15:00:19 +0200 Subject: [PATCH] Fixed RSA description as discussed in #98 --- docs/refcards/rsa.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/refcards/rsa.rst b/docs/refcards/rsa.rst index 8aa5df2e..9328781f 100644 --- a/docs/refcards/rsa.rst +++ b/docs/refcards/rsa.rst @@ -9,6 +9,10 @@ It has been contributed by `Scott Lewis `_, leader of the `Eclipse Communication Framework `_ project. +This feature can be use to let multiple iPOPO and OSGi frameworks share their +services. +Note that Java is not mandatory when used only between iPOPO frameworks. + .. note:: This is a brand new feature, which might still contain some bugs and might not work with all versions of Python (especially 2.7). @@ -18,8 +22,8 @@ project. Links to ECF ============ -The Remote Service Admin implementation in iPOPO is highly tied with the -Eclipse Communication Framework (implemented in Java). +The Remote Service Admin implementation in iPOPO is based an architecture +similar to the Eclipse Communication Framework (implemented in Java). Most of the concepts have been kept in the Python implementation, it is therefore useful to check the documentation of this Eclipse project. @@ -31,8 +35,9 @@ therefore useful to check the documentation of this Eclipse project. Some pages of the wiki are related to the links between Java and Python worlds: -* `Python for OSGi Services `_, - describing a non-iPOPO way to work with ECF +* `OSGi R7 Remote Services between Python and Java `_ + describes how to share remote services between an iPOPO Framework and an OSGi + Framework. Package description ===================