<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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" version="2.0">

<channel>
	<title>passiondevelopment.com</title>
	
	<link>http://www.passiondevelopment.com</link>
	<description>It's what we love</description>
	<pubDate>Wed, 14 May 2008 13:10:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/passiondevelopment" type="application/rss+xml" /><item>
		<title>Java Programming for the Nintendo Wii</title>
		<link>http://www.passiondevelopment.com/2008/05/08/java-programming-for-the-nintendo-wii/</link>
		<comments>http://www.passiondevelopment.com/2008/05/08/java-programming-for-the-nintendo-wii/#comments</comments>
		<pubDate>Thu, 08 May 2008 15:00:23 +0000</pubDate>
		<dc:creator>Stephen Downey</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[Wii]]></category>

		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.passiondevelopment.com/2008/05/08/java-programming-for-the-nintendo-wii/</guid>
		<description><![CDATA[There is a great article over at Ajaxian on programming for the Nintendo Wii.  I bought a Wii myself a few weeks back and have been having great fun with Tiger Woods golf.    (It is actually my first game console)  Up until down the idea of playing a game console [...]]]></description>
			<content:encoded><![CDATA[<p>There is <a href="http://ajaxian.com/archives/wii-darts-powering-ajax-applications-with-wii-controllers" target="_blank">a great article</a> over at <a href="http://ajaxian.com" target="_blank">Ajaxian</a> on programming for the Nintendo Wii.  I bought a Wii myself a few weeks back and have been having great fun with Tiger Woods golf.    (It is actually my first game console)  Up until down the idea of playing a game console alone did not appeal to me but the Nintendo Wii experience is amazing.</p>
<p>The Wii console connects to the controller or <a href="http://en.wikipedia.org/wiki/Wii_Remote" target="_blank">Wiimote</a> via bluethooth and uses an <a href="http://en.wikipedia.org/wiki/Accelerometer" target="_blank" title="Accelerometer">accelerometer</a> built into the wiimote to detect the  location of the wiimote  as well as it&#8217;s acceleration.   This leads to a really interactive experience for the user.</p>
<p>I have been amazed by responsiveness of the <a href="http://en.wikipedia.org/wiki/Wii_Remote" target="_blank">Wiimote</a> and now <a href="http://www.almaer.com/blog/" target="_blank" rel="me">Dion Almaer</a> and <a href="http://weblogs.java.net/blog/javaben/" target="_blank" rel="co-worker">Ben Galbraith</a> over at <a href="http://ajaxian.com" target="_blank">Ajaxian</a> have developed an Ajax app that uses <a href="http://code.google.com/p/wiiusej/" target="_blank">Wiiusej</a> to interact with the Wiimote.   The Wiiusej API is a java wrapper  for the C based <a href="http://www.wiiuse.net/" target="_blank">Wiiuse</a> library.</p>
<blockquote><p>We then wrote a Java class that acts as a state machine for what the remote is doing. It understands the movements, which buttons are pushed, how fast you are moving the device. With this data we could build a simple darts game. With the state machine Java code, and an Applet wrapper that exposed the information, we were ready to get to the Ajax side of the house.</p></blockquote>
<p>Checkout the video below of the guys in action:</p>
<p><object type="application/x-shockwave-flash" data="http://www.vimeo.com/moogaloop.swf?clip_id=968191&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=01AAEA" height="362" width="480"><br />
<a href="http://www.vimeo.com/968191?pg=embed&amp;sec=968191">Wii Darts in Ajax</a> from <a href="http://www.vimeo.com/dion?pg=embed&amp;sec=968191">Dion Almaer</a> on <a href="http://vimeo.com?pg=embed&amp;sec=968191">Vimeo</a>.</object></p>
<p><a href="http://ajaxian.com/archives/wii-darts-powering-ajax-applications-with-wii-controllers" target="_blank"> You can find the article here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.passiondevelopment.com/2008/05/08/java-programming-for-the-nintendo-wii/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Great blog for Java Design Patterns</title>
		<link>http://www.passiondevelopment.com/2008/04/15/great-blog-for-java-design-patterns/</link>
		<comments>http://www.passiondevelopment.com/2008/04/15/great-blog-for-java-design-patterns/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 10:10:51 +0000</pubDate>
		<dc:creator>Stephen Downey</dc:creator>
		
		<category><![CDATA[design patterns]]></category>

		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.passiondevelopment.com/2008/04/15/great-blog-for-java-design-patterns/</guid>
		<description><![CDATA[I came across this great site via DZone.  The site provides a great overview of the Gang of Four patterns as well as J2EE patterns with UML diagrams and sample code for each one.   Here what the author, Andre Mare wants to get from the blog.

 Java Design Concepts will provide information [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.stephendowney.net/blog/wp-content/uploads/javaCodeSM.jpg" align="right" border="0" />I came across <a href="http://www.javadesign.info/" target="_blank">this great site</a> via <a href="http://java.dzone.com/news/design-pattern-builder-pattern" target="_blank">DZone.</a>  The site provides a great overview of the Gang of Four patterns as well as J2EE patterns with UML diagrams and sample code for each one.   Here what the author, Andre Mare wants to get from the blog.</p>
<blockquote>
<p align="left"> Java Design Concepts will provide information on how to design, implement and deploy system in a high availability enterprise environment. The design concepts include design patterns, and Object Oriented Programming (OO). Java technologies include J2EE, EJB, JAF, JMS, JSP, JSTL, JDBC etc..</p>
</blockquote>
<p align="left">As the site is still in development some of the J2EE patterns are not complete yet but this is definitely one for your RSS reader.</p>
<p align="left"><a href="http://www.javadesign.info" target="_blank">Check out the site here.</a>..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.passiondevelopment.com/2008/04/15/great-blog-for-java-design-patterns/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Irish site for Vehicle Registration Tax</title>
		<link>http://www.passiondevelopment.com/2008/04/11/new-irish-site-for-vehicle-registration-tax/</link>
		<comments>http://www.passiondevelopment.com/2008/04/11/new-irish-site-for-vehicle-registration-tax/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 07:30:07 +0000</pubDate>
		<dc:creator>Stephen Downey</dc:creator>
		
		<category><![CDATA[VRT]]></category>

		<guid isPermaLink="false">http://www.passiondevelopment.com/2008/04/11/new-irish-site-for-vehicle-registration-tax/</guid>
		<description><![CDATA[In July of 2008 the Irish government intend to change the way it determines the amount of tax to pay to register a car in Ireland.  The old model was based on the size of the engine while the new model will be based on the Co2 emissions from the car.  The same [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vrtireland.com" title="VRT Ireland"><img src="http://farm3.static.flickr.com/2215/2405619420_a919b31c86_m.jpg" alt="Vrt Ireland" align="right" height="128" width="240" /></a>In July of 2008 the Irish government intend to change the way it determines the amount of tax to pay to register a car in Ireland.  The old model was based on the size of the engine while the new model will be based on the Co2 emissions from the car.  The same model will be used to determine the amount of road tax to pay for new vehicles.<br />
I was looking for information on Vehicle Registration Tax and found it hard to find a site that would let me compare the various cars in a band.    There are sites out there where I can look for a particular model and see the emissions for that car but no site would compare &#8216;All cars in emission Band A&#8217; .</p>
<p>I decide to <a href="http://www.vrtireland.com" title="Vehicle Registration Tax Ireland" target="_blank">create a site</a> myself.   Its very basic at the moment and provides tables for each car type as well as one <a href="http://www.vrtireland.com/category/full-car-list/" target="_blank">very large table</a> that contains all of the cars and allows the user to sort by band.   I&#8217;m using the <a href="http://alexrabe.boelinger.com/?page_id=3">wp-Table</a> plugin to build each of the tables on the site.  This plugin uses a mysql table to store the various rows of each table.  It also allows you to upload the data in <a href="http://en.wikipedia.org/wiki/Comma-separated_values" target="_blank">CSV</a> format which helped a lot.</p>
<p><a href="http://www.vrtireland.com" title="Vehicle Registration Tax Ireland" target="_blank"> Visit the site here.</a>..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.passiondevelopment.com/2008/04/11/new-irish-site-for-vehicle-registration-tax/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ever want to run your web application on Google’s infrastructure?</title>
		<link>http://www.passiondevelopment.com/2008/04/08/ever-want-to-run-your-web-application-on-googles-infrastructure/</link>
		<comments>http://www.passiondevelopment.com/2008/04/08/ever-want-to-run-your-web-application-on-googles-infrastructure/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 18:38:23 +0000</pubDate>
		<dc:creator>Stephen Downey</dc:creator>
		
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.passiondevelopment.com/2008/04/08/ever-want-to-run-your-web-application-on-googles-infrastructure/</guid>
		<description><![CDATA[Well now you can&#8230;.
Google just launched a preview of their app enigne.  You can read all about it here.
With Google App Engine, developers can write web applications based on the same building blocks that Google uses, like GFS and Bigtable. Google App Engine packages those building blocks and provides access to scalable infrastructure that [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://code.google.com/appengine/images/appengine_lowres.jpg" align="right" height="79" width="100" />Well now you can&#8230;.</p>
<p>Google just launched a preview of their app enigne.  You can read all about it <a href="http://googleblog.blogspot.com/2008/04/developers-start-your-engines.html" target="_blank">here</a>.</p>
<blockquote><p>With Google App Engine, developers can write web applications based on the same building blocks that Google uses, like <a href="http://labs.google.com/papers/gfs.html">GFS</a> and <a href="http://labs.google.com/papers/bigtable.html">Bigtable</a>. Google App Engine packages those building blocks and provides access to scalable infrastructure that we hope will make it easier for developers to scale their applications automatically as they grow. This means they can spend less time dealing with system administration and maintenance, and more time building and improving their applications. (There&#8217;s <a href="http://googleappengine.blogspot.com/2008/04/introducing-google-app-engine-our-new.html">more detail</a> on the new App Engine Blog.)</p></blockquote>
<p>I tried to <a href="http://appengine.google.com/" target="_blank">sign up</a> but it looks like the first 10,000 have already applied.  You can still download the API from <a href="http://code.google.com/appengine/downloads.html" target="_blank">here</a> in the mean time if you want.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.passiondevelopment.com/2008/04/08/ever-want-to-run-your-web-application-on-googles-infrastructure/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Should an agency be allowed to update your Resume/CV?</title>
		<link>http://www.passiondevelopment.com/2008/03/20/should-an-agency-be-allowed-to-update-your-resumecv/</link>
		<comments>http://www.passiondevelopment.com/2008/03/20/should-an-agency-be-allowed-to-update-your-resumecv/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 13:23:51 +0000</pubDate>
		<dc:creator>Stephen Downey</dc:creator>
		
		<category><![CDATA[contracting]]></category>

		<guid isPermaLink="false">http://www.passiondevelopment.com/2008/03/20/should-an-agency-be-allowed-to-update-your-resumecv/</guid>
		<description><![CDATA[ Jakub Korab of the Dublin Java users group raises some good arguments about agencies updating a CV before submitting it to an employer.
The logic being that the agency does not want the employer to contact me later on without them involved.  While I appreciate the logic behind the practice, and have no problem [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jakubkorab.net/2008/03/why-my-resume-will-no-longer-be-in-word-format.html" target="_blank"> Jakub Korab</a> of the <a href="http://www.dubjug.org/" target="_blank">Dublin Java users group</a> raises some good arguments about agencies updating a CV before submitting it to an employer.</p>
<blockquote><p>The logic being that the agency does not want the employer to contact me later on without them involved.  While I appreciate the logic behind the practice, and have no problem with submitting a resume without contact details, I take objection to it&#8230;&#8230;<br />
Pasting an agency logo onto my CV without my permission is at the very least undesirable. I do not work through any given recruitment agency before a contract is signed, and do not wish to be represented as such.</p></blockquote>
<p>As a result Jakub has decided to only distribute his CV in pdf format.   I did have my CV in pdf format in the past but changed it back to word format as some agencies would only except this format.</p>
<p>I have never had a problem with agencies removing my contact details from my CV but he makes a very important point about turning up for an interview and seeing a CV representing you badly formated.   The <a href="http://www.jakubkorab.net/2008/03/why-my-resume-will-no-longer-be-in-word-format.html" target="_blank">post</a> is well worth a read.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.passiondevelopment.com/2008/03/20/should-an-agency-be-allowed-to-update-your-resumecv/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Need an end to end web solution using the latest Frameworks?</title>
		<link>http://www.passiondevelopment.com/2008/03/07/need-an-end-to-end-web-solution-using-the-latest-frameworks/</link>
		<comments>http://www.passiondevelopment.com/2008/03/07/need-an-end-to-end-web-solution-using-the-latest-frameworks/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 19:37:27 +0000</pubDate>
		<dc:creator>Stephen Downey</dc:creator>
		
		<category><![CDATA[Frameworks]]></category>

		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.passiondevelopment.com/2008/03/07/need-an-end-to-end-web-solution-using-the-latest-frameworks/</guid>
		<description><![CDATA[&#8230;then check out iWebMVC.
I came across this framework during the week via Ajaxian. It provides an end to end solution with all of the plumbing in place for DWR, Dojo, Spring and Hibernate/JPA.  This is a great place to start for someone that wants to get up and running fast with inner plumbing in [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.stephendowney.net/blog/wp-content/uploads/javaCodeSM.jpg" align="right" border="0" />&#8230;then check out <a href="http://code.google.com/u/jose.noheda/" target="_blank">iWebMVC</a>.</p>
<p>I came across this framework during the week via <a href="http://ajaxian.com/archives/iwebmvc-dwr-dojo-spring-and-hibernatejpa" target="_blank">Ajaxian.</a> It provides an end to end solution with all of the plumbing in place for <a href="http://getahead.org/dwr" target="_blank">DWR</a>, <a href="http://dojotoolkit.org/" target="_blank">Dojo</a>, <a href="http://www.springframework.org/" target="_blank">Spring</a> and <a href="http://www.hibernate.org/" target="_blank">Hibernate</a>/JPA.  This is a great place to start for someone that wants to get up and running fast with inner plumbing in place for these frameworks. Here is what the developer Jose Noheda said he was looking for from the project:</p>
<blockquote><p>Nonetheless, in my mind what I really needed was a platform that:</p>
<ul>
<li><strong>Is based on Java</strong><br />
Although supporting Grooy / JRuby is a plus</li>
<li><strong>Helps me to kick start a project</strong><br />
But simplifying the process by giving me the best (and this can be tricky) set of frameworks for each task</li>
<li><strong>Integrates both server and client sides</strong><br />
And it&#8217;s lightweight, robust and extensible. Read <em>enterprise quality</em>.</li>
<li><strong>Supports all the common tasks a web app has to handle</strong><br />
I include here: User Management, CRUD operations, i18n support (both framework &amp; data), AJAX and astounding visuals</li>
</ul>
</blockquote>
<p>The project is only at the preview stage so it does come with caveats.  When you start up the app you get a sample app showing some of the Dojo widgets in action as well as some screens demonstrating basic CRUD operations.</p>
<p>If you want find out more you can download the project <a href="http://code.google.com/u/jose.noheda/" target="_blank">from here</a> or check out Jose&#8217;s blog <a href="http://internna.blogspot.com/search/label/IWebMvc" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.passiondevelopment.com/2008/03/07/need-an-end-to-end-web-solution-using-the-latest-frameworks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Java Code Style and some Handy Plugins for Eclipse</title>
		<link>http://www.passiondevelopment.com/2007/01/12/java-code-style-and-some-handy-plugins-for-eclipse/</link>
		<comments>http://www.passiondevelopment.com/2007/01/12/java-code-style-and-some-handy-plugins-for-eclipse/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 10:29:47 +0000</pubDate>
		<dc:creator>Stephen Downey</dc:creator>
		
		<category><![CDATA[CPD]]></category>

		<category><![CDATA[CheckStyle]]></category>

		<category><![CDATA[Eclipse]]></category>

		<category><![CDATA[JDepend]]></category>

		<category><![CDATA[Metrics]]></category>

		<category><![CDATA[coding conventions]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[plugins]]></category>

		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://www.passiondevelopment.com/2007/01/12/java-code-style-and-some-handy-plugins-for-eclipse/</guid>
		<description><![CDATA[Here are some handy plugins for Eclipse that I came across via an IBM Developerworks article by Paul Duvall. 
CheckStyle: For coding standardsPMD&#39;s CPD: Enables discovering code duplicationCoverlipse: Measures code coverageJDepend: Provides dependency analysisEclipse Metrics plugin: Effectively spots complexity



I have used the Checkstyle plugin for a few years now and found it extremely useful.&#160; In [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some handy plugins for <a href="http://www.eclipse.org/" target="_blank">Eclipse </a>that I came across via an <a href="http://www-128.ibm.com/developerworks/" target="_blank">IBM Developerworks</a> <a href="http://www-128.ibm.com/developerworks/java/library/j-ap01117/index.html?ca=drs-" target="_blank">article </a>by <a href="http://www-128.ibm.com/developerworks/java/library/j-ap01117/index.html?ca=drs-#author" target="_blank">Paul Duvall</a>. </p>
<blockquote><p><a href="http://eclipse-cs.sourceforge.net/" target="_blank">CheckStyle</a>: For coding standards<br /><a href="http://pmd.sourceforge.net/" target="_blank">PMD&#39;s CPD</a>: Enables discovering code duplication<br /><a href="http://coverlipse.sourceforge.net/index.php" target="_blank">Coverlipse</a>: Measures code coverage<br /><a href="http://www.clarkware.com/software/JDepend.html" target="_blank">JDepend</a>: Provides dependency analysis<br /><a href="http://metrics.sourceforge.net/" target="_blank">Eclipse Metrics plugin</a>: Effectively spots complexity</p></blockquote>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6681085387246782";
//stephendowney_java_embeded
google_ad_slot = "4220870787";
google_ad_width = 300;
google_ad_height = 250;
//--></script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>I have used the Checkstyle plugin for a few years now and found it extremely useful.&nbsp; In a nutshell, checkstyle will check your code against coding standards and issue a warning if you code something that is not in the correct format. &nbsp; This has always been a real bone of contention with fellow developers.&nbsp; One developer I worked with in the past felt that everyone should be free to code in whatever style they prefer.&nbsp; I would not agree with this at all.&nbsp; It can lead to code that is very hard to maintain and read. &nbsp; </p>
<p>With a plugin like Checkstyle you don&#39;t need &quot;<a href="http://catb.org/jargon/html/C/code-police.html" target="_blank">Code Police</a>&quot; checking the code and informing people that they are using the wrong style.&nbsp; If you want to push it one step further you can set up your automatic build (We used <a href="http://cruisecontrol.sourceforge.net/" target="_blank">Cruisecontrol</a> in the past) to mark a build as broken when it comes across a Checkstyle error.  This ensures that a code base is readable and maintainable.&nbsp;&nbsp; Here is an example of bad coding style: </p>
<blockquote><p>if (testBoolean) myNum++;</p></blockquote>
<p>Many developers leave out the parenthesis as the compiler will not complain, this can often lead to confusion when you expect a line below to run when the statement is true but of course it won&#39;t because the <em>myNum++ </em>is going to run. The correct way to write this would be as follows:<br />
<blockquote>if (testBoolean)<br /> {<br />&nbsp; myNum++;<br /> }</p></blockquote>
<p>A new developer that comes across this code will know exactly what statement is run when the <em>if statement</em> is true. It is also possible to change the change the Checkstyle configuration for situations where a company has their own coding convention.</p>
<p>&nbsp;I have not used the other plugins yet but have a look at the <a href="http://www-128.ibm.com/developerworks/java/library/j-ap01117/index.html?ca=drs-" target="_blank">article</a> for how to install them.&nbsp; I am interested to see how good the code duplication plugin is.&nbsp;&nbsp; I hate when I come across &quot;Cut and paste&quot; coding because someone is too lazy to abstract the functionality into a base class. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.passiondevelopment.com/2007/01/12/java-code-style-and-some-handy-plugins-for-eclipse/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AJAX process definition on Client Side</title>
		<link>http://www.passiondevelopment.com/2006/12/19/ajax-process-definition-on-client-side/</link>
		<comments>http://www.passiondevelopment.com/2006/12/19/ajax-process-definition-on-client-side/#comments</comments>
		<pubDate>Tue, 19 Dec 2006 11:53:11 +0000</pubDate>
		<dc:creator>Stephen Downey</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[J-SOFA]]></category>

		<category><![CDATA[article]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.passiondevelopment.com/2006/12/19/ajax-process-definition-on-client-side/</guid>
		<description><![CDATA[I came across an interesting article by Masayuki Otoshi via Java World that discusses how to execute process definitions on the client side rather than the server side.&#160; This can come into play when making AJAX calls.&#160; As AJAX is Asynchronous, it is not possible to predict the order that your callback methods will be [...]]]></description>
			<content:encoded><![CDATA[<p>I came across an interesting <a href="http://www.javaworld.com/javaworld/jw-12-2006/jw-1217-jsofa.html" target="_blank">article</a> by Masayuki Otoshi via <a href="http://www.javaworld.com" target="_blank">Java World</a> that discusses how to execute process definitions on the client side rather than the server side.&nbsp; This can come into play when making AJAX calls.&nbsp; As AJAX is Asynchronous, it is not possible to predict the order that your callback methods will be called in.&nbsp;&nbsp;Masayuki uses <a href="http://www5f.biglobe.ne.jp/~webtest/jsofa/" target="_blank">J-SOFA</a> (Java/JavaScript Services Orchestration for Actions) to overcome this.</p>
<p>I haven&#39;t come across J-SOFA before but it looks like it might be worth looking at for situations where the order of callback methods is important. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.passiondevelopment.com/2006/12/19/ajax-process-definition-on-client-side/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simple Soap</title>
		<link>http://www.passiondevelopment.com/2006/11/23/simple-soap/</link>
		<comments>http://www.passiondevelopment.com/2006/11/23/simple-soap/#comments</comments>
		<pubDate>Thu, 23 Nov 2006 09:36:00 +0000</pubDate>
		<dc:creator>Stephen Downey</dc:creator>
		
		<category><![CDATA[SOAP]]></category>

		<category><![CDATA[satire]]></category>

		<guid isPermaLink="false">http://www.passiondevelopment.com/2006/11/23/simple-soap/</guid>
		<description><![CDATA[I came across this great overview of SOAP via M&#237;che&#225;l &#211; Foghl&#250;&#39;s weblog:
Pete Lacey&#39;s Weblog :: The S stands for Simple 
]]></description>
			<content:encoded><![CDATA[<p>I came across this great overview of <a href="http://en.wikipedia.org/wiki/SOAP" target="_blank" title="SOAP">SOAP</a> via <span class="description"><a href="http://www.ofoghlu.net/log/" target="_blank">M&iacute;che&aacute;l &Oacute; Foghl&uacute;&#39;s</a> weblog:</span></p>
<p><a href="http://wanderingbarque.com/nonintersecting/2006/11/15/the-s-stands-for-simple/" target="_blank" title="Pete Lacey&#39;s Weblog :: The S stands for Simple">Pete Lacey&#39;s Weblog :: The S stands for Simple</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.passiondevelopment.com/2006/11/23/simple-soap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Release AJAXSLT</title>
		<link>http://www.passiondevelopment.com/2006/09/12/google-release-ajaxslt/</link>
		<comments>http://www.passiondevelopment.com/2006/09/12/google-release-ajaxslt/#comments</comments>
		<pubDate>Tue, 12 Sep 2006 08:11:55 +0000</pubDate>
		<dc:creator>Stephen Downey</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[XSLT]]></category>

		<category><![CDATA[api]]></category>

		<guid isPermaLink="false">http://www.passiondevelopment.com/2006/09/12/google-release-ajaxslt/</guid>
		<description><![CDATA[Google have just released AJAXSLT.
&#8230;an implementation of XSL-T in JavaScript, intended for use in fat web pages,  which are nowadays referred to as AJAX applications.
I&#39;m looking forward to playing around with this.&#160; I have being doing a lot of work with XSLT lately so it will be interesting to see how Google have married [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/" target="_blank">Google </a>have just released <a href="http://goog-ajaxslt.sourceforge.net/" target="_blank">AJAXSLT</a>.</p>
<blockquote><p>&#8230;an implementation of XSL-T in JavaScript, intended for use in fat web pages,  which are nowadays referred to as AJAX applications.</p></blockquote>
<p>I&#39;m looking forward to playing around with this.&nbsp; I have being doing a lot of work with XSLT lately so it will be interesting to see how Google have married this with AJAX.&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.passiondevelopment.com/2006/09/12/google-release-ajaxslt/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
