Posts

Showing posts from 2009

A jira notification system for irc using camel

Last week, I thought that it would be a nice idea to have JIRA notifications for our Apache projects on IRC (for projects that sometimes use an IRC channel). So I came up with a very simple solution using Camel deployed on top of Karaf . The application itself consists in a single xml file to be copied in the deploy folder of your Karaf installation. This was one of my requirements for ease of maintenance. This is possible because of the nice hot deployment mechanism for spring xml applications in Karaf. Now, if you log onto the #camel, #cxf, #servicemix or #activemq IRC channels, you'll see some messages that look like: jirabot: Claus Ibsen - Created: (CAMEL-2090) camel-jms - Option autoStartup does not work (see https://issues.apache.org/activemq/browse/CAMEL-2090 ) Those are all generated by the following applications: <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Apache SSHD 0.1.0

Last week, we (the Apache Mina team) released the first version of the SSH library I've began and already blogged about. The SSHD project provides a server side implementation of the well known SSH protocol. It also provides a client side API which is currently limited and needs improvements (any help welcome!). Look at the release page for more informations.

OSGi Blueprint Services

I gave a presentation on Monday at the OSGi DevCon in Zurich about Blueprint services. Blueprint Services is the OSGi standardized version of Spring-DM which I've been working on (both the spec and the implementation over the last weeks). Below is the presentation. The spec is not published yet, but the implementation code is currently available at: http://svn.apache.org/repos/asf/geronimo/sandbox/blueprint This implementation is now integrated into Apache Felix Karaf , a ready to use distribution of OSGi for enterprise / server side applications. OSGi Blueprint Services View more Microsoft Word documents from gnodet .

Apache Karaf

ApacheCon was really interesting this year! Recently, a lot of people have expressed a real interest in ServiceMix Kernel , our generic OSGi distribution for server side applications. We've been discussing moving this subproject into Apache Felix for several reasons: raise the visibility and awareness on ServiceMix Kernel attract a broader community Several Apache projects are planning to use ServiceMix Kernel as their container: this includes Apache James , Apache Directory and Apache ActiveMQ . The Apache Sling community is also willing to contribute to this effort along with some other groups like the OPS4J project. During this discussion, a name as been proposed by Jamie Goodyear: Apache Karaf . A carafe is a small container used for serving wine and other drinks (http://en.wikipedia.org/wiki/Carafe). In similarity to the name the Kernel allows applications to be more easily handled, and improves their characteristics (much like a bottle of wine left to breath in a dec

New clustering engine in ServiceMix 4

I have expressed several times on the mailing list that the JMS flow included in ServiceMix 3 has some deficiencies. Learning from that, ServiceMix 4 has a brand new clustering engine that Adrian and I have discussed a bit at ApacheCon. He blogged about that recently, so have a look at his blog post .

Apache ServiceMix 4.0.0 and Apache ServiceMix NMR 1.0.0

During ApacheCon last week, we're released Apache ServiceMix 4.0.0 , the first release of our OSGi-based integration platform. We've also released Apache ServiceMix NMR 1.0.0 which contains the NMR layer, the JBI layer. The main distribution is a minimal JBI container with no components. Have a look at those, we welcome your feedback!

Whitepaper: Large scale deployments with ServiceMix 4

At ApacheCon Europe last week, Andreas Gies, a coworker, has given a nice presentation about large scale deployments with ServiceMix 4. It has been now published as a whitepaper and is available on the FUSE site .

Apache ServiceMix Kernel 1.1.0 released

The new version of Apache ServiceMix Kernel has just been released. This new release brings a lot of new features, enhancements and bug fixes: * remote connection using SSH protocol * provisioning enhancements: versioning / hot deployment of features * new commands, including OSGi related commands for the Configuration Admin and Package Admin services * improved spring integration: upgrade to spring 2.5.6 and spring-dm 1.2.0-m2, the osgi/list command now displays spring applications status * container level locking for master / slave deployments * support for JAXP 1.4 on all platforms * improved JMX support for managing the OSGi framework and features You'll find download links and details release notes at the following location .