<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d9878398\x26blogName\x3dTom+Conrad\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://tomconrad.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://tomconrad.blogspot.com/\x26vt\x3d6886542566053880231', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Tom Conrad

I've moved my blog to http://tomconrad.net. Visit me there.

Sunday, February 13, 2005

Isomorphism & Canonical Form

I'm fascinated by the trials and tribulations associated with the creation of inter-operable distributed systems. We cared a lot about this at Kenamea; it's deep, complex stuff. Our industry has come back to this subject again and again. CORBA, DCOM, RMI, XML-RPC, SOAP, REST, and Indigo are just a few of the recent entries in the parade. This can be a very religious topic.

I came upon this article from Steve Maine this afternoon. This is good stuff.

Even if you're not interested in distributed system, this article does an amazing job of describing the ideas of canonical form and isomorphic representations. Make sure you don't miss the footnote (labeled, "[1] A brief philosophical interlude").

Often I've watched smart people debate the merits of two approaches that are isomorphic. It's just as common to debate which of the isomorphic approaches should be considered canonical. As we work together, the better we are at identifying these moments - the "my isomorphic solution is better than your isomorphic solution" - the faster we'll move toward interesting interoperable systems.

Please note: this blog has moved to http://tomconrad.net, please do not post comments here.
 

Post a Comment

<< Home