Enterprise Integration Zone is brought to you in partnership with:

Latest News

  • submit to reddit
Mitch Pronschinske05/06/13
970 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
2229 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
1639 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
2259 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
3484 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
3402 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
1701 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
21325 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
1609 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
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.

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.

Mitch Pronschinske04/26/13
1612 views
0 replies

Android DevBytes: RequestDuringLayout

In Android, horrible things can result from calling requestLayout() during a layout pass. DON'T DO THIS.

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