Repository: aries-rsa Updated Branches: refs/heads/master 52ca04702 -> c3389e01a
Add link to website Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/c3389e01 Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/c3389e01 Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/c3389e01 Branch: refs/heads/master Commit: c3389e01aeaea6e5af8ab8a286962a08b07c9096 Parents: 52ca047 Author: Christian Schneider <[email protected]> Authored: Fri Mar 18 08:43:42 2016 +0100 Committer: Christian Schneider <[email protected]> Committed: Fri Mar 18 08:43:42 2016 +0100 ---------------------------------------------------------------------- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/c3389e01/Readme.md ---------------------------------------------------------------------- diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..3b282e5 --- /dev/null +++ b/Readme.md @@ -0,0 +1,8 @@ +# Aries Remote Service Admin (RSA) + +The [Aries Remote Service Admin (RSA)](http://aries.apache.org/modules/rsa.html) project allows to transparently use OSGi +services for remote communication. OSGi services can be marked for export by adding a service property +service.exported.interfaces=*. Various other properties can be used to customize how the service is to be exposed. + +For more information, check out section "122 JPA Service Specification Version 1.0" in the "OSGi Service Platform + Enterprise Specification, Release 4, Version 4.2" available for public download from the OSGi Alliance.
