Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Karaf Cellar

You're reading from   Learning Karaf Cellar Build and implement a complete clustering solution for the Apache Karaf OSGi container

Arrow left icon
Product type Paperback
Published in Jul 2014
Publisher
ISBN-13 9781783984602
Length 124 pages
Edition 1st Edition
Arrow right icon
Authors (2):
Arrow left icon
Jean Baptiste Onofre Jean Baptiste Onofre
Author Profile Icon Jean Baptiste Onofre
Jean Baptiste Onofre
Jean-Baptiste Onofré Jean-Baptiste Onofré
Author Profile Icon Jean-Baptiste Onofré
Jean-Baptiste Onofré
Arrow right icon
View More author details
Toc

What is Cellar DOSGi?


Cellar DOSGi is an implementation of the Remote Service Admin specifications from the OSGi specifications. Basically, it's a remote communication between services from bundles hosted in different containers.

With the OSGi service, a bundle exposes a service (actually, an interface) to the service registry provided by the OSGi framework. Another bundle can look up for services in the service registry, get a reference to this service, and use it. Thanks to this, we have a real Service-Oriented Architecture (SOA) approach on low-level components (bundles).

Cellar DOSGi brings a distributed service registry and remote usage of a service using Hazelcast NIO.

Hazelcast NIO is a data serialization and transport implementation of NIO. For details, you can take a look at the Java NIO Javadocs (http://docs.oracle.com/javase/7/docs/api/java/nio/package-summary.html) and Hazelcast NIO documentation (http://hazelcast.org/docs/2.6/javadoc/com/hazelcast/nio/DataSerializable.html).

The...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime