<?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</title>
	<atom:link href="http://www.joshuaostrom.com/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>BlazeDS Custom Authentication</title>
		<link>http://www.joshuaostrom.com/2010/04/30/blazeds-custom-authentication/</link>
		<comments>http://www.joshuaostrom.com/2010/04/30/blazeds-custom-authentication/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 18:40:25 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2010/04/30/blazeds-custom-authentication/</guid>
		<description><![CDATA[Here are the steps to roll your own BlazeDS Custom Authentication: You&#8217;ll need to write a Java Class that implements the following class(es): flex.messaging.security.LoginCommand; flex.messaging.security.LoginCommandExt; For example: package com.dl.login; import flex.messaging.security.LoginCommand; import flex.messaging.security.LoginCommandExt; import com.dl.login.UserVO; public class LoginProxy implements LoginCommand,LoginCommandExt { public Principal doAuthentication(String username, Object attributes) { String password = (String)attributes; //At this point [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2010/04/30/blazeds-custom-authentication/feed/</wfw:commentRss>
		<slash:comments>0</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>Debugging Apache</title>
		<link>http://www.joshuaostrom.com/2010/04/23/debugging-apache/</link>
		<comments>http://www.joshuaostrom.com/2010/04/23/debugging-apache/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 13:58:42 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Suse]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2010/04/23/debugging-apache/</guid>
		<description><![CDATA[Problem: Apache quit working Solution: Debug via gdb httpd2 Apache quit working after some network changes. The error log contained numerous child pid 20038 exit signal Segmentation fault (11) lines. Running gdb httpd2 along with a backtrace (bt) revealed the function / line of code throwing the error. The problem was quickly tracked down to [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2010/04/23/debugging-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlazeDS Context.xml</title>
		<link>http://www.joshuaostrom.com/2010/04/23/blazeds-contextxml/</link>
		<comments>http://www.joshuaostrom.com/2010/04/23/blazeds-contextxml/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 13:28:13 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2010/04/23/blazeds-contextxml/</guid>
		<description><![CDATA[While deploying a BlazeDS project, I ran into a small problem that the META-INF/context.xml was not being loaded by tomcat. The context.xml has a simple JNDI datasource defined Reading up on the tomcat docs it became obvious that tomcat was loading the Adobe BlazeDZ tomcat/conf/context.xml.]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2010/04/23/blazeds-contextxml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Soap Client</title>
		<link>http://www.joshuaostrom.com/2009/11/19/java-soap-client/</link>
		<comments>http://www.joshuaostrom.com/2009/11/19/java-soap-client/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 19:07:20 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2009/11/19/java-soap-client/</guid>
		<description><![CDATA[I ran into a short problem writing a Java SOAP client. I was using the Axis[2] wsdl2java class to generate my Java classes. The latest version of wsdl2java has omitted the -T parameter that&#8217;s used to specify the SOAP version for the generate classes. The client&#8217;s soap endpoint only accepts SOAP 1.1 (not 1.2) so [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2009/11/19/java-soap-client/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>
	</channel>
</rss>
