<?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>Joshua Ostrom - riafan &#187; RIA</title>
	<atom:link href="http://www.joshuaostrom.com/category/ria/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshuaostrom.com</link>
	<description>RIA, embedded programming, what else!</description>
	<lastBuildDate>Thu, 08 Jul 2010 18:21:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Pentaho Kettle Scheduled Task: Windows</title>
		<link>http://www.joshuaostrom.com/2010/07/08/pentaho-kettle-scheduled-task-windows/</link>
		<comments>http://www.joshuaostrom.com/2010/07/08/pentaho-kettle-scheduled-task-windows/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 18:21:08 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/?p=209</guid>
		<description><![CDATA[To run a Spoon/Kettle job from the command line (convenient for creating a scheduled task) use the following syntax: kitchen.bat /rep:&#8221;REPOSITORY NAME&#8221; /job:&#8221;JOB NAME&#8221; /dir:/LOCATION /user:USER_NAME /pass:PASSWORD /level:Basic Replace /job: with /file: to run a job from a file if you&#8217;re not using a repository.]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2010/07/08/pentaho-kettle-scheduled-task-windows/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Warehouse Dashboard Architecture</title>
		<link>http://www.joshuaostrom.com/2010/06/22/warehouse-dashboard-architecture/</link>
		<comments>http://www.joshuaostrom.com/2010/06/22/warehouse-dashboard-architecture/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 12:45:33 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2010/06/22/warehouse-dashboard-architecture/</guid>
		<description><![CDATA[If Flex has a sweet spot, dashboards would be it. The technology provides a richness that makes engaging UIs very easy to implement. For those evaluating possible solutions, I&#8217;m showcasing a simple architecture for a data warehouse / dashboard project. This particular architecture encapsulates the extract / transform so those are the only steps (simple [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2010/06/22/warehouse-dashboard-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex OLAP Take Two</title>
		<link>http://www.joshuaostrom.com/2010/06/15/flex-olap-take-two/</link>
		<comments>http://www.joshuaostrom.com/2010/06/15/flex-olap-take-two/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 19:37:50 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2010/06/15/flex-olap-take-two/</guid>
		<description><![CDATA[After running some OLAP benchmarks it was obvious that a more scalable OLAP solution was needed. After some quick searching and downloading, I&#8217;ve wired up a scalable Flex OLAP UI. I downloaded and setup Mondrian from Pentaho for my OLAP server. Mondrian supports XMLA making integration easy. I found a few Flex projects interfacing to [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2010/06/15/flex-olap-take-two/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex OLAP Benchmarks</title>
		<link>http://www.joshuaostrom.com/2010/06/14/flex-olap-benchmarks/</link>
		<comments>http://www.joshuaostrom.com/2010/06/14/flex-olap-benchmarks/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 12:06:26 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2010/06/14/flex-olap-benchmarks/</guid>
		<description><![CDATA[I ran some benchmarks for the OLAP components in Flex. The OLAP components allow you to perform you&#8217;re OLAP operations client side out of the box. You *can* utilize the SDK interfaces and move your processing to the backend, should you have too much data for the browser. That said, the benchmarks below should help [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2010/06/14/flex-olap-benchmarks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>jQuery, Objective C</title>
		<link>http://www.joshuaostrom.com/2010/04/23/jquery-objective-c/</link>
		<comments>http://www.joshuaostrom.com/2010/04/23/jquery-objective-c/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 14:15:43 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2010/04/23/jquery-objective-c/</guid>
		<description><![CDATA[I&#8217;ve been diving into both as I&#8217;m looking to land some more iPhone projects. I&#8217;m really excited with the breath of fresh air the platform provides. The big question this year&#8230;. WWDC 2010 or MAX 2010 MAX has been great, I&#8217;ve met some really great members of the community. For those of us who are [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2010/04/23/jquery-objective-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glassfish LCDS Flex Up Next</title>
		<link>http://www.joshuaostrom.com/2009/11/19/glassfish-lcds-blazeds-flex-4-up-next/</link>
		<comments>http://www.joshuaostrom.com/2009/11/19/glassfish-lcds-blazeds-flex-4-up-next/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 13:33:33 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2009/11/19/glassfish-lcds-blazeds-flex-4-up-next/</guid>
		<description><![CDATA[It&#8217;s been a busy year getting a J2EE and Data Warehousing education. I&#8217;m wrapping up the ETL portion of a large Data Warehousing project. The next phase of the project is building a Flex front-end for the warehouse. I&#8217;m looking forward to using the Spark Architecture in Flex 4 for the UI, we should be [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2009/11/19/glassfish-lcds-blazeds-flex-4-up-next/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debug Server/Client LCDS Java Helloworld in Flex Builder</title>
		<link>http://www.joshuaostrom.com/2009/09/02/debug-server-client-lcds-java-helloworld-in-flex-builder/</link>
		<comments>http://www.joshuaostrom.com/2009/09/02/debug-server-client-lcds-java-helloworld-in-flex-builder/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 16:28:56 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2009/09/02/debug-server-client-lcds-java-helloworld-in-flex-builder/</guid>
		<description><![CDATA[Prerequisites Install Flex Builder Install LCDS Data Services Install WTP in Flex Builder Here&#8217;s a simple project that shows you how to create a simple Hello World for Flex + Java via LCDS. I&#8217;ll also show you how to debug the server [java] code as we move along. File->New->Flex Project For application server type select [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2009/09/02/debug-server-client-lcds-java-helloworld-in-flex-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install WTP in Flex Builder</title>
		<link>http://www.joshuaostrom.com/2009/09/02/install-wtp-in-flex-builder/</link>
		<comments>http://www.joshuaostrom.com/2009/09/02/install-wtp-in-flex-builder/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 15:43:34 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2009/09/02/install-wtp-in-flex-builder/</guid>
		<description><![CDATA[A quick walkthrough on installing the Web Tools Platform (WTP) in Flex Builder. Help->Software Updates->Find and Install Search for new features to install Select the [Europa] discovery site Select &#8216;Web and JEE development&#8217; You may need to click &#8216;Select Required&#8217;]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2009/09/02/install-wtp-in-flex-builder/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What, My Flash Gateway is Already AJAX Ready? Sweet.</title>
		<link>http://www.joshuaostrom.com/2009/07/23/what-my-flash-gateway-is-already-ajax-ready-sweet/</link>
		<comments>http://www.joshuaostrom.com/2009/07/23/what-my-flash-gateway-is-already-ajax-ready-sweet/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 15:07:38 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2009/07/23/what-my-flash-gateway-is-already-ajax-ready-sweet/</guid>
		<description><![CDATA[I&#8217;m integrating existing Flex functionality with some new COTS [AJAX RIA] software. Looks like I&#8217;m golden on two fronts: My existing dashboarding app leverages the dynamic module architecture blogged hear in the past. Each module was cleanly encapsulated so it&#8217;s about a dozen lines of code to convert each module into a stand-alone app that [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2009/07/23/what-my-flash-gateway-is-already-ajax-ready-sweet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting to 32 bit / 64 bit data sources from Tomcat (Java).</title>
		<link>http://www.joshuaostrom.com/2009/03/03/connecting-to-32-bit-64-bit-data-sources-from-tomcat-java/</link>
		<comments>http://www.joshuaostrom.com/2009/03/03/connecting-to-32-bit-64-bit-data-sources-from-tomcat-java/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 16:02:20 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2009/03/03/connecting-to-32-bit-64-bit-data-sources-from-tomcat-java/</guid>
		<description><![CDATA[Problem: When running tomcat your receive the following error when connecting to an ODBC data source java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified Solution: There are *two* ODBC managers in 64 bit windows. 64 bit ODBC data sources are separate from 32 bit data sources. The ODBC manager [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2009/03/03/connecting-to-32-bit-64-bit-data-sources-from-tomcat-java/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
