Enterprise Integration Zone is brought to you in partnership with:

Latest News

  • submit to reddit
Mitch Pronschinske01/11/13
1388 views
0 replies

API Product Management

Is Product Management different when your product is an API? How do the key people in the API value chain set the tone for product management of APIs? Strategic and tactical considerations for planning, building, and evolving an API to make direct and indirect users successful.

Mitch Pronschinske01/10/13
874 views
0 replies

Averting Tragedy on the Architectural Commons

This talk explores how shared resources in other fields are managed for the common good, and draws analogies and lessons which can be applied to the shared ‘resource’ of a software architecture.

Mitch Pronschinske01/10/13
1154 views
0 replies

Design For Replaceability - Architecture For An Agile Lifestyle

The most important question to be asked when developing a new software system is "How will we replace it?" It is however a question seldom asked.

Mitch Pronschinske01/09/13
1202 views
0 replies

Mule Expression Language Cheat Sheet Released

MEL is very powerful and based on the MVEL language (note you can also use JavaScript, Groovy, Python and Ruby). Starting with Mule 3.3, the Mule ESB open source community built-in support for a new expression language for processing message flows in a very powerful and elegant way.

Mitch Pronschinske01/09/13
1185 views
0 replies

Message Queues at Salesforce

Learn the best practices for queuing algorithms and optimizations from the pros at Salesforce.com. They use several techniques to provide for low latencies and fair resource allocation even under widely varying traffic patterns and resource conditions.

Mitch Pronschinske01/08/13
2733 views
1 replies

AMQP vs. MQTT: Some Resources

It's important to check more than one source when comparing two technologies. Today we're taking a look at some messaging protocols, AMQP and MQTT.

Mitch Pronschinske01/08/13
1635 views
0 replies

Scaling Web Applications with Message Queues

Asynchronous messaging shouldn't just be seen as something only enterprise developers. Lenz Gschwendtner had some very good tutorial steps in his presentation at a Linux conference last year.

Mitch Pronschinske01/07/13
793 views
0 replies

SwitchYard - Service Monitoring

The SwitchYard 1.0 release could be just around the corner, so if you're a fan of the JBoss stack of open source tooling, check this one out. Here's an early overview of the Service Monitoring in SwitchYard.

Mitch Pronschinske01/07/13
1260 views
0 replies

Messaging with JMS and MDBs on OpenShift

In this screencast you'll learn how to deploy a simple application using messaging to the cloud. You'll need an OpenShift Account.

Mitch Pronschinske01/06/13
2651 views
0 replies

Rest Management API Coming to ActiveMQ 5.8

ActiveMQ 5.7 made a big splash in October of last year with Java 7 support and secured broker connectability for the REST API. For the 5.8, you can expect another big new feature: a REST management API

Mitch Pronschinske01/05/13
1987 views
0 replies

Enterprise Integration and Batch Processing on Cloud Foundry

Enterprise Integration is quickly becoming a major topic in Cloud Computing. Along with some batch processing tutorials, this session will show how EI is done on Cloud Foundry.

Mitch Pronschinske01/05/13
2440 views
1 replies

Building Blocks of Enterprise Integration

Looking for a refresher or a first pass at some of the essential building blocks of Enterprise Integration. Then look no further. This webcast has you covered.

Mitch Pronschinske01/04/13
1316 views
0 replies

Free Training Screencasts ESBs and Systems Integration via Mule

If you've been looking for a new ESB, you might wanna note the fact that MuleSoft is providing free training for the open source ESB, Mule. I don't see Oracle or Spring Integration doing that...

Mitch Pronschinske01/02/13
6499 views
0 replies

Deleting Code Is Hard And You Should Do It

Adding code is easy. Everyone gets their start by cut-n-pasting some else's code. But every line of code you don't need is a burden. Delete that s++t.

Mitch Pronschinske01/02/13
2534 views
0 replies

Message Driven Architecture (Question & Answer)

Learn about Spring's support for Hohpe and Woolf's Enterprise Integration Patterns. This video will include demos of several basic patterns such as Message Channel, Message Transformer, and Message Router, as well as composite patterns such as Scatter/Gather using a Splitter and Aggregator.