<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Tony Williams: Co-inventor of COM</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/219705_100x75.jpg</url>
		<title>Channel 9 - Tony Williams: Co-inventor of COM</title>
		<link></link>
	</image>
	<description>This episode features the co-inventor of COM, software architect, Tony Williams. In his eighteen years at Microsoft, Tony has worked on the Windows team, in Microsoft Research, and on Office. His contributions benefit not just Microsoft&#39;s applications,
 but the fundamental way that all Windows applications are written. Tony has been an unwavering champion of componentized application development. Today (8/06) Tony is driving the design of a new component framework which will be used in Office 12.&amp;nbsp; This interview
 is hosted by software architect, Keith Kaplan.</description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 12:14:02 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 12:14:02 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Tony Williams: Co-inventor of COM</title>
		<description>
			<![CDATA[Code reuse is a compelling idea.&nbsp; Software componentry would decompose solutions into not only classes and modules, but also into reusable components.&nbsp; So far, in practice, reusable components have not materialized in a big way.&nbsp; It would be nice to see
 those fat books of patterns implemented as components and widely reused, if that's even technically possible.<br>
<br>
As to COM, it solved a bunch of problems and created more.&nbsp; Like the &quot;Hello, World!&quot; C&#43;&#43; program in Petzold that is some 200 lines long, a COM solution contains many an arcane line that caters to the dainty way COM objects must be approached to get them to
 do anything.&nbsp; And using COM objects from across a network is an absolute nightmare.&nbsp;Stubs and proxies indeed. &nbsp;Worst of all, the Registry is highly involved in GUID-to-&lt;anything&gt; mapping.&nbsp; Any mishap in there and the application crashes without hope of repair.&nbsp;
 Only replace.<br>
<br>
In the end, COM served&nbsp;a very&nbsp;important purpose as a way to deliver versionable software.&nbsp;&nbsp; Microsoft wrote millions of lines using COM.&nbsp; COM's most important function was to serve as an example of how to burden programmers with issues they should not be bothered&nbsp;with
 like reference counting and instantiation.&nbsp; The bit level constraints on the design of COM rose up and bit everyone who tried to play nice with it.&nbsp; Out of COM came .NET Framework, which accomplishes most of what COM does without the muss, fuss, or bother.&nbsp;
 Hide the wires brother and sister programmers!<p>posted by earnshaw</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632909825220000000</link>
		<pubDate>Sat, 12 Aug 2006 12:28:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632909825220000000</guid>
		<dc:creator>earnshaw</dc:creator>
	</item>
	<item>
		<title>Re: Tony Williams: Co-inventor of COM</title>
		<description>
			<![CDATA[Very cool interview. I know this is not totally relevant to content, but I felt the interviewer was very very very uptight and fake sounding. The older lady that usually hosts this show seemed to be a bit more casual.
<br>
<p>posted by AdityaG</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632909918740000000</link>
		<pubDate>Sat, 12 Aug 2006 15:04:34 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632909918740000000</guid>
		<dc:creator>AdityaG</dc:creator>
	</item>
	<item>
		<title>Re: Tony Williams: Co-inventor of COM</title>
		<description>
			<![CDATA[Co-inventor? Don't you mean CoCreator? <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
<p>posted by Minh</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632909939030000000</link>
		<pubDate>Sat, 12 Aug 2006 15:38:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632909939030000000</guid>
		<dc:creator>Minh</dc:creator>
	</item>
	<item>
		<title>Re: Tony Williams: Co-inventor of COM</title>
		<description>
			<![CDATA[
<blockquote>
<div>AdityaG wrote:</div>
<div>&#65279;Very cool interview. I know this is not totally relevant to content, but I felt the interviewer was very very very uptight and fake sounding. The older lady that usually hosts this show seemed to be a bit more casual.
<br>
</div>
</blockquote>
<br>
Agreed, she was alot better!<p>posted by Chadk</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632910148610000000</link>
		<pubDate>Sat, 12 Aug 2006 21:27:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632910148610000000</guid>
		<dc:creator>Chadk</dc:creator>
	</item>
	<item>
		<title>Re: Tony Williams: Co-inventor of COM</title>
		<description>
			<![CDATA[Internet is laying to rest and finally will lay to rest COM.<br>
<br>
SOA is the new COM. But this time the environment is better. There is development support in terms of Windows Communication Foundation. And there is better adoption, both camps (Java and .Net) have embraced it.<br>
<p>posted by samirsshah</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632910397420000000</link>
		<pubDate>Sun, 13 Aug 2006 04:22:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632910397420000000</guid>
		<dc:creator>samirsshah</dc:creator>
	</item>
	<item>
		<title>Re: Tony Williams: Co-inventor of COM</title>
		<description>
			<![CDATA[
<blockquote>
<div>Minh wrote:</div>
<div>&#65279;Co-inventor? Don't you mean CoCreator? <img src="/emoticons/emotion-1.gif" border="0"><br>
</div>
</blockquote>
<br>
<br>
<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> Nice, Minh<br>
C<p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632910555810000000</link>
		<pubDate>Sun, 13 Aug 2006 08:46:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632910555810000000</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: Tony Williams: Co-inventor of COM</title>
		<description>
			<![CDATA[
<blockquote>
<div>samirsshah wrote:</div>
<div>&#65279;Internet is laying to rest and finally will lay to rest COM.<br>
<br>
SOA is the new COM. But this time the environment is better. There is development support in terms of Windows Communication Foundation. And there is better adoption, both camps (Java and .Net) have embraced it.<br>
</div>
</blockquote>
<br>
<br>
I've started programming when .net just came out and so I've never really used or understood COM or Ole deeply. But if i haven't misunderstood COM was trying to encourage reuse through componentization and Ole was built to enable applications to reuse components
 of other applications through either embedded usage or object invocation. So how does Ole relate to COM?<br>
<br>
I also agree that SOA is definitely the new COM, it definitely has more chance to achieve what COM couldn't achieve. But I have this cloud of doubt that software reuse is ever really possible, when i say that i mean efficient and cost-effective software reuse.<br>
<br>
I really enjoyed the video btw.<br>
<br>
<p>posted by zhuo</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632910598590000000</link>
		<pubDate>Sun, 13 Aug 2006 09:57:39 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632910598590000000</guid>
		<dc:creator>zhuo</dc:creator>
	</item>
	<item>
		<title>Re: Tony Williams: Co-inventor of COM</title>
		<description>
			<![CDATA[Why is the autocue standing a few meters next to the camera instead of under or above it. Never mind, it stops when the interview starts. Was still watching =)<br>
<br>
Nice video, thanks!<p>posted by erik_</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632910605690000000</link>
		<pubDate>Sun, 13 Aug 2006 10:09:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632910605690000000</guid>
		<dc:creator>erik_</dc:creator>
	</item>
	<item>
		<title>Re: Tony Williams: Co-inventor of COM</title>
		<description>
			<![CDATA[Many thanks, I enjoyed this.<br>
<br>
It's always good to hear some real opinions being expressed. <br>
One of the highlights here is when Tony called the product name of XCal &quot;disgusting&quot; (48:30) <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif' alt='Big Smile' /><br>
<br>
<br>
The other Behind The Code episodes have been excellent too. Are there any plans to release these more often?<br>
<br>
<br>
Jonathan<p>posted by jbwebb</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632910701300000000</link>
		<pubDate>Sun, 13 Aug 2006 12:48:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632910701300000000</guid>
		<dc:creator>jbwebb</dc:creator>
	</item>
	<item>
		<title>Re: Tony Williams: Co-inventor of COM</title>
		<description>
			<![CDATA[Great segment, good topic.<br>
<br>
<br>
Reg:&nbsp; wow yeas it is kind of like a big mole on the face of windows and I'd love to see it go away.... but OMG the process of doing that today would be ....
<br>
<br>
I picture a project that would take a huge number of man hours to design, test and deploy.<br>
<br>
like the thousands of com dll's out in the wild that have to be managed....<br>
<br>
and as tony says in passing: we do need a &quot;Kind of&quot; registry of objects some where in the system....<br>
<br>
just that I think it needs to be fully thought out and designed from the ground up to do the right things.<br>
<br>
and perhaps not 1 db but several:<br>
<br>
1 for object interop / interface stuff<br>
<br>
others for things like service settings, file assoc etc....<br>
but each as a sperate db and filestore.<br>
<br>
but with perhaps a common api and meta-format<br>
so that the code for searching them and using them could be common for all the stores.<br>
<br>
and make that code simple -- a few times I have had to write some pinvoke code for .net cf for example and it just seems evil!<br>
<br>
<br>
<br>
<br>
<p>posted by figuerres</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632910756740000000</link>
		<pubDate>Sun, 13 Aug 2006 14:21:14 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632910756740000000</guid>
		<dc:creator>figuerres</dc:creator>
	</item>
	<item>
		<title>Re: Tony Williams: Co-inventor of COM</title>
		<description>
			<![CDATA[ok, I am getting less and less out of these interviews. There are the Anders Helsberg interviews which are great and&nbsp;I learn a lot.&nbsp;From that highpoint, 80% of the interviews dont put the subject matter in context with the wider software field and they
 quickly lose me.&nbsp; Shouldnt the central question in the interview always be &quot;what does this software creation of yours do that others dont&quot;?<br>
<br>
I&nbsp;think the people doing these interviews should have a&nbsp;lot of knowledge and experience with&nbsp;software. An aging programmer&nbsp;would work, there must be a lot of them around now a days. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' />&nbsp;<br>
<br>
Here are the questions I would have liked to have asked:<br>
<br>
Who was the other co inventor of COM&nbsp;and how did Tony work with him/her?<br>
<br>
I always found COM&nbsp;books very difficult to understand.&nbsp; Was that just me being dumb or thick? What were Tony's impression of&nbsp;the COM books and other education sources available to programmers.<br>
<br>
Tony&nbsp;said .NET is not a replacement for COM. But COM is gone, no?&nbsp;Kind of confusing. I guess I would&nbsp;have liked Tony to elaborate on the subject of present day and future COM.<br>
<br>
I understand the &quot;draw your favorite data structure&quot; is a standard of the show. I remember Anders Helsberg drawing an interesting one. But Tony did not appear into it at all. You should expand that to &quot;draw&nbsp;your favorite flowchart or data struct&quot;. Then Tony
 could have drawn his favorite flow of events within the COM process.<br>
<br>
I only watched 10-15 minutes of the Craig Mundie interview and saw no spark of intelligence or creativity in him.&nbsp; I watched the entire Tony Williams interview and while he does not score low like&nbsp;Mundie,&nbsp;I did not see the brilliance he must exhibit for Bill
 Gates to put him in charge of such an important project.&nbsp;&nbsp;The fair viewer must fault the inverviewer for this.&nbsp;<br>
<br>
Thank you for channel 9. honestly.<br>
<br>
-Steve<br>
<br>
<p>posted by DenvilleSteve</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632910841640000000</link>
		<pubDate>Sun, 13 Aug 2006 16:42:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632910841640000000</guid>
		<dc:creator>DenvilleSteve</dc:creator>
	</item>
	<item>
		<title>Re: Tony Williams: Co-inventor of COM</title>
		<description>
			<![CDATA[
<p>COM had the goal to fit legacy and new applications on a local computer for reuse. It achieved that. But DCOM did not succeed in the Internet age. Hence Internet is laying to rest COM.</p>
<p>&nbsp;</p>
<p>SOA has the goal to fit legacy and new applications for reuse over Internet. It is achieving that. It has enough momentum to succeed. I do think that SOA is enabling efficient and cost effective reuse.</p>
<p>&nbsp;</p>
<p>An Indian online bookstore I visit is using a US bookstore’s Web Services (May I call it SOA?) to give me seamless Indian experience. It has achieved efficient and cost effective reuse. SOA is another way Internet is laying to rest COM.<br>
</p>
<p>posted by samirsshah</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632911175570000000</link>
		<pubDate>Mon, 14 Aug 2006 01:59:17 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632911175570000000</guid>
		<dc:creator>samirsshah</dc:creator>
	</item>
	<item>
		<title>Re: Tony Williams: Co-inventor of COM</title>
		<description>
			<![CDATA[
<p>We produce about 4 shows per calendar year. </p>
<p>posted by Sisti</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632911342550000000</link>
		<pubDate>Mon, 14 Aug 2006 06:37:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632911342550000000</guid>
		<dc:creator>Sisti</dc:creator>
	</item>
	<item>
		<title>Re: Tony Williams: Co-inventor of COM</title>
		<description>
			<![CDATA[
<blockquote>
<div>DenvilleSteve wrote:</div>
<div>&#65279;ok, I am getting less and less out of these interviews. There are the Anders Helsberg interviews which are great and&nbsp;I learn a lot.&nbsp;From that highpoint, 80% of the interviews dont put the subject matter in context with the wider software field and they
 quickly lose me.&nbsp; Shouldnt the central question in the interview always be &quot;what does this software creation of yours do that others dont&quot;?<br>
<br>
I&nbsp;think the people doing these interviews should have a&nbsp;lot of knowledge and experience with&nbsp;software. An aging programmer&nbsp;would work, there must be a lot of them around now a days.
<img src="/emoticons/emotion-1.gif" border="0">&nbsp;<br>
<br>
Here are the questions I would have liked to have asked:<br>
<br>
Who was the other co inventor of COM&nbsp;and how did Tony work with him/her?<br>
<br>
I always found COM&nbsp;books very difficult to understand.&nbsp; Was that just me being dumb or thick? What were Tony's impression of&nbsp;the COM books and other education sources available to programmers.<br>
<br>
Tony&nbsp;said .NET is not a replacement for COM. But COM is gone, no?&nbsp;Kind of confusing. I guess I would&nbsp;have liked Tony to elaborate on the subject of present day and future COM.<br>
<br>
I understand the &quot;draw your favorite data structure&quot; is a standard of the show. I remember Anders Helsberg drawing an interesting one. But Tony did not appear into it at all. You should expand that to &quot;draw&nbsp;your favorite flowchart or data struct&quot;. Then Tony
 could have drawn his favorite flow of events within the COM process.<br>
<br>
I only watched 10-15 minutes of the Craig Mundie interview and saw no spark of intelligence or creativity in him.&nbsp; I watched the entire Tony Williams interview and while he does not score low like&nbsp;Mundie,&nbsp;I did not see the brilliance he must exhibit for Bill
 Gates to put him in charge of such an important project.&nbsp;&nbsp;The fair viewer must fault the inverviewer for this.&nbsp;<br>
<br>
Thank you for channel 9. honestly.<br>
<br>
-Steve<br>
<br>
</div>
</blockquote>
<br>
<br>
<br>
Well My take on the whole COM/OLE/DCOM thing is this:<br>
<br>
at the time it was created and with the tools they had they did the best they could.<br>
<br>
I think if Tony was given the same task today with C&#43;&#43; and no .Net<br>
what he would create would be very different.<br>
<br>
and COM Vs. .Net:<br>
<br>
.Net is *NOT* a &quot;new com&quot; while some of what .net does enters some of the &quot;space&quot; that com was made for .Net<br>
is a much larger whole then com was.<br>
<br>
I would say that the .net designers took important lessons from how com was built, but in the whole .net is about much more than linking objects.<br>
<br>
as he says (tony) he was told to make a way for different groups to share.&nbsp; he was not given the option of re-writing the base packages to fit the new requirement.<br>
<br>
so COM is to some extent a design compromise between an ideal and reality. thus comes some of the complexity and ugly corners we find.<br>
<br>
BUT IT WORKED!<br>
<br>
<p>posted by figuerres</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632911731790000000</link>
		<pubDate>Mon, 14 Aug 2006 17:26:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632911731790000000</guid>
		<dc:creator>figuerres</dc:creator>
	</item>
	<item>
		<title>Re: Tony Williams: Co-inventor of COM</title>
		<description>
			<![CDATA[
<p>Tony, it’s a shame you’re a physicist. I say this because in your talk you never alluded to biology or such things. There are superb examples of componentisation in nature at the macro/micro level and from an architecture viewpoint something to be admired.
 This is not to say they don’t exist in quantum physics.</p>
<p>For instance, some basics building blocks are common to all forms of life on earth such that a butterfly might become an albatross given time. As software’s existence is imperceptible in biological timescales it could just be that one of your legacies, or
 a colleagues, will have been to help create a software molecule that become fundamental to all future software.
</p>
<p>My favourite from all the years of&nbsp; Word, Excel etc has got to be drag and drop.</p>
<p>posted by Taskerr</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632911800120000000</link>
		<pubDate>Mon, 14 Aug 2006 19:20:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632911800120000000</guid>
		<dc:creator>Taskerr</dc:creator>
	</item>
	<item>
		<title>Re: Tony Williams: Co-inventor of COM</title>
		<description>
			<![CDATA[
<blockquote>
<div>Chadk wrote:</div>
<div>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>AdityaG wrote:</strong><i>&#65279;Very cool interview. I know this is not totally relevant to content, but I felt the interviewer was very very very uptight and fake sounding. The older lady that usually hosts this show seemed to be a bit more casual.
<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
Agreed, she was alot better!</div>
</blockquote>
<br>
<br>
Well, thank God then that we got that cool intro right in our faces.<br>
<p>posted by LiQ</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632917600550000000</link>
		<pubDate>Mon, 21 Aug 2006 12:27:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632917600550000000</guid>
		<dc:creator>LiQ</dc:creator>
	</item>
	<item>
		<title>Re: Tony Williams: Co-inventor of COM</title>
		<description>
			<![CDATA[Thanks to Tony and David for an interesting and enlightenting discussion.&nbsp; As a 29 year old english programmer coding frogger on an 8bit computer since an early age it's really great to get to know a little one of the personalities, muses, thinkers and
 contributors to some of the definitive ideas underpinning the commercial success of a certain operating system and suite of productivity software applications.&nbsp; OLE tony! Big round of applause mate!<br>
<p>posted by steveio</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632943903820000000</link>
		<pubDate>Wed, 20 Sep 2006 23:06:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632943903820000000</guid>
		<dc:creator>steveio</dc:creator>
	</item>
	<item>
		<title>Re: Tony Williams: Co-inventor of COM</title>
		<description>
			<![CDATA[I've recently been working on a project whereby the client (a major Hollywood movie vfx post-production company) wished to reconcile their web based asset management system against temporal gantt chart production plan visualisations generated in Microsoft
 Project.<br>
<br>
Now MS Project has an XML interface so coding up an IO and mapping component proved trivially easy.&nbsp; However, when it came to talking and sending messages directly to MS Project in order to have it understand and respect the clients user model and business
 rules - ie. a head of production can edit a production schedule whereas an artist should receive a locked down interface providing only a read only view of data relating to their role - now this became a major problem.&nbsp;
<br>
<br>
So compound these considerations with the reality of a user base split between Windows, Linux and Apple systems and you begin to understand why I directed our team to port and reverse engineer a subset of MS Project's functionality to the web in order that
 we could author a solution that would successfully achive the client's desired implementation aims and to realise this in way that would be accessible to all users whilst respecting the clients strict policies of data access, security, disclosure and so on.<br>
<br>
For my part what i would like to see is a realisation of COM for the internet age of distributed de-centralised computing.&nbsp; Tony talking about this notion at the outset of the interview when he discussed the transition from mainframe to client-server systems
 architecures.&nbsp; <br>
<br>
Now a few years on, XML works to a point in terms of data interchange between disparate systems but then hey apache's http.conf file does the same as do any number of other arbitrary plain text data structure formats.&nbsp;
<br>
<br>
As a solutions architect when i cannot dictate the type of platform to be used, for legacy reasons, or whatever, what would be really useful to me is a componentised accesible software model built built around a rich api interface, much as Tony pointed out
 when he disucssed certain principles that UNIX is based on.&nbsp; I can pipe the output of FIND into SED and i can customise the behaviour of GREP to further distill a&nbsp; result set.&nbsp; Like LEGO - a simple, clearly defined interoperability interface with which i can
 build rich and complex solutions ot problems based around the combination of existing patterns.&nbsp;
<br>
<br>
So right now, why can't i instantiate and call remotely via a web HTTP api request say, a temporal date / interval based schedule calculation engine component of an MS Project app in order to for example&nbsp; calculate a projected end date for a task based on a
 supplied start date and duration interval.&nbsp; And why can't i make a request to a server based installation of Project to have it render back to me a customisable browser friendly gantt activity timeline?<br>
<br>
I've just wasted weeks porting some of this functionality first to a set of PHP classes for rapid concept prototyping and then subsequently to a compiled set of Sybase Transact SQL stored procedures (like going back 20 years) in order to deliver a solution
 that works expediantly, in a way that is computationally efficient and sympathetic with a clients existing technology investment.<br>
<br>
Genuinely, I'd like to see the principles of COM and OLE applied in a meaningfull way to a distributed internet based service orrientated software model with a result that actually means more than just a bunch of hyperbole and marketing jargon.&nbsp; Moreover if
 these components can be actually assembled and translated into solutions that result in real world commercial applications then the more the better.<br>
.<br>
<br>
<br>
<p>posted by steveio</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632943962050000000</link>
		<pubDate>Thu, 21 Sep 2006 00:43:25 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c632943962050000000</guid>
		<dc:creator>steveio</dc:creator>
	</item>
	<item>
		<title>Re: Tony Williams: Co-inventor of COM</title>
		<description>
			<![CDATA[Tony says in those days you didn't need to be a computer scientist to get into programming. that's still true today, Mark Zuckerberg studied psychology at university.&nbsp;<p>posted by dcharles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c633414760740000000</link>
		<pubDate>Tue, 18 Mar 2008 22:27:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Behind+The+Code/Tony-Williams-Co-inventor-of-COM#c633414760740000000</guid>
		<dc:creator>dcharles</dc:creator>
	</item>
</channel>
</rss>