<?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>Richard's Weblog</title>
	<atom:link href="http://richardbarabe.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://richardbarabe.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 13 Aug 2009 05:42:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='richardbarabe.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Richard's Weblog</title>
		<link>http://richardbarabe.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://richardbarabe.wordpress.com/osd.xml" title="Richard&#039;s Weblog" />
	<atom:link rel='hub' href='http://richardbarabe.wordpress.com/?pushpress=hub'/>
		<item>
		<title>International Fireworks Competition in Quebec City</title>
		<link>http://richardbarabe.wordpress.com/2009/08/13/international-fireworks-competition-in-quebec-city/</link>
		<comments>http://richardbarabe.wordpress.com/2009/08/13/international-fireworks-competition-in-quebec-city/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 05:18:12 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://richardbarabe.wordpress.com/?p=323</guid>
		<description><![CDATA[Today was the final of Loto-Québec international fireworks competition. Thanks to Caroline, we managed to take some pictures of that memorable night.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbarabe.wordpress.com&amp;blog=3936478&amp;post=323&amp;subd=richardbarabe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardbarabe.wordpress.com/2009/08/13/international-fireworks-competition-in-quebec-city/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">baraber</media:title>
		</media:content>

		<media:content url="http://richardbarabe.files.wordpress.com/2009/08/100_0779.jpg?w=300" medium="image">
			<media:title type="html">100_0779</media:title>
		</media:content>

		<media:content url="http://richardbarabe.files.wordpress.com/2009/08/100_07801.jpg?w=300" medium="image">
			<media:title type="html">100_0780</media:title>
		</media:content>

		<media:content url="http://richardbarabe.files.wordpress.com/2009/08/100_0785.jpg?w=241" medium="image">
			<media:title type="html">100_0785</media:title>
		</media:content>
	</item>
		<item>
		<title>XML Schema validation with XMLReader (xerces 2)</title>
		<link>http://richardbarabe.wordpress.com/2009/07/16/xml-schema-validation-with-xmlreader-xerces-2/</link>
		<comments>http://richardbarabe.wordpress.com/2009/07/16/xml-schema-validation-with-xmlreader-xerces-2/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 16:17:25 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[sax]]></category>
		<category><![CDATA[xerces SAX xsd validation]]></category>
		<category><![CDATA[xsd in classpath]]></category>

		<guid isPermaLink="false">http://richardbarabe.wordpress.com/?p=312</guid>
		<description><![CDATA[Today I struggled for a long time trying to do a simple thing : Validating an xml file against an XML Schema, using a SAX parser (xerces2), in java. I&#8217;m pretty new to the XML validation stuff. I didn&#8217;t want the xsd to be specified in the xml file, nor I didn&#8217;t want to have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbarabe.wordpress.com&amp;blog=3936478&amp;post=312&amp;subd=richardbarabe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardbarabe.wordpress.com/2009/07/16/xml-schema-validation-with-xmlreader-xerces-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">baraber</media:title>
		</media:content>
	</item>
		<item>
		<title>FreeMarker, a brief example</title>
		<link>http://richardbarabe.wordpress.com/2009/03/19/freemarker-a-brief-example/</link>
		<comments>http://richardbarabe.wordpress.com/2009/03/19/freemarker-a-brief-example/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 20:10:41 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[freemarker]]></category>
		<category><![CDATA[template system]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[freemarker example]]></category>
		<category><![CDATA[freemarker layout]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://richardbarabe.wordpress.com/?p=295</guid>
		<description><![CDATA[Introduction This example will show how to make a simple layout using FreeMarker ( I used version 2.3.15 ) as the template engine. In previous posts, I used almost the same example with Tiles 2 and StringTemplate. This is not an introduction to FreeMarker, since the site of the product contains a very complete documentation. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbarabe.wordpress.com&amp;blog=3936478&amp;post=295&amp;subd=richardbarabe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardbarabe.wordpress.com/2009/03/19/freemarker-a-brief-example/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">baraber</media:title>
		</media:content>

		<media:content url="http://richardbarabe.files.wordpress.com/2009/03/screenshot-mozilla-firefox.png" medium="image">
			<media:title type="html">layout-using-freemarker</media:title>
		</media:content>
	</item>
		<item>
		<title>StringTemplate, a brief example</title>
		<link>http://richardbarabe.wordpress.com/2009/03/10/stringtemplate-a-brief-example/</link>
		<comments>http://richardbarabe.wordpress.com/2009/03/10/stringtemplate-a-brief-example/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 03:04:35 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[template system]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[java template engine]]></category>
		<category><![CDATA[StringTemplate]]></category>

		<guid isPermaLink="false">http://richardbarabe.wordpress.com/?p=253</guid>
		<description><![CDATA[Introduction I already wrote about a web templating system named Tiles. This leaded me to search for other java template systems, and I stumbled across StringTemplate. StringTemplate is a template engine that defines its own language grammar. It enforce the separation of the display logic from the business logic, in example by disallowing variable assignments [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbarabe.wordpress.com&amp;blog=3936478&amp;post=253&amp;subd=richardbarabe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardbarabe.wordpress.com/2009/03/10/stringtemplate-a-brief-example/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">baraber</media:title>
		</media:content>

		<media:content url="http://richardbarabe.files.wordpress.com/2009/03/stringtemplate-example1.png" medium="image">
			<media:title type="html">stringtemplate-example1</media:title>
		</media:content>
	</item>
		<item>
		<title>Apache Tiles 2, definitions in the classpath</title>
		<link>http://richardbarabe.wordpress.com/2009/03/03/apache-tile-2-definitions-in-the-classpath/</link>
		<comments>http://richardbarabe.wordpress.com/2009/03/03/apache-tile-2-definitions-in-the-classpath/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 13:23:35 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[template system]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Apache Tiles 2]]></category>
		<category><![CDATA[classpath]]></category>
		<category><![CDATA[tiles 2]]></category>

		<guid isPermaLink="false">http://richardbarabe.wordpress.com/?p=242</guid>
		<description><![CDATA[Following a previous post where I was learning Tiles 2, I had to try packaging some definition configuration files in a java archive for my project. At this time, the Tiles documentation seemed to say it&#8217;s possible to do it like this : &#60;?xml version=&#34;1.0&#34; encoding=&#34;ISO-8859-1&#34;?&#62; &#60;web-app xmlns=&#34;http://java.sun.com/xml/ns/javaee&#34; xmlns:xsi=&#34;http://www.w3.org/2001/XMLSchema-instance&#34; xsi:schemaLocation=&#34;http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd&#34; version=&#34;2.5&#34;&#62; &#60;context-param&#62; &#60;param-name&#62; org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbarabe.wordpress.com&amp;blog=3936478&amp;post=242&amp;subd=richardbarabe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardbarabe.wordpress.com/2009/03/03/apache-tile-2-definitions-in-the-classpath/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">baraber</media:title>
		</media:content>
	</item>
		<item>
		<title>Apache Tiles 2, integration with Spring-MVC</title>
		<link>http://richardbarabe.wordpress.com/2009/02/23/apache-tiles-2-integration-with-spring-mvc/</link>
		<comments>http://richardbarabe.wordpress.com/2009/02/23/apache-tiles-2-integration-with-spring-mvc/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 17:26:44 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Spring Framework]]></category>
		<category><![CDATA[template system]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Spring MVC]]></category>
		<category><![CDATA[tiles]]></category>

		<guid isPermaLink="false">http://richardbarabe.wordpress.com/?p=212</guid>
		<description><![CDATA[In a recent post, I showed a brief example of using Apache Tiles 2 to configure a classic layout in a J2EE environment. In this one, I&#8217;ll take that old book inventory search engine example I used in other previous writings, adding Tiles 2 support. But before diving into the Tiles integration, let&#8217;s summarize the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbarabe.wordpress.com&amp;blog=3936478&amp;post=212&amp;subd=richardbarabe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardbarabe.wordpress.com/2009/02/23/apache-tiles-2-integration-with-spring-mvc/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">baraber</media:title>
		</media:content>

		<media:content url="http://richardbarabe.files.wordpress.com/2009/02/springtilesintegration-dir11.png?w=300" medium="image">
			<media:title type="html">springtilesintegration-dir11</media:title>
		</media:content>

		<media:content url="http://richardbarabe.files.wordpress.com/2009/02/spingtilesintegrationfinalscreenshot.png?w=300" medium="image">
			<media:title type="html">spingtilesintegrationfinalscreenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>Apache Tiles 2, ViewPreparer example.</title>
		<link>http://richardbarabe.wordpress.com/2009/02/19/apache-tiles-2-viewpreparer-example/</link>
		<comments>http://richardbarabe.wordpress.com/2009/02/19/apache-tiles-2-viewpreparer-example/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 17:29:57 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[template system]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Apache Tiles 2]]></category>
		<category><![CDATA[ViewPreparer]]></category>

		<guid isPermaLink="false">http://richardbarabe.wordpress.com/?p=199</guid>
		<description><![CDATA[In a previous post, I made a brief example of using Tiles 2 as a web template system. This time, I will extend the same example to make my menu use a ViewPreparer. A ViewPreparer is a class whose code will be executed just before a certain tile (in my example, a jsp file) is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbarabe.wordpress.com&amp;blog=3936478&amp;post=199&amp;subd=richardbarabe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardbarabe.wordpress.com/2009/02/19/apache-tiles-2-viewpreparer-example/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">baraber</media:title>
		</media:content>
	</item>
		<item>
		<title>Apache Tiles 2, a brief example.</title>
		<link>http://richardbarabe.wordpress.com/2009/02/17/apache-tiles-2-a-brief-example/</link>
		<comments>http://richardbarabe.wordpress.com/2009/02/17/apache-tiles-2-a-brief-example/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 16:58:12 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[template system]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[java web template]]></category>
		<category><![CDATA[tiles]]></category>
		<category><![CDATA[tiles example]]></category>

		<guid isPermaLink="false">http://richardbarabe.wordpress.com/?p=159</guid>
		<description><![CDATA[Almost every web site or web application I know have a common layout shared among all the pages. To avoid copy and paste programming, developers usually look for a web template system. Tiles is one of them, made to be used in a J2EE context. It is an implementation of the View Composite core J2EE [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbarabe.wordpress.com&amp;blog=3936478&amp;post=159&amp;subd=richardbarabe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardbarabe.wordpress.com/2009/02/17/apache-tiles-2-a-brief-example/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">baraber</media:title>
		</media:content>

		<media:content url="http://richardbarabe.files.wordpress.com/2009/02/tilesexampleimg11.gif?w=300" medium="image">
			<media:title type="html">tilesexampleimg11</media:title>
		</media:content>

		<media:content url="http://richardbarabe.files.wordpress.com/2009/02/tilesexampleimg2.gif?w=300" medium="image">
			<media:title type="html">tilesexampleimg2</media:title>
		</media:content>
	</item>
		<item>
		<title>Perl, writing bytes to a file</title>
		<link>http://richardbarabe.wordpress.com/2009/02/17/perl-writing-bytes-to-a-file/</link>
		<comments>http://richardbarabe.wordpress.com/2009/02/17/perl-writing-bytes-to-a-file/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 01:30:45 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[mood]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[write binary file]]></category>

		<guid isPermaLink="false">http://richardbarabe.wordpress.com/?p=145</guid>
		<description><![CDATA[Here is a little script I wrote while learning Perl. It generates a binary file with exactly the specified size in bytes, kb, mb or gb. All bits are set to 1. use File::stat; use Switch; $usageMessage = &#60;&#60;END; Usage : perl fileGenerator [] : Size of the file to generate, in bytes. : Name [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbarabe.wordpress.com&amp;blog=3936478&amp;post=145&amp;subd=richardbarabe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardbarabe.wordpress.com/2009/02/17/perl-writing-bytes-to-a-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">baraber</media:title>
		</media:content>
	</item>
		<item>
		<title>Spring FrameWork, testing and coding basic form submission using AbstractFormController.</title>
		<link>http://richardbarabe.wordpress.com/2009/01/30/spring-framework-testing-and-coding-basic-form-submission-using-abstractformcontroller/</link>
		<comments>http://richardbarabe.wordpress.com/2009/01/30/spring-framework-testing-and-coding-basic-form-submission-using-abstractformcontroller/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 18:00:15 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Spring Framework]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[AbstractFormController]]></category>
		<category><![CDATA[Spring MVC]]></category>

		<guid isPermaLink="false">http://richardbarabe.wordpress.com/?p=81</guid>
		<description><![CDATA[This example will use the same scenario that is used in a previous post about using the Controller interface.  I want a page that allows the user to search for books.  The user should first see a search form, with a text box and a search button.  When clicking on the button, a search is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=richardbarabe.wordpress.com&amp;blog=3936478&amp;post=81&amp;subd=richardbarabe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://richardbarabe.wordpress.com/2009/01/30/spring-framework-testing-and-coding-basic-form-submission-using-abstractformcontroller/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">baraber</media:title>
		</media:content>
	</item>
	</channel>
</rss>
