<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Integration Engineer &#187; YouTube Posts</title>
	<atom:link href="http://www.theintegrationengineer.com/category/youtube-posts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theintegrationengineer.com</link>
	<description>When it just has to work.</description>
	<lastBuildDate>Tue, 27 Jul 2010 17:33:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Canonical Data Animation</title>
		<link>http://www.theintegrationengineer.com/canonical-data-animation/</link>
		<comments>http://www.theintegrationengineer.com/canonical-data-animation/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 12:51:07 +0000</pubDate>
		<dc:creator>Roy</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[YouTube Posts]]></category>
		<category><![CDATA[canonical]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.theintegrationengineer.com/?p=728</guid>
		<description><![CDATA[Sometimes a picture can bring more clarity to a concept.  For Canonical Data, an animation is what is called for.  I found this animation of canonical data and its implementation.  I think the first minute and a half paint a very good picture of how canonical data is implemented and can be leveraged.  [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-786" title="cannon_pzl" src="http://www.theintegrationengineer.com/wp-content/uploads/2009/10/cannon_pzl.JPG" alt=" Canonical Data Animation" width="129" height="102" />Sometimes a picture can bring more clarity to a concept.  For Canonical Data, an animation is what is called for.  I found this animation of canonical data and its implementation.  I think the first minute and a half paint a very good picture of how canonical data is implemented and can be leveraged.  Later in the animation they start to describe a global vision of implementation.  Unfortunately I must disagree with this vision.  I don&#8217;t think that having a global canonical form of data will ever truly be a solution that works.</p>
<p><span id="more-728"></span></p>
<p>Take a look at this and tell me what you think.<br />
<center><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/mj-kCFzF0ME&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/mj-kCFzF0ME&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
</center><br />
The illustration of data that is passed between two applications, having gaps and overflow of the data needed by a third party application is all to real.  And this is a good representation of what can be done using a Canonical format to handle the needs of all of the parties.</p>
<p>There are two options with different benefits that I have used.  One is to build a actual file format that holds your canonical data.  Another is to use a database to act as your canonical.  Both of these have trade offs.</p>
<p><strong>File based Canonical:</strong></p>
<p>To make a canonical file format you will need to pick the type of file that you want all of your applications to be receiving either directly or through an adapter of some kind.  Building from scratch a flat file or XML file is the most flexible, but requires you to do a bunch of planning.  And after it is done, this format must be maintained.</p>
<p>Using a file based canonical does allow you a fairly easy way to find the state of a failed step, as you can look at the file and identify what is wrong.  You can also correct the data there and allow the process to continue.  You can also make copies of these files for your monitoring so that tracking your data and transactions becomes easy, and you performance metrics become rich with data.</p>
<p><strong>Database based Canonical:</strong></p>
<p>Sometimes people, DBAs especially, get excited when we talk about doing this.  They are visualizing one massive Canonical Database that holds all of the transactions and is accessed by all of the applications.  And there are many products that work this way internally.  But this is not the only approach.</p>
<p>The one database to rule all canonical, or as I like to call it &#8220;Lord of the Databases&#8221;, requires a DBA to pay attention to optimizing, backing up, and all of the other care and feeding tasks that go along with having a database that you maintain for the long haul.  This is efficient in that you can get all of your performance data from one place, and monitoring is one connection.  However, some times applications have limitations in how they talk to a database that is not theirs, and this can make implementation complex.</p>
<p>Another way to use a Database based Canonical model is to use disposable databases.  In the Disposable Database implementation, you create a database that is small, only contains the structures and tables for the one transaction, and gets destroyed at the end of the transaction life cycle.  Using the Disposable Database, you don&#8217;t ever have to optimize them, back them up, or any of the other care and feeding tasks that are part of the LOTDB implementation.</p>
<p><strong>Comparative implementations:</strong></p>
<p>I want to examine and compair the File vs DB canonical implementations in more detail in another article.  If you have another Canonical implementation that I haven&#8217;t seen, please let me know.  I would love to examine that as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theintegrationengineer.com/canonical-data-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leadership in Enterprise Software</title>
		<link>http://www.theintegrationengineer.com/leadership-in-enterprise-software/</link>
		<comments>http://www.theintegrationengineer.com/leadership-in-enterprise-software/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 16:11:53 +0000</pubDate>
		<dc:creator>Roy</dc:creator>
				<category><![CDATA[Supply Chain]]></category>
		<category><![CDATA[YouTube Posts]]></category>
		<category><![CDATA[Andrew Mcafee]]></category>
		<category><![CDATA[Charlie Rose]]></category>
		<category><![CDATA[EAI]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Leo Apotheker]]></category>
		<category><![CDATA[mcislog]]></category>
		<category><![CDATA[Randy McClure]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.theintegrationengineer.com/?p=377</guid>
		<description><![CDATA[Want to get in the head of SAP CEO Leo Apotheker?  Charlie Rose does in this interview.
Leo answers a question from Charlie about what makes a software company successful.  Leo responds and explains that it is taking good ideas, and incorporating them in software.  He then goes on to explain that industry leaders like SAP [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-395" title="tv" src="http://www.theintegrationengineer.com/wp-content/uploads/2009/07/tv.jpg" alt="tv Leadership in Enterprise Software" width="104" height="113" />Want to get in the head of SAP CEO Leo Apotheker?  <a href="http://www.charlierose.com/view/interview/9901">Charlie Rose</a> does in this interview.</p>
<p>Leo answers a question from Charlie about what makes a software company successful.  Leo responds and explains that it is taking good ideas, and incorporating them in software.  He then goes on to explain that industry leaders like SAP are made by specializing in one line of business.  Companies that only have Enterprise software as one of their business lines will never achieve the same level of expertise.</p>
<p><span id="more-377"></span></p>
<p>This is an interesting perspective.  I wonder how someone from IBM or Microsoft would respond.</p>
<p>I also enjoyed the comments by Andrew Mcafee of the Technology and Operations Management Unit at Harvard Business School.  My favourite quote of his from this when responding to Charlie&#8217;s assertion that Google had an insurmountable lead over other search engines was.  &#8220;I don&#8217;t think the people at Google would say there was ever an insurmountable lead.&#8221;</p>
<p>Both Andrew and Leo agreed in that the software industry was in flux with a ever present struggle to stay in the lead, or to catch the leaders.  And that keeping people with expertise and knowledge engaged was key to maintaining success.</p>
<p>Thanks to Randy McClure of <a href="http://www.electronic-cash-news.com/2009/business-survival-and-enterprise-software/">mcislog</a> for pointing me to this  interview.</p>
<p><object id="VideoPlayback" style="width: 400px; height: 326px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://video.google.com/googleplayer.swf?docid=1648456905357761788&amp;hl=en&amp;fs=true" /><param name="allowfullscreen" value="true" /><embed id="VideoPlayback" style="width: 400px; height: 326px;" type="application/x-shockwave-flash" width="100" height="100" src="http://video.google.com/googleplayer.swf?docid=1648456905357761788&amp;hl=en&amp;fs=true" allowfullscreen="true"></embed></object></p>
<p>This is about a 23 minute video.  It was worth the watch.  Take a look and let me know what other insights you see into SAP and or the supply chain software vending industry from these remarks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theintegrationengineer.com/leadership-in-enterprise-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RFID Data Gathering and Commerce</title>
		<link>http://www.theintegrationengineer.com/rfid-data-gathering-and-commerce/</link>
		<comments>http://www.theintegrationengineer.com/rfid-data-gathering-and-commerce/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 16:03:23 +0000</pubDate>
		<dc:creator>Roy</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[Supply Chain]]></category>
		<category><![CDATA[YouTube Posts]]></category>
		<category><![CDATA[Automated Data collection]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[RFID]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.theintegrationengineer.com/?p=57</guid>
		<description><![CDATA[I found this video on YouTube.
RFID is exciting technology for integration engineers.  All of this data coming in will have to be aggregated and integrated by someone.  Also, one of the focuses of integration is to provide more and better information to people and systems.  With more and better information people, businesses and systems can [...]]]></description>
			<content:encoded><![CDATA[<p>I found this video on YouTube.</p>
<p>RFID is exciting technology for integration engineers.  All of this data coming in will have to be aggregated and integrated by someone.  Also, one of the focuses of integration is to provide more and better information to people and systems.  With more and better information people, businesses and systems can make better choices and decisions.<span id="more-57"></span></p>
<p>This is a good thing.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/0VbMr2gnGDE&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/0VbMr2gnGDE&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>People talk about privacy issues and consumer protection.  I am sure that debate will continue to rage on long after the keyboard and mouse you are using have RFID tags embedded.  But the focus of this blog is how these technologies can be used for the collection and integration of information.  Implementing RFID technologies provides a hugely beneficial and accurate stream of data.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theintegrationengineer.com/rfid-data-gathering-and-commerce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RFID Supply Chain Managment</title>
		<link>http://www.theintegrationengineer.com/rfid-supply-chain-managment/</link>
		<comments>http://www.theintegrationengineer.com/rfid-supply-chain-managment/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 16:49:51 +0000</pubDate>
		<dc:creator>Roy</dc:creator>
				<category><![CDATA[Supply Chain Managment]]></category>
		<category><![CDATA[YouTube Posts]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[MIT]]></category>
		<category><![CDATA[Phantom Data]]></category>
		<category><![CDATA[Phantom Inventory]]></category>
		<category><![CDATA[RFID]]></category>
		<category><![CDATA[Sanjay Sarma]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.theintegrationengineer.com/?p=58</guid>
		<description><![CDATA[If you are tracking inventory, or transactions, you need to get data about the whereabouts of the things you are tracking.  In this instance, more data is better.  I found this video on YouTube where  Sanjay Sarma from MIT gives a lecture on Supply Chain Management and using RFID technology.
Whether we are integrating the [...]]]></description>
			<content:encoded><![CDATA[<p>If you are tracking inventory, or transactions, you need to get data about the whereabouts of the things you are tracking.  In this instance, more data is better.  I found this video on <a href="http://www.youtube.com">YouTube</a> where  <span class="description">Sanjay Sarma from MIT gives a</span> lecture on Supply Chain Management and using RFID technology<span class="description">.</span></p>
<p>Whether we are integrating the data gathered from RFID tracking, or using the techniques in our tracking of data transactions, the benefit is the same; A more robust, and flexible set of data and better issue resolution work flow.<span id="more-58"></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/djrhQK-dBx0&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/djrhQK-dBx0&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>I was particularly impressed with Sanjay&#8217;s comments around the challenges of phantom inventory caused by missed reads of RFID tags.  Sanjay mentions that this could be mitigated by using multiple read points.</p>
<p>This is similar to techniques that I have built in the past, but without putting a name to them.  Building a BPM process that expected some of the metric points to be lost, and to be able to fill them in when subsequent point are met allows for a more flexible and rapid system.</p>
<p>This is a bit long, at 42 minutes, but is still interesting.  He spends most of his time using retail based examples, but the concepts are equally applicable to all areas of RFID inventory control, and supply chain managment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theintegrationengineer.com/rfid-supply-chain-managment/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blue Jean Supply Chain</title>
		<link>http://www.theintegrationengineer.com/blue-jean-supply-chain/</link>
		<comments>http://www.theintegrationengineer.com/blue-jean-supply-chain/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 22:26:33 +0000</pubDate>
		<dc:creator>Roy</dc:creator>
				<category><![CDATA[Supply Chain]]></category>
		<category><![CDATA[YouTube Posts]]></category>
		<category><![CDATA[Blue Jeans]]></category>
		<category><![CDATA[case study]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[Standard]]></category>

		<guid isPermaLink="false">http://www.theintegrationengineer.com/?p=66</guid>
		<description><![CDATA[I found this video on youTube.
Professor Mansour Javidan, Ph.D talks about supply chain considerations using blue jeans as a case study.  This clip is 3 minutes long.

Professor Javidan gives an amusing illustration of some of the challenges that can occur in supply chain integration.  9 different countries, currencies, cultures to get Blue Jeans to your [...]]]></description>
			<content:encoded><![CDATA[<p>I found this video on <a href="http://www.youtube.com/">youTube</a>.</p>
<p><span>Professor Mansour Javidan, Ph.D talks about supply chain considerations using blue jeans as a case study.  This clip is 3 minutes long.<br />
</span></p>
<p>Professor Javidan gives an amusing illustration of some of the challenges that can occur in supply chain integration.  9 different countries, currencies, cultures to get Blue Jeans to your store.  Each of these will have orders and payments that flow between companies, and across boarders.<span id="more-66"></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/X2HPSzz2IfA&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/X2HPSzz2IfA&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>This is where having a reliable <a href="http://www.theintegrationengineer.com/edi-is-a-standard/">standard</a> of communication can create greater efficiencies in the supply chain system.   It also illustrates why documenting your supply chain is essential for stability and finding and solving supply chain problems.</p>
<p>So this may not really be news to experienced supply chain integrators, but it is an interesting case study matterial.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theintegrationengineer.com/blue-jean-supply-chain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
