Remote Declarative OSGi Services with ECF
Bryant Hunt has just published a detailed tutorial to start using the distributed OSGi specification using the Eclipse Communication Framework.
My last post on OSGi services showed how you can dynamically configure OSGi services using the ConfigurationAdmin service. I used an example where I configured a service to create a JDBC connection. JDBC connections are often made on a server, and it would be nice to be able to do your configuration remotely. This post will show you how you can use RFC 119 to make remote OSGi service calls to configure the JDBC connection on a server.
Read the complete tutorial on Brian’s blog.
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.
