open source

JAXB and how to work around duplicate variables

For our current adf project we're generating webservice proxy clients against the wsdls of our OSB services. In one of the services we had the next xsd construction : [sourcecode language="xml"] XML Represenation of the Employee domain object [/sourcecode] The object contains both an id-element and an id-attribute. When trying to generate the Webservice proxy against the wsdl containing this...

Application Integration based on Open Source (FUSE)

Last week i attended a seminar on "Application Integration based on Open Source (FUSE) " organized by Progress Software and Flusso. The FUSE brand is based on a set of leading projects from the Apache Software Foundation. They include products like FUSE ESB (based on Apache ServiceMix), FUSE Message Broker (based on Apache ActiveMQ), FUSE Services Framework (based on Apache CXF) and FUSE Mediation Router (based on Apache Camel). Besides these products they deliver a plugin for Eclipse...

Mule IDE 2.0 RC1

I'm currently working on a proof of concept for testing the mule esb for a local goverment. It's a nice case to become familiar with a new esb since i mostly did my development on the Oracle ESB/ALSB. Good too see some differences in concepts/techniques and connectivity and what the open source world has to offer for service busses. Though the mule-source.org gives me some nice documentation/examples, i was still missing a good ide for development (though most can be done with some simple...