Enterprise Integration Zone is brought to you in partnership with:

Latest News

  • submit to reddit
Mitch Pronschinske05/07/13
4477 views
0 replies

How to Create a Web Service Using Java, Eclipse, and Tomcat

This tutorial runs through a method for building a Java web service in Eclipse using Apache Tomcat and Apache Axis. The process takes under ten minutes.

Mitch Pronschinske05/06/13
993 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
971 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
2230 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
1640 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
2264 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.

Mitch Pronschinske05/05/13
3486 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/02/13
3404 views
0 replies

Android DevBytes: Window Zoom Transitions

Learn how to easily create a thumbnail zoom transition when launching a new activity in Android. This is the final video in the DevBytes series.

Mitch Pronschinske05/01/13
1704 views
0 replies

Android DevBytes: Layout Transitions

LayoutTransition enables easy fade/move/resize animations when items are added to or removed from a ViewGroup, usually with just one line of code.

Mitch Pronschinske05/01/13
3603 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
21387 views
5 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
2137 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
1610 views
0 replies

Android DevBytes: PictureViewer

Learn how to use ViewPropertyAnimator to get a cross-fade effect as new bitmaps get installed in an ImageView.

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