<?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>Passion Development &#187; api</title>
	<atom:link href="http://www.passiondevelopment.com/category/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.passiondevelopment.com</link>
	<description>Java Developers in Dublin Ireland &#124;  It&#039;s what we love</description>
	<lastBuildDate>Thu, 08 May 2008 15:00:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<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 [...]]]></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>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java and USB devices</title>
		<link>http://www.passiondevelopment.com/2006/07/06/java-and-usb-devices/</link>
		<comments>http://www.passiondevelopment.com/2006/07/06/java-and-usb-devices/#comments</comments>
		<pubDate>Thu, 06 Jul 2006 12:18:43 +0000</pubDate>
		<dc:creator>Stephen Downey</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.passiondevelopment.com/2006/07/06/java-and-usb-devices/</guid>
		<description><![CDATA[Here is an interesting artice from Jeff Friesen discussing how to interact with a USB device using java:&#160; Java and USB by Jeff Friesen &#8212; Want to use a USB device in Java? Some with native abstractions, like mass-storage drives, work as you&#39;d expect, but many devices like webcams and game controllers are simply invisible [...]]]></description>
			<content:encoded><![CDATA[<p>Here is an interesting artice from <em><a href="http://today.java.net/pub/au/174" target="_blank" title="Jeff Friesen">Jeff Friesen</a></em> discussing how to interact with a USB device using java:&nbsp;</p>
<blockquote><p><a href="http://today.java.net/pub/a/today/2006/07/06/java-and-usb.html" target="_blank">Java and USB</a> by Jeff Friesen &#8212; Want to use a USB device in Java? Some with native abstractions, like mass-storage drives, work as you&#39;d expect, but many devices like webcams and game controllers are simply invisible to the Java programmer. Jeff Friesen looks at two APIs that expose USB devices to Java, then shows how to build a Java USB implementation of your own.</p>
</blockquote>
<p>Currently, Java does not officially support USB but Jeff discusses how you can use thirdparty APIs as well as his own API.&nbsp; Readers may also be interested in the <a href="http://jcp.org/en/jsr/detail?id=82" target="_blank" title="Bluetooth JSR">Bluetooth JSR</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.passiondevelopment.com/2006/07/06/java-and-usb-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Calendar</title>
		<link>http://www.passiondevelopment.com/2006/04/20/google-calendar/</link>
		<comments>http://www.passiondevelopment.com/2006/04/20/google-calendar/#comments</comments>
		<pubDate>Thu, 20 Apr 2006 21:46:18 +0000</pubDate>
		<dc:creator>Stephen Downey</dc:creator>
				<category><![CDATA[DJMG]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://www.passiondevelopment.com/2006/04/20/google-calendar/</guid>
		<description><![CDATA[I have been looking at yet another great tool from Google.&#160;&#160; In true Web 2.0 style Google calendar allows people to share calendar events with on the web.&#160; They provide an API so I am going to try to integrate my public events with my web site. On a different note, I was at another [...]]]></description>
			<content:encoded><![CDATA[<p>I have been looking at yet another great tool from Google.&nbsp;&nbsp; In true Web 2.0 style <a href="http://www.google.com/googlecalendar/overview.html" target="_blank" title="Google Calendar">Google calendar</a> allows people to share calendar events with on the web.&nbsp; They provide an <a href="http://code.google.com/apis/gdata/calendar.html" target="_blank" title="Google Calendar API">API</a> so I am going to try to integrate my public events with my web site.</p>
<p>On a different note, I was at another <a href="http://java.meetup.com/15/" target="_blank" title="Dublin Java Meetup Group">DJMG</a> meeting <a href="http://java.meetup.com/15/events/4875907/" target="_blank" title="Ruby on Rails meeting">last week</a> where we discussed dynamic languages such as Ruby on Rails and Groovy.&nbsp; It looks like there are a lot of advantages to using these languages over the conventional Java program.&nbsp; Jake was able to show us how Ruby on Rails can provide you with web interface to database tables in just a few clicks.&nbsp;&nbsp; As we discussed this software works great for what 95% of web applications use J2EE for and at the end of the day this is what we usually are developing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.passiondevelopment.com/2006/04/20/google-calendar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

