<?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>Fusion Team Blog &#187; Java</title>
	<atom:link href="http://www.fusionteam.co.uk/blog/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fusionteam.co.uk/blog</link>
	<description>ColdFusion, Adobe, Flex, RIA, Silverlight, Flash and all things web!</description>
	<lastBuildDate>Sat, 27 Feb 2010 11:22:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Force Coldfusion to Sleep controlling the Thread</title>
		<link>http://www.fusionteam.co.uk/blog/2008/04/02/force-coldfusion-to-sleep-controlling-the-thread/</link>
		<comments>http://www.fusionteam.co.uk/blog/2008/04/02/force-coldfusion-to-sleep-controlling-the-thread/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 18:55:29 +0000</pubDate>
		<dc:creator>n_smith</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.fusionteam.co.uk/blog/2008/04/02/force-coldfusion-to-sleep-controlling-the-thread/</guid>
		<description><![CDATA[I ran into an annoying problem today, that was eventually solved by forcing the current processing thread to sleep. The basic task was to stop a windows service on the server, perform some deletions, do some copying, then restart the service. After issuing the &#60;cfexecute&#62; command to stop the service on the server, I would [...]]]></description>
		<wfw:commentRss>http://www.fusionteam.co.uk/blog/2008/04/02/force-coldfusion-to-sleep-controlling-the-thread/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ColdFusion DSNless connection to a database</title>
		<link>http://www.fusionteam.co.uk/blog/2008/02/27/coldfusion-dsnless-connection-to-a-database/</link>
		<comments>http://www.fusionteam.co.uk/blog/2008/02/27/coldfusion-dsnless-connection-to-a-database/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 19:16:33 +0000</pubDate>
		<dc:creator>n_smith</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.fusionteam.co.uk/blog/2008/02/27/coldfusion-dsnless-connection-to-a-database/</guid>
		<description><![CDATA[This can be a handy piece of code to have in your toolbox if you have a ColdFuson host that will not allow you to create DSN&#8217;s. Using this method, you can wrap this in a nice CFC that allows you to query a Microsoft SQL database. The object code example is as follows &#8230; &#60;cfscript&#62; [...]]]></description>
		<wfw:commentRss>http://www.fusionteam.co.uk/blog/2008/02/27/coldfusion-dsnless-connection-to-a-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Flex with Hibernate and XFire for Java Developers</title>
		<link>http://www.fusionteam.co.uk/blog/2007/09/25/adobe-flex-with-hibernate-and-xfire-for-java-developers/</link>
		<comments>http://www.fusionteam.co.uk/blog/2007/09/25/adobe-flex-with-hibernate-and-xfire-for-java-developers/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 09:11:50 +0000</pubDate>
		<dc:creator>n_smith</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://fusionteam.co.uk/blog/?p=13</guid>
		<description><![CDATA[I stumbled across this excellent video tutorial by Bruce Eckel and James Ward on Adobe, that shows an example of a Flex application working with Hibernate and XFire. Take a look, as it makes some very interesting learning on how this can be done as well as proving that ColdFusion doesn’t always have to be the [...]]]></description>
		<wfw:commentRss>http://www.fusionteam.co.uk/blog/2007/09/25/adobe-flex-with-hibernate-and-xfire-for-java-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
