Effective Enterprise Java: Communication
Turns out, a good chunk of enterprise developent is the simple act of moving data of some form from one program to another. And yet, good program-to-program communication is one of the hardest parts of the enterprise system to get right.
In this talk, we'll pull the highlights from the “Communication” chapter of “Effective Enterprise Java”, and discuss the ways we can exchange data… without the pain. Discussions will include (but aren't limited to) the mechanisms of communication, XML services, communication design, and more.