<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Peter Mount&#039;s Blog &#187; retepTools</title>
	<atom:link href="http://blog.retep.org/category/reteptools/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.retep.org</link>
	<description>Java, XMPP, Space and pretty much everything else</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:13:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.retep.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Peter Mount&#039;s Blog &#187; retepTools</title>
		<link>http://blog.retep.org</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.retep.org/osd.xml" title="Peter Mount&#039;s Blog" />
	<atom:link rel='hub' href='http://blog.retep.org/?pushpress=hub'/>
		<item>
		<title>NioSax &#8211; Sax style xml parser for Java NIO</title>
		<link>http://blog.retep.org/2010/06/25/niosax-sax-style-xml-parser-for-java-nio/</link>
		<comments>http://blog.retep.org/2010/06/25/niosax-sax-style-xml-parser-for-java-nio/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 19:00:37 +0000</pubDate>
		<dc:creator>petermount1</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[retepTools]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://blog.retep.org/?p=171</guid>
		<description><![CDATA[NioSax (pronounced 'Neo-Sax') provides a Java NIO friendly XML push parser similar in operation to SAX. Unlike SAX, with NioSax it is possible for the xml source to contain partial content (i.e. only part of the XML stream has been received over the network). When this occurs, instead of failing with an error, NioSax simply stops. As soon as your application receives more data you simply call the same instance of the parser again and it will resume parsing where it left off.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.retep.org&amp;blog=11803282&amp;post=171&amp;subd=reteporg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://blog.retep.org/2010/06/25/niosax-sax-style-xml-parser-for-java-nio/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/248dc1bb013220bdcfa68347fff5bdba?s=96&#38;d=&#38;r=PG" medium="image">
			<media:title type="html">petermount1</media:title>
		</media:content>
	</item>
		<item>
		<title>It&#8217;s been a busy couple of months</title>
		<link>http://blog.retep.org/2010/04/17/its-been-a-busy-couple-of-months/</link>
		<comments>http://blog.retep.org/2010/04/17/its-been-a-busy-couple-of-months/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 17:39:41 +0000</pubDate>
		<dc:creator>petermount1</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JAXB]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[retepMicroKernel]]></category>
		<category><![CDATA[retepTools]]></category>

		<guid isPermaLink="false">http://reteporg.wordpress.com/2010/04/17/its-been-a-busy-couple-of-months/</guid>
		<description><![CDATA[It&#8217;s been a couple of busy months with most of my time being taken up with my day job. Most of my time has been spent with either tracking down issues with our live environment, or trying to finish off a couple major projects (both related to XMPP) interspersed with the usual major partner getting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.retep.org&amp;blog=11803282&amp;post=103&amp;subd=reteporg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://blog.retep.org/2010/04/17/its-been-a-busy-couple-of-months/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>51.223257 0.509603</georss:point>
		<geo:lat>51.223257</geo:lat>
		<geo:long>0.509603</geo:long>
		<media:content url="http://0.gravatar.com/avatar/248dc1bb013220bdcfa68347fff5bdba?s=96&#38;d=&#38;r=PG" medium="image">
			<media:title type="html">petermount1</media:title>
		</media:content>
	</item>
		<item>
		<title>retepTools Concurrency Support</title>
		<link>http://blog.retep.org/2009/03/12/reteptools-concurrency-support/</link>
		<comments>http://blog.retep.org/2009/03/12/reteptools-concurrency-support/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 08:21:00 +0000</pubDate>
		<dc:creator>petermount1</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[retepTools]]></category>

		<guid isPermaLink="false">http://reteporg.wordpress.com/2009/03/12/reteptools-concurrency-support</guid>
		<description><![CDATA[retepTools Concurrency Support The retepTools library provides additional concurrency support to that provided by the java.util.concurrency package of JDK 1.5 or later. The core component of the concurrency support provided by retepTools is the locking. By utilising a set of annotations, it is possible to mark a method so that the entire body of that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.retep.org&amp;blog=11803282&amp;post=12&amp;subd=reteporg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://blog.retep.org/2009/03/12/reteptools-concurrency-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/248dc1bb013220bdcfa68347fff5bdba?s=96&#38;d=&#38;r=PG" medium="image">
			<media:title type="html">petermount1</media:title>
		</media:content>
	</item>
		<item>
		<title>The Generic Messaging API</title>
		<link>http://blog.retep.org/2009/02/15/the-generic-messaging-api/</link>
		<comments>http://blog.retep.org/2009/02/15/the-generic-messaging-api/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 12:00:00 +0000</pubDate>
		<dc:creator>petermount1</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[retepTools]]></category>

		<guid isPermaLink="false">http://reteporg.wordpress.com/2009/02/15/the-generic-messaging-api</guid>
		<description><![CDATA[A common use case is the routing of messages from one component within a system to another. The standard API for this type of messaging within Java is the Java Messaging Service or JMS &#8211; but that can be a bit overkill for small embedded systems or if you are implementing another existing messaging protocol [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.retep.org&amp;blog=11803282&amp;post=10&amp;subd=reteporg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://blog.retep.org/2009/02/15/the-generic-messaging-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/248dc1bb013220bdcfa68347fff5bdba?s=96&#38;d=&#38;r=PG" medium="image">
			<media:title type="html">petermount1</media:title>
		</media:content>
	</item>
		<item>
		<title>Validating source with Annotation Processors</title>
		<link>http://blog.retep.org/2009/02/14/validating-source-with-annotation-processors/</link>
		<comments>http://blog.retep.org/2009/02/14/validating-source-with-annotation-processors/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 12:00:00 +0000</pubDate>
		<dc:creator>petermount1</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Javac]]></category>
		<category><![CDATA[retepTools]]></category>

		<guid isPermaLink="false">http://reteporg.wordpress.com/2009/02/14/validating-source-with-annotation-processors</guid>
		<description><![CDATA[The release of retepTools 9.2 this week introduces a new annotation processor which validates the use of some of the annotations provided by the library generating either compilation warnings or errors dependent upon the errors found. This article describes how that processor works and the reasons behind it’s creation. In the previous article I wrote [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.retep.org&amp;blog=11803282&amp;post=9&amp;subd=reteporg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://blog.retep.org/2009/02/14/validating-source-with-annotation-processors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/248dc1bb013220bdcfa68347fff5bdba?s=96&#38;d=&#38;r=PG" medium="image">
			<media:title type="html">petermount1</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting Class values from Annotations in an AnnotationProcessor</title>
		<link>http://blog.retep.org/2009/02/13/getting-class-values-from-annotations-in-an-annotationprocessor/</link>
		<comments>http://blog.retep.org/2009/02/13/getting-class-values-from-annotations-in-an-annotationprocessor/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 10:00:00 +0000</pubDate>
		<dc:creator>petermount1</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Javac]]></category>
		<category><![CDATA[retepTools]]></category>

		<guid isPermaLink="false">http://reteporg.wordpress.com/2009/02/13/getting-class-values-from-annotations-in-an-annotationprocessor</guid>
		<description><![CDATA[In annotation processors one common use case is to read the values contained within an Annotation. In most cases this works fine, however there are some caveats when it comes to accessing values within Annotations that are either Class or a Class array. It’s even worse if you are trying to access an annotation on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.retep.org&amp;blog=11803282&amp;post=8&amp;subd=reteporg&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://blog.retep.org/2009/02/13/getting-class-values-from-annotations-in-an-annotationprocessor/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/248dc1bb013220bdcfa68347fff5bdba?s=96&#38;d=&#38;r=PG" medium="image">
			<media:title type="html">petermount1</media:title>
		</media:content>
	</item>
	</channel>
</rss>
