G. Andrew Duthie06/19/13
515 views
0 replies
If you missed last week's APIMASH Webcast on the Social Networking APIs, don't fret…below, you'll find the recording of the webcast featuring yours truly, and my peers Lindsay Lindstrom and Tara Walker.
Pascal Alma06/19/13
1080 views
0 replies
At a recent project I needed to implement functionality which would store an incoming message in a relational database. Since we were using the WSO2 platform I created a WSO2 DataService for this by generating a Data WebService based in my MySQL table.
Brian Hitney06/19/13
354 views
0 replies
In the first part, we created a Windows Azure Mobile Service to store data as a back end for our mashup. In this part, we are going to modify our existing scheduled task to consume the actual USGS data feed and store it in a table.
Steven Willmott06/19/13
443 views
0 replies
I find it useful to think about APIs as a class of user experience. They are a projection of your brand into the developer world. So you need to really optimize the way in which developers interact with you from the on-boarding and documentation to support, stability, reliability, and business model.
Henri Bergius06/18/13
4143 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
1322 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
1060 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
484 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
695 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
668 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
682 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
146 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
214 views
0 replies
Here's an 8-minute demonstration of how Amazon SNS connects with Mule's Enterprise Service Bus.
Eric Genesky06/16/13
190 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
204 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
218 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
922 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
233 views
0 replies
Manipulating SOAP headers, calling sequence, and sequence chaining are all covered.
Jim Bird06/14/13
332 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
197 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
2648 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
2413 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
792 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
187 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
2592 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.