<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Joshua Ostrom - riafan</title>
	<link>http://www.joshuaostrom.com</link>
	<description>RIA, embedded programming, what else!</description>
	<lastBuildDate>Thu, 08 Jul 2010 18:21:08 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Pentaho Kettle Scheduled Task: Windows</title>
		<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>
		<link>http://www.joshuaostrom.com/2010/07/08/pentaho-kettle-scheduled-task-windows/</link>
			</item>
	<item>
		<title>Warehouse Dashboard Architecture</title>
		<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>
		<link>http://www.joshuaostrom.com/2010/06/22/warehouse-dashboard-architecture/</link>
			</item>
	<item>
		<title>Flex OLAP Take Two</title>
		<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>
		<link>http://www.joshuaostrom.com/2010/06/15/flex-olap-take-two/</link>
			</item>
	<item>
		<title>Flex OLAP Benchmarks</title>
		<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>
		<link>http://www.joshuaostrom.com/2010/06/14/flex-olap-benchmarks/</link>
			</item>
	<item>
		<title>BlazeDS Custom Authentication</title>
		<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>
		<link>http://www.joshuaostrom.com/2010/04/30/blazeds-custom-authentication/</link>
			</item>
	<item>
		<title>jQuery, Objective C</title>
		<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>
		<link>http://www.joshuaostrom.com/2010/04/23/jquery-objective-c/</link>
			</item>
	<item>
		<title>Debugging Apache</title>
		<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>
		<link>http://www.joshuaostrom.com/2010/04/23/debugging-apache/</link>
			</item>
	<item>
		<title>BlazeDS Context.xml</title>
		<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>
		<link>http://www.joshuaostrom.com/2010/04/23/blazeds-contextxml/</link>
			</item>
	<item>
		<title>Java Soap Client</title>
		<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>
		<link>http://www.joshuaostrom.com/2009/11/19/java-soap-client/</link>
			</item>
	<item>
		<title>Glassfish LCDS Flex Up Next</title>
		<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>
		<link>http://www.joshuaostrom.com/2009/11/19/glassfish-lcds-blazeds-flex-4-up-next/</link>
			</item>
</channel>
</rss>
