<?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>Denver Dev Blog &#187; Database</title>
	<atom:link href="http://ambientideas.com/blog/index.php/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://ambientideas.com/blog</link>
	<description>Matthew McCullough&#039;s insights on software development as co-founder of Ambient Ideas, LLC</description>
	<lastBuildDate>Wed, 23 Nov 2011 17:42:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>My latest DZone RefCard on the Google App Engine has been released</title>
		<link>http://ambientideas.com/blog/index.php/2009/12/my-latest-dzone-refcard-on-the-google-app-engine-has-been-released/</link>
		<comments>http://ambientideas.com/blog/index.php/2009/12/my-latest-dzone-refcard-on-the-google-app-engine-has-been-released/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 04:39:38 +0000</pubDate>
		<dc:creator>Matthew McCullough</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[DZone]]></category>
		<category><![CDATA[GoogleAppEngine]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[OpenSource]]></category>

		<guid isPermaLink="false">http://ambientideas.com/blog/index.php/2009/12/my-latest-dzone-refcard-on-the-google-app-engine-has-been-released/</guid>
		<description><![CDATA[<p>I'm excited to announce that my latest RefCard for DZone has been released. In a Q&#38;A session with Lyndsey Clevesy at DZone , I discuss the card's focus on helping developers get started with the Google App Engine for Java . The RefCard is intended to be a jumping off point and provides information about and links to the frameworks that now support GAE as well as external resources to help you dive deep if this new arena of cloud computing .</p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m excited to announce that my <a href="http://refcardz.dzone.com/refcardz/google-app-engine-java" target="_blank">latest RefCard for DZone</a> has been released. In a <a href="http://java.dzone.com/articles/google-app-engine-java-matthew-mccullough" target="_blank">Q&amp;A session with Lyndsey Clevesy</a>, I discuss the card&#8217;s focus on helping developers get started with the <a href="http://appengine.google.com" target="_blank">Google App Engine for Java</a>.</p>
<p>The RefCard is intended to be a jumping off point and provides information about and links to the <a href="http://groups.google.com/group/google-appengine-java/web/will-it-play-in-app-engine" target="_blank">frameworks that now support GAE</a> as well as external resources to help you dive deep if this new arena of <a href="http://en.wikipedia.org/wiki/Cloud_computing" target="_blank">cloud computing</a>. Grab a copy and <a href="mailto:matthewm@ambientideas.com" target="_blank">send me feedback</a>.<a href="http://refcardz.dzone.com/refcardz/google-app-engine-java" target="_blank"><img src="http://farm3.static.flickr.com/2526/4171139150_997615e911_o_d.png" style="float:left;" width="300" height="250" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ambientideas.com/blog/index.php/2009/12/my-latest-dzone-refcard-on-the-google-app-engine-has-been-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IPC and Talend at the DOSUG March Meeting</title>
		<link>http://ambientideas.com/blog/index.php/2009/03/ipc-and-talend-at-the-dosug-march-meeting/</link>
		<comments>http://ambientideas.com/blog/index.php/2009/03/ipc-and-talend-at-the-dosug-march-meeting/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 02:50:05 +0000</pubDate>
		<dc:creator>Matthew McCullough</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[DOSUG]]></category>
		<category><![CDATA[IPC]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Presenting]]></category>

		<guid isPermaLink="false">http://ambientideas.com/blog/index.php/2009/03/ipc-and-talend-at-the-dosug-march-meeting/</guid>
		<description><![CDATA[<p>When to use different IPC options The example applications The CLIP library Shared Memory Semaphores Shared Queues Resources Where to get the slides Other useful sites, etc. Clark did a great job on his slides with funny anecdotes, images for analogies, and clear verbal examples of IPC types (props to World of Warcraft). ... This French startup company is attempting to create a new price point for ETL tools with the now-common OSS business model, selling support and training while giving away the core product for free.</p>
]]></description>
			<content:encoded><![CDATA[<p>Tonight was the <a href="http://denveropensource.org" target="_blank">Denver Open Source User&#8217;s Group</a> March meeting.</p>
<h2>CLIP IPC Library</h2>
<p>First up was <a href="http://ltsllc.com" target="_blank">Clark Hobbie</a> on the <a href="http://ltsllc.com/slides/ipc.html" target="_blank">CLIP IPC Library</a>.</p>
<p>First, Clark addressed the question,&#8221;<a href="http://en.wikipedia.org/wiki/Inter-process_communication" target="_blank">Why do we need an IPC library</a>?&#8221; . He purports you need IPC &#8220;anytime you access something outside your JVM and need to share it in a controlled and coordinated manner with another client&#8221;. Clark says that CLIP was created as an answer to the cryptic and verbose shared memory classes in the JDK.</p>
<p>A brief outline of what he <a href="http://www.slideshare.net/ltsllc/java-ipc-and-the-clip-library" target="_blank">covered in his slides</a> is as follows:</p>
<ul>
<li>What is useful about IPC?</li>
<li>When to use different IPC options</li>
<li>The example applications</li>
<li>The CLIP library</li>
<li>Shared Memory</li>
<li>Semaphores</li>
<li>Shared Queues</li>
<li>Resources</li>
<li>Where to get the slides</li>
<li>Other useful sites, etc.</li>
</ul>
<p>Clark did a great job on his slides with funny anecdotes, images for analogies, and clear verbal examples of IPC types (props to World of Warcraft).</p>
<p><span style="font-size: 18px; font-weight: bold;">Talend ETL Tool</span></p>
<p>Second up was <a href="http://www.augusttechgroup.com/tim/blog/" target="_blank">Tim Berglund</a> speaking on the open source <a href="http://www.talend.com/index.php" target="_blank">Talend</a> Open Studio ETL (<a href="http://en.wikipedia.org/wiki/Extract,_transform,_load" target="_blank">Extract Transform and Load</a>) system. This French startup company is attempting to create a new price point for ETL tools with the now-common OSS business model, selling support and training while giving away the core product for free.</p>
<p><img src="http://farm4.static.flickr.com/3364/3327570928_094ffae350.jpg?v=0" /></p>
<p>He neatly said this is a talk for non-DBAs but rather developers that need to work with databases. Tim admitted that there are a few negatives to the <a href="http://en.wikipedia.org/wiki/Talend_Open_Studio" target="_blank">otherwise great Talend tool</a>. Those are: the JAR is 70MB, the error messages have a French accent, and Mac Eclipse support is a work in progress.</p>
<p>The <a href="http://www.talend.com/img/Talend-Open-Studio-v1/thumb/tmap.gif" target="_blank">visual designer has a lot of off-the-shelf transforms</a>. We also saw XML, Excel files, 10+ DB brands, and CSVs as just some of the data sources.</p>
<p>It was a fun set of slides that were in the <a href="http://www.amazon.com/exec/obidos/ASIN/0596522347/bookstorenow99-20" target="_blank">vein of Slideology</a>.</p>
<p><img src="http://www.talend.com/img/Talend-Open-Studio-v1/tmap.gif" width="480" height="363" alt="tmap.gif" /></p>
]]></content:encoded>
			<wfw:commentRss>http://ambientideas.com/blog/index.php/2009/03/ipc-and-talend-at-the-dosug-march-meeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

