Tag: dosgi
-
Introducing Dynamic Discovery into OSGi distributed applications
This post is the second post of the dynamokos series. It improves the application made in the first post by adding dynamic remote service discovery. To achieve that, I describe how to use a discovery protocol in order to avoid to statically import the service. We will see: How A discovery service works How we…
-
Distributed OSGi applications with Apache CXF DOSGi
by
This is the first post of the Dynamokos series. This series explores how to build dynamic distributed web applications with OSGi step by step. Inside this post In this post, we will show how to: Use Apache CXF DOSGi to expose an OSGi service as a web service Use Apache CXF DOSGi to import the…
-
Dynamokos : Dealing with dynamism in OSGi distributed web applications
Dynamokos is not a Greek specialty. It’s the name of this post series. Dynamokos aims to illustrate how OSGi can be used for distributed dynamic web applications. OSGi offers great features such as the modularity, dynamism, hot-deployment… However, it is not simplex to know how to build sophisticated applications on the top of OSGi. Especially…

You must be logged in to post a comment.