Henri Bergius06/18/13
3332 views
0 replies
NoFlo — the flow-based programming system I started — is now two years old. I pushed the first commits to GitHub on June 5th 2011 from Hacker Dojo in Mountain View. To get us started with the story, I'll let Wikipedia summarize...
Claus Ibsen06/18/13
1094 views
0 replies
At the 2013 CamelOne conference, James Strachan introduced the new open source Apache Camel-based iPaaS at the ending keynote on the first day.
Ross Mason06/18/13
923 views
0 replies
How fast can you deploy an enterprise-grade integration from scratch? We’re setting out to break preconceived notions of time to market with the 15-minute integration.
Singaram Subramanian06/18/13
432 views
0 replies
Axis2 uses CommonsHTTPTransportSender by default, which is based on commons-httpclient-3.1. At transport level, there’re two types of timeouts that can be set:
Vijay Narayanan06/17/13
664 views
0 replies
Have you noticed how some application interfaces are consistently named and exhibit consistent behavior across components and services? This can be a critical success factor for systematic reuse. Reusable components are not isolated islands of functionality.
Vijay Narayanan06/17/13
632 views
0 replies
Services are meant to be building blocks for business processes and could provide functionality that is potentially relevant to multiple applications. In order to fully realize these benefits, it is critical that variations in service behavior are supported.
Vijay Narayanan06/17/13
659 views
0 replies
Tactical services introduce higher than necessary coupling between service providers and consumers and have brittle contracts that forcing service implementation changes on consumers.
Pushpalanka Jay...06/17/13
141 views
0 replies
Custom deployers is a concept introduced to Axis2 to increase it's flexibility and enhance the dynamic nature.
Eric Genesky06/16/13
205 views
0 replies
Here's an 8-minute demonstration of how Amazon SNS connects with Mule's Enterprise Service Bus.
Eric Genesky06/16/13
184 views
0 replies
Barry "The Integrator" Sponsler goes to Baltimore to help quell the high seas that crash upon your EDI or XML integrations into a mere puddle.
Ross Mason06/15/13
195 views
0 replies
Think you know DataMapper? Think again! Let me share seven little tricks and tools that will help develop faster with DataMapper.
Greg Duncan06/15/13
208 views
0 replies
You know you want to play with this... Just admit it. Makes me want to install Office 2013 just so I can... :)
Eric Genesky06/14/13
912 views
0 replies
In Europe there are some many places to visit and trains will be best way to move rather than flying if you wish to enjoy surroundings . . .
Eric Genesky06/14/13
231 views
0 replies
Manipulating SOAP headers, calling sequence, and sequence chaining are all covered.
Jim Bird06/14/13
323 views
0 replies
One of the arguments for writing automated tests is that tests can act as useful documentation for a system. But what do tests document? And who will find this documentation useful?
Mike Hadlow06/14/13
195 views
0 replies
There’s a very nasty bug when you try and use NuGet to add a package reference to an F# project. It manifests itself when either the assembly that is being installed also has a version . . .
Timothy Bish06/13/13
2575 views
0 replies
After almost a year since the last release the Apache.NMS.ActiveMQ 1.6.0 Release bundle is now available. You'll find many features added that were previously only available in the Java client such as optimized acknowledge and priority backups for the Failover Transport.
Adam Warski06/13/13
2367 views
0 replies
ElasticMQ 0.7.0, a message queueing system with an actor-based Scala and Amazon SQS-compatible interfaces, was just released. Let's see how it works in practice.
Ross Mason06/13/13
784 views
0 replies
It’s not a trivial task to map a big file to some other data structure without eating up a lot of memory. If the input is large enough, you might run out of memory: either while mapping or while processing the data in your flow-ref
Vijay Narayanan06/13/13
184 views
0 replies
The Service Refactoring pattern facilitates changes in service logic and/or underlying service implementation while preserving existing consumer contracts.
Wille Faler06/12/13
2534 views
1 replies
Software is the Central Nervous System of modern business, this is something that Bill Gates asserted way back in 1999 in his book “Business @ the Speed of Thought”, and it is even more true in 2013 than it was in 1999.
Yaron Naveh06/12/13
595 views
0 replies
I have written about Wcf performance issues before, but this one seems to be the biggest. Valery had published in the Wcf forum an interesting performance issue. In short, a WCF client tries to consume a non-WCF service where the contract looks something like this:
Vijay Narayanan06/12/13
276 views
0 replies
Service driven systematic reuse takes conscious design decisions, governance, and disciplined execution – project after project. In order to sustain long running efforts such as service orientation, it is critical to track, report, and get buy-in from senior management in the organization. So what metrics are useful?
Singaram Subramanian06/12/13
1082 views
0 replies
RPC/encoded is a vestige from before SOAP objects were defined with XML Schema. It’s not widely supported anymore. You will need to generate the stubs using Apache Axis 1.0, which is from the same era.
Ross Mason06/11/13
1366 views
0 replies
In this blog we will look at an example where Mule is used to integrate conference booth QR Code scanners with an MQTT broker.