Enterprise Integration Zone is brought to you in partnership with:

Latest News

  • submit to reddit
Mitch Pronschinske05/18/13
1313 views
0 replies

ZeroMQ in Grizzly

From the OpenStack summit comes a lightning talk presentation on an implementation within the OpenStack IaaS software using the ZeroMQ message broker and Grizzly, the NIO Event simplifying framework.

Mitch Pronschinske05/17/13
1568 views
0 replies

A Look at How ZeroMQ Became a Leading Message-Passing Library

Pieter Hintjens, a maintainer of ZeroMQ: The Definitive Guide, discusses the patterns, the code, and the community behind this message-passing library.

Mitch Pronschinske05/17/13
1622 views
0 replies

Links You Don't Want To Miss (May 17)

New JavaScript and CSS tools are on their way, along with a managed NoSQL DB from Google. Plus Jekyll 1.0 and a super-jumping robot.

Mitch Pronschinske05/14/13
1164 views
0 replies

Things Made Easy: One Click CMS Integration with Solr & Drupal

If you have a new web project or and existing Drupal site, the combination of Drupal and Apache Solr is both powerful and easy to set up thanks to the existing integration code. The module allows for substantial customization with the administrative UI.

Mitch Pronschinske05/13/13
3244 views
0 replies

A Completely Thread-Safe ZeroMQ Socket Interface for Scala

scala-zeromq facilitates communication using the ZeroMQ messaging library. ZeroMQ is a message-oriented socket communication library that support several high-level messaging patterns, including request-reply, publish-subscribe and push-pull. This is good since the current Akka extension for ZMQ has issues.

Mitch Pronschinske05/13/13
3152 views
0 replies

My Mom Told me That Git Doesn't Scale

Did you have a good Mother's Day? This GitHub developer's mom is certainly interesting... Since day one, we've faced an unique engineering problem: making terabytes of Git data always available, either directly or through our website.

Mitch Pronschinske05/13/13
1163 views
0 replies

OpenStack Integration Case Study on a Hybrid Cloud

How do you design and deploy a hybrid cloud application service using Openstack, VMware Vcenter and HP Public Cloud Service? How do you automatically scale your multi-tier application to respond to peak demand?

Mitch Pronschinske05/13/13
1727 views
0 replies

Building an Enterprise CRM with Grails and Spring Integration

This session will present a case study focusing on the development of a robust, horizontally scalable, enterprise CRM system at Dealer.com built primarily upon a Spring technology stack.

Mitch Pronschinske05/13/13
3672 views
0 replies

Links You Don't Want To Miss (May 13)

See why Ars Technica thinks that the W3C’s new DRM framework will empower the open web and check out the benchmarking of Dart and Java. Plus a iOS 7 concept design and 7 tips on minion management.

Mitch Pronschinske05/08/13
1534 views
0 replies

Deploying CXF SOAP Web Services on Tomcat and Karaf

This introduction shows the deployment of CXF-based SOAP web services as a WAR on embedded or standalone Apache Tomcat and as an OSGi bundle on Apache Karaf. How to create SOAP clients-both OSGi and standalone Java--is also covered.

Mitch Pronschinske05/06/13
797 views
0 replies

REST Assured - Hypermedia APIs with Spring MVC

Spring MVC forms a solid foundation to implement REST based web-services in Java. However, in real-world projects developers still face challenges when it comes to advanced questions of REST. How to really leverage hypermedia?

Mitch Pronschinske05/06/13
834 views
0 replies

Retrofitting Architecture

We can do without architecture early on, but at some point a clearly communicated architecture offers big productivity benefits to developers who otherwise drown in the expanding implementation-level detail.

Mitch Pronschinske05/06/13
2059 views
0 replies

Links You Don't Want To Miss (May 7)

Run Ruby in-browser, see 2 views of a chessboard in Python, and find out if video codecs will be written in JavaScript in the future. Plus, take a look at Oculus Rift simulations and learn about Dropbox's first conference.

Mitch Pronschinske05/06/13
1506 views
0 replies

Android for Enterprise: Does it fit the Bill?

In this presentation from AppForum 2012, Marko Gargenta explores key points of Android and its use as an enterprise tool, including an overview of the stack, a "Hello, World!" example, security, and enterprise features.

Mitch Pronschinske05/06/13
2030 views
0 replies

API Usability: Think of the Humans!

We'll talk about common usability traps and the bugs we make or prevent consuming applications. Finally, we'll discuss approaches to API development that improve usability.