Enterprise Integration Zone is brought to you in partnership with:

Latest News

  • submit to reddit
Mitch Pronschinske05/05/13
2985 views
0 replies

How RESTful Is Your REST?

We'll cover resource modeling (URI design, and HTTP verbs/status code canonical usage), multiple representation support, testing, cache control, security (Http and OAuth), and API versioning. HATEOAS and REST maturity model are also discussed, along with an implementation of a sample API in JAX-RS and Spring MVC.

Mitch Pronschinske05/01/13
3427 views
0 replies

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

Get some advice for dealing with burnout or if you find that you don't want to program anymore. Plus some important news about the JS spec "Promises" and a 17 year old girl who won a major hackathon.

Mitch Pronschinske04/30/13
16584 views
4 replies

Java EE 7 Approved!

Java EE 7 is officially done as of this week. Linda DeMichiel just announced on the Oracle blog that the Java EE 7 Platform JSR, as well as the more compact Web Profile JSR for this EE version, have both been approved by the Java Community Process.

Mitch Pronschinske04/29/13
1972 views
0 replies

Modular Module Systems

In this video from NEScala, Chris League will investigate the facilities in various languages for higher-order programming-in-the-large. Scala developers often borrow from Haskell, but what more can we learn from the ML family?

Mitch Pronschinske04/27/13
1556 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.

Mitch Pronschinske04/26/13
3232 views
1 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.

Mitch Pronschinske04/25/13
1904 views
0 replies

Future of Testing and Quality

This session will look at the added complexity of Cloud, Open Source and Software Complexity on testing professionals through the lens of 2 years worth of research.

Mitch Pronschinske04/25/13
1744 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.

Mitch Pronschinske04/24/13
2714 views
0 replies

Links You Don't Want To Miss (4/25)

Ngnix gets a new major release while TechEmpower continues their epic web framework performance benchmarks. Plus, Google's mobile web performance checklist and a tool for rapid drag-and-drop prototyping with twitter bootstrap.

Mitch Pronschinske04/24/13
697 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.

Mitch Pronschinske04/21/13
2945 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/21/13
1181 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
1460 views
0 replies

Agile Architecture & Design

In this presentation from JAXConf 2012, ThoughtWorks software architect Neal Ford investigates agile architecture and design, specifically addressing how big up-front architecture and design fail because of the unknown unknowns of a project.

Mitch Pronschinske04/20/13
1855 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.

Mitch Pronschinske04/20/13
2105 views
0 replies

DDD is all About Solving Problems

Design is all about solving problems. Design Driven Development ensures that the first version of your app or service provides the target audience the solution (and experience) they need and not just a checklist of features.