Author: jbonofre
Apache Karaf Cellar and DOSGi
Next version of Apache Karaf Cellar will include a DOSGi (Distributed OSGi) implementation. There are several existing DOSGi implementations: in Apache CXF (powered by the CXF stack), in Fuse Fabric, etc. The purpose of the Cellar one is…
Read More »ApacheCon NA11 2011: so great
Sad, too early ;). You know this feeling when something great is ended. I was at the ApacheCon NA11, Vancouver this week, and it was simply awesome. I gave two talks: Apache ServiceMix future (http://people.apache.org/~jbonofre/smx_future.ppt) Deployment with Apache…
Read More »Apache Karaf moved to OSGi r4.3
Apache Karaf trunk (future 3.0 release) now fully supports OSGi 4.3 release by running Apache Felix framework 4.0.1 and Eclipse Equinox 3.7.1. If this update is just a support update, it gives us the opportunity to see what…
Read More »What’s new in Karaf 2.2.4 ?
Apache Karaf 2.2.4 has been released this week end. You can take a look on the release notes. More than a bug fixes release, this version includes several new features and enhancements. Command aliases Previously, the osgi:* commands…
Read More »Apache Karaf Cave preview
During the Karaf birthday concall, the Karaf team launched the idea of implementing an easy to use OBR (OSGi Bundle Repository) server, and extending it to provide a Karaf Features Repository (KFR). Welcome to Apache Karaf Cave 😉…
Read More »Use Camel, CXF and Karaf to implement batches
Introduction Apache Camel has not be designed to be used for implementing batch tasks. For instance, if your Camel route has a consumer endpoint polling files in a directory, Camel will periodically and indefinitely monitor the folder and…
Read More »JAX-RS services using CXF and Karaf
Apache CXF provides a really great layer to implement JAX-RS services. Especially, it fully supports OSGi, including Blueprint. It means that you can very easily create and deploy your REST services in a Apache Karaf container. In this…
Read More »Use a “remote” EJB in Camel routes
Introduction You have an existing application, let say developed using J2EE, including EJB (Session). The application is running into a J2EE application server like JBoss, WebSphere or Weblogic. This application “exposes” EJBs to perform some business services. Now,…
Read More »Apache Karaf Cellar 2.2.2 release
What’s new Quite one month ago, we released Karaf Cellar 2.2.1, the first “official” release of the Karaf clustering sub-project. This new Karaf Cellar 2.2.2 release includes bug fixes, especially one bug was a blocker as it was…
Read More »Website mashup with Apache Camel
Mashup ? You are browsing on some websites and you see an interesting information, that you want to poll to be used into your system. Unfortunately, you don’t know the website provider, and you don’t know if a…
Read More »