Joseph Ottinger

Biography

I’ve been using Java since around 1998 - right after 1.1 came out. I’ve been active in the Java community ever since, including stints as the editor for J2EE and editor-in-chief for Java Developer Journal, and as the editor for TheServerSide.com.

Container-based development in a polyglot enterprise
Deployments today are built piecemeal, using technologies and languages chosen for their appropriate application for a specific function, as opposed to just being “the language in which the application is written.” In similar fashion, they’re deployed across a broad range of platforms. In this talk, we’ll will go over some of the concerns that such a sprawling architecture needs to take into account. We’ll cover some of issues involving polyglot environments (such as common data structures and network endpoints) and some potential solutions, gained through experience, for addressing those concerns.