<?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; Java</title>
	<atom:link href="http://www.joshuaostrom.com/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshuaostrom.com</link>
	<description>RIA, embedded programming, what else!</description>
	<lastBuildDate>Thu, 10 Nov 2011 20:12:55 +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>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>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>Flex, Java Remoting, and JMS [null message body]</title>
		<link>http://www.joshuaostrom.com/2008/08/07/flex-java-remoting-and-jms-null-message-body/</link>
		<comments>http://www.joshuaostrom.com/2008/08/07/flex-java-remoting-and-jms-null-message-body/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 01:56:17 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[BlazeDS]]></category>
		<category><![CDATA[JMS]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2008/08/07/flex-java-remoting-and-jms-null-message-body/</guid>
		<description><![CDATA[So I was pounding out some code this afternoon, ran into a small snag and thought I&#8217;d post. Neuro-physiologists tell us that we better remember what we write down so here goes. Similar to my post a few months ago, I made a simple omission in my coding flurry. I was working with a backend [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2008/08/07/flex-java-remoting-and-jms-null-message-body/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

