Enterprise Integration Zone is brought to you in partnership with:
  • submit to reddit
Max Katz04/28/13
1919 views
0 replies

Quickly Connect to Salesforce API With New Plug-ins in Appery.io

Two videos on Using Salesforce API Plug-in in Appery.io and Connecting to Salesforce API to display contact list in a mobile app

Mitch Pronschinske04/28/13
1754 views
0 replies

Quick Video: Java EE and Modularity

Paul Bakker goes over modularity and Java EE 7 in this short video from JavaOne Russia.

Mark O'neill04/27/13
695 views
0 replies

Forcing HTTP 1.0 or 1.1 for incoming calls to the Axway/Vordel API Server

In a previous post, I wrote about how you'd configure the Axway/Vordel API Server to connectout to APIs using either HTTP 1.0 or 1.1. But, what if you wanted to force the API Server to receive API calls using either HTTP 1.0 or 1.1?

Bilgin Ibryam04/27/13
2774 views
0 replies

Image Loader Powered by Apache Camel

I've created an application that displays twitter images related to the Olympics in real time. It listens for tweets containing images, filters out duplicates, and sends the images to the browser using websockets every 5 seconds.

Mitch Pronschinske04/26/13
3439 views
2 replies

Hard Coding: A Design Approach

Learn about the Great Simplification Architecture, instead of creating abstract towers of babel, we will see how we can create agile, maintainable and easy to work with architectures and systems that allow you to just go in and start working.

Swizec Teller04/26/13
3603 views
0 replies

Writing a REST client in Haskell

Swizec Teller builds a low frequency bitcoin trading bot in Haskell. The first order of buisness - to write a REST client. This is going to be fun.

Mitch Pronschinske04/26/13
1893 views
0 replies

Modern Enterprise Application Configuration with Spring

The Spring family of projects have long been some of the most important tools in the enterprise Java developer's toolkit. Very often though, Spring is characterized as being too dependent on XML-based configuration.

Steven Willmott04/26/13
1168 views
1 replies

API Crafting Secrets: Into Jamendo API

To develop the new API, we have used the Zend framework (as for the website) but we made a sub-framework specifically for the API to make it easier to change.

Mohamed Sanaulla04/25/13
3965 views
0 replies

Template Method Pattern- Using Lambda Expressions, Default Methods

Consider the following scenario: Assume there is a workflow system in which 4 tasks have to be performed in the given order so as to successfully complete the workflow. Some of the tasks out of the 4 tasks can be customised by different workflow system implementation.

Vijay Narayanan04/25/13
934 views
0 replies

5 Service Governance Practices for Effective Reuse

Pursuing service based systematic reuse or business process development? Then, these five practices will help your teams achieve increased level of service reuse.

Chris Travers04/25/13
632 views
0 replies

A Few Cases Where EAV Modelling Really Works in LedgerSMB.

EAV is a way to model relatively free-form data in such a way as to dispense with the need for extremely complex, long tables for specifying sparse data. A typical EAV approach has three basic tables representing entity data, attributes, and value data.

Mitch Pronschinske04/25/13
768 views
0 replies

Another API Mgmt Firm Cashes in: $4.2M for 3scale

Just yesterday, Christopher Taylor wrote that "API Companies Are Hot Right Now" . Today it seems that there's more evidence confirming his view.

Mariano Gonzalez04/24/13
1715 views
0 replies

Track Your Clients and More with the New Box Connector

In this example of using the Box API, let’s focus on a different kind of use case leveraging what in my humble opinion is one of the greatest features added to this new API: the events long polling.

Rob Williams04/24/13
2500 views
0 replies

Modularity Still Utterly Elusive, Decades Later

Today, I was thinking ‘wow, modularity is really nonexistent.‘ I think the topic came up because I was looking at the source for Awestruct.

Shelan Perera04/24/13
640 views
0 replies

How to Disable Automatic Service Creation with WSDL Upload

When you upload a WSDL to WSO2 Governance Registry it will create a Service Artifact automatically for that WSDL. But in case you do not want that to be automated and need to add services differently this is how to disable that feature.

Christopher Taylor04/24/13
1996 views
0 replies

API Companies Are Hot Properties

So why is API management so hot right now? Partly because of cloud computing’s rise. Suddenly, it matters enormously to have ways for the rapidly expanding number of cloud offerings to communicate with each other and with the organizations signing up for their services.

Tomasz Dziurko04/23/13
4046 views
1 replies

XStream – XStreamely Easy Way to Work with XML Data in Java

Learn what XStream is capable of and how it can be used to easily map XML data to Java objects. You won't regret it.

Marco Fränkel04/23/13
2750 views
0 replies

Developing a SOA-based Integration Layer Framework: Features

So far I’ve discussed the goals & challenges surrounding the development activities, but I’d like to focus more on the framework itself now, and what it brings to those that are using it.

Reza Shafii04/23/13
1754 views
0 replies

Mule ESB 3.4 Announced - Feature List

New features include improved HA where users can add and remove new nodes to and/from a cluster dynamically.

Christian Posta04/23/13
2390 views
0 replies

Plugging the HawtIO Monitoring Webapp into a Stand-Alone ActiveMQ Instance

HawtIO is a new pluggable HTML5 dashboard for monitoring ActiveMQ, Camel, Karaf, Fuse Fabric, Tomcat, and other technologies. Actually, I was completely surprised to see the list of plugins already available and how HawtIO has already gained so much good traction. Not surprisingly though… it does some pretty cool stuff…

Jim Bird04/22/13
13286 views
1 replies

Architecture-Breaking Bugs – when a Dreamliner Becomes a Nightmare

The history of computer systems is also the history of bugs, including epic, disastrous bugs that have caused millions of $ in damage and destruction and even death, as well as many other less spectacular but expensive system and project failures.

Chris Travers04/22/13
3550 views
0 replies

A Distributist View on Software Freedom

It's worth noting off the bat that Distributism arose as a critique both of Capitalism and Communism and represents something with some of the ideals of both sides, but altogether different in character than either.

Mitch Pronschinske04/22/13
3300 views
0 replies

Designing a Beautiful REST+JSON API

In this presentation, Les Hazlewood - Stormpath CTO and Apache Shiro PMC Chair - will share all of the golden nuggets learned while designing, implementing and supporting JSON-based REST APIs, using examples from a clean real-world REST+JSON API built with Java technologies.

Mitch Pronschinske04/22/13
1438 views
0 replies

spray: REST on Akka

In this talk Mathias will show you how spray makes it easy to supply your Scala applications with a high-performance, fully asynchronous REST/HTTP API, no matter whether Akka is already a key component in your application stack or not.

Mitch Pronschinske04/21/13
2107 views
0 replies

Twitter's Finagle for the Asynchronous Programmer

Matt Ho, CTO at LOYAL3, gives us the who-what-when-where-why on Twitter's Finagle. According to Matt, Finagle is an expressive network library for JVM languages that's a lot like node.js for Scala.