Francois Lascelles07/11/12
4048 views
0 replies
The idea of delegating the authentication of a user to a 3rd party is ancient. At some point however, a clever (or maybe lazy) developer thought to leverage an OAuth handshake to achieve this. In this second part, I suggest the use of specific standards to achieve the same for your identities.
Mark O'neill07/10/12
5502 views
0 replies
It's fascinating this morning to read Steve Chamber's real-time notes on the design of his API. In particular, I was interested in the section on which authentication model to use.
Charles Moulliard07/10/12
2734 views
0 replies
Since the launch of Fuse ESB 7, Fuse MB 7 and in fact the official release of Fuse Fabric, Camel has moved in a new era called "Cloud Integration where machines, services are distributed everywhere.
Christian Posta07/09/12
2373 views
0 replies
In the last blog post I introduced Fuse Fabric, an overview of the problems it is intended to solve, and the components that it uses to accomplish pain-free management of large deployments of ActiveMQ and ServiceMix/ESB containers.
Claus Ibsen07/08/12
5338 views
0 replies
The Apache Camel 2.10 release is now available for download from Apache and for Maven users in central maven repo.
Billy Sjöberg07/07/12
4270 views
0 replies
An old customer recently asked me if I had a solution for how to integrate between their existing JMS infrastructure on Websphere MQ with RabbitMQ.
Christian Posta07/06/12
3041 views
0 replies
FuseSource just recently released enterprise versions of their distributions of ActiveMQ and ServiceMix. Some of the top features include incremental patching, custom platform installers, and third party verification.
Singaram Subramanian07/04/12
5139 views
0 replies
This post explains the steps that happen when a Apache CXF developed consumer invokes a remote service and the steps of an interceptor chain.
Claus Ibsen07/03/12
3468 views
0 replies
This week, we're celebrating the 5th anniversary of the Apache Camel project. First, I'll tell you where we mark the "birthdate" of Camel.
Len DiMaggio07/02/12
5588 views
0 replies
This post provides a brief introduction to Switchyard, what it is, and how to use it to build a service-oriented application.
Claus Ibsen07/01/12
4719 views
0 replies
It's pretty awesome when you look back at the 1.0 release of Apache camel and you can see the huge amount of powerful features that were baked into the DNA of the project at such an early stage.
Matt Vickery06/29/12
4236 views
0 replies
This article concentrates on integration namespace capabilities that have been provided by C24 for building integration flows and, through example, explores the use of C24 iO within those flows.
Claus Ibsen06/28/12
3723 views
2 replies
This morning I woke up to the news out in the public that Red Hat to Acquire FuseSource. This is really great news for the FuseSource team, to find a new home that is truly Open Source down to its DNA.
Matt Vickery06/28/12
3393 views
0 replies
The motivation for Part 1 of this series was an introduction to C24 iO, a brief explanation of some of it's basic capability and an introduction to iO models used as Spring beans.
Ben O' Day06/27/12
4887 views
0 replies
This post will breakdown the options that are available today. If you have used other approaches or know of other ongoing development in this area, please let me know.
Singaram Subramanian06/26/12
9054 views
0 replies
While looking for real-life case studies of OSGi implementations, I managed to find one of the most high profile deployments. Where? At LinkedIn. Enjoy "Building LinkedIn‘s Next Generation Architecture with OSGi"
Arnon Rotem-gal-oz06/25/12
7635 views
1 replies
RabbitMQ is a message bus built in Erlang. It implements the AMQP protocol, which, unlike JMS, is also a wire protocol and not just an API. Here's a short intro...
Łukasz Budnik06/24/12
4425 views
2 replies
How to connect to a remote SLSB from Spring. This method is beautiful. You get an instance of a remote SLSB as a Spring bean. I definitely like it!
Yaron Naveh06/23/12
2768 views
0 replies
Check out this code with some more examples of the magic of WCF.js, the first ws-* implementation for Node.js
Ben O' Day06/22/12
4173 views
1 replies
The APIs can easily be used to build a web or command line based tool to support remote ActiveMQ management features. That being said, all of these features are available via the JMX console itself and ActiveMQ does provide a web console to support some management/monitoring tasks.
Christian Posta06/21/12
3393 views
0 replies
This post gives you a committer's perspective on how the Network Connectors work for Apache ActiveMQ.
Claus Ibsen06/20/12
4712 views
0 replies
The upcoming Apache Camel 2.10 release is on its way. A lot of new components are being added, and two really exiting new components are twitter and websocket.
Christian Posta06/19/12
2834 views
0 replies
One company has the best examples gathered from years of experience consulting at various types of clients that focus on the intended way of using the these open source tools. When it comes to wanting to know how to use, for example ServiceMix, and the pitfalls to avoid and best practices to employ, having these docs close at hand is a must.
Łukasz Budnik06/18/12
4282 views
0 replies
Apache Camel has a very powerful bean injection framework which allows developers to focus only on solving business problems. However there are situations when you need to do a little bit more. Read below to see how easy it is to setup aspects (AspectJ) in Apache Camel.
Yaron Naveh06/17/12
5870 views
0 replies
This article has a snippet from wcf.js - a pure javascript node.js module that makes wcf and node.js work together! As node assumes its central place in modern web development, many developers build node apps that must consume downstream wcf services.