Tuesday, 29 June 2010

JavaZone Trailer- Java 4-ever

Share
In case you haven't seen it yet :)



cheers,
Łukasz

ServiceMix (FUSE ESB) and WS-BPEL processes

Share
Today's post is a continuation of my ServiceMix 4 series. Today I will show you how to integrate ServiceMix (FUSE ESB) with Apache ODE. I will show you how to expose Process and Instance Management API Web Services. Also, I will build an example JBI WS-BPEL process and deploy it to FUSE ESB.

Tuesday, 22 June 2010

ServiceMix (FUSE ESB) and OSGi Camel

Share
Today's post is a continuation of my ServiceMix 4 series. As usual the journey was full of adventures...

Today I will show you how I deployed Camel OSGi unit and how I integrated it with CXF BC and SE units.

Tuesday, 15 June 2010

Nuntius 0.6 released!

Share
Nuntius is a free platform-neutral (for now support for Apache ODE is only available) WS-BPEL broker which allows you to track messages exchanged within your WS-BPEL processes. Nuntius extends WS-BPEL process definition and adds a special invocation context and logging constructs which allow gathering exchanged messages and quality and performance indicators without the need of modifying external Web Services.

Nuntius 0.6 offers a feature (the most important feature from a business analyst perspective) of visualising computed quality and performance scores. Nuntius offers you a rich set of statistical views, including tabular data, pie charts, history pie charts, line charts, and history line charts for process instances and all theirs operations.

Tuesday, 8 June 2010

FUSE ESB 4.2 = ServiceMix 4 with fixed bugs

Share
In my previous post (ServiceMix 4 is a beast, but hell I like it!) I showed you how to create, build, deploy and start CXF SE OSGi JBI unit.

Today I will show you how I tried to write CXF BC OSGi assembly and deploy it to SM 4. It turned out that SM 4 had a bug which was already fixed but there was no new release. Thankfully guys from FUSE ESB fetch latest versions from SM 4 repository and offer you more frequent stable builds.

So, here is my story.