<?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>Jawher&#039;s Blog</title>
	<atom:link href="http://jawher.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://jawher.net</link>
	<description>A blog about what it is about</description>
	<lastBuildDate>Fri, 13 Jan 2012 02:11:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jawher.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jawher&#039;s Blog</title>
		<link>http://jawher.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jawher.net/osd.xml" title="Jawher&#039;s Blog" />
	<atom:link rel='hub' href='http://jawher.net/?pushpress=hub'/>
		<item>
		<title>Moulder in action</title>
		<link>http://jawher.net/2011/03/03/moulder-in-action/</link>
		<comments>http://jawher.net/2011/03/03/moulder-in-action/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 19:03:17 +0000</pubDate>
		<dc:creator>jawher</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[My projects]]></category>
		<category><![CDATA[Scala]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[templating]]></category>

		<guid isPermaLink="false">http://jawher.wordpress.com/?p=936</guid>
		<description><![CDATA[In a previous blog post, I&#8217;ve talked about templating in general and showed a quick example of how Moulder does templating. Moulder is an Open source templating library that exists in 2 versions: Scala and Java. Both versions are hosted on Github and are available under the MIT Licence. Unlike many other templating libraries, Moulder [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jawher.net&amp;blog=8719789&amp;post=936&amp;subd=jawher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jawher.net/2011/03/03/moulder-in-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f338eea2c0d517d29cf99865b831d3af?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">jawher</media:title>
		</media:content>

		<media:content url="http://i.imgur.com/uZjMS.png" medium="image">
			<media:title type="html">result</media:title>
		</media:content>
	</item>
		<item>
		<title>Introducing Immanix: a Java library to process XML using parser combinators</title>
		<link>http://jawher.net/2011/02/28/introducing-immanix-java-library-process-xml-using-parser-combinators/</link>
		<comments>http://jawher.net/2011/02/28/introducing-immanix-java-library-process-xml-using-parser-combinators/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 21:13:21 +0000</pubDate>
		<dc:creator>jawher</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[My projects]]></category>
		<category><![CDATA[combinator]]></category>
		<category><![CDATA[immanix]]></category>
		<category><![CDATA[parsing]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[stax]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://jawher.wordpress.com/?p=1042</guid>
		<description><![CDATA[Processing XML files is a PITA. There. I said it. Processing XML files using the Java standard XML API, i.e. JAXP is even worse. There are some nicer APIs out there that alleviate this pain, like XPATH, XStream, JAXB, Castor, etc. But still, they all fail in some point or another, ranging from being verbose [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jawher.net&amp;blog=8719789&amp;post=1042&amp;subd=jawher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jawher.net/2011/02/28/introducing-immanix-java-library-process-xml-using-parser-combinators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f338eea2c0d517d29cf99865b831d3af?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">jawher</media:title>
		</media:content>
	</item>
		<item>
		<title>Création d&#8217;une application de type CRUD avec Wicket</title>
		<link>http://jawher.net/2011/02/23/creation-dune-application-de-type-crud-avec-wicket/</link>
		<comments>http://jawher.net/2011/02/23/creation-dune-application-de-type-crud-avec-wicket/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 20:55:19 +0000</pubDate>
		<dc:creator>jawher</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Wicket]]></category>
		<category><![CDATA[article]]></category>

		<guid isPermaLink="false">http://jawher.wordpress.com/?p=1033</guid>
		<description><![CDATA[Extrait du synopsis : Cet article va présenter le framework Apache Wicket et ce en s&#8217;appuyant sur la création d&#8217;une application de suivi de bugs (Bug tracker) qu&#8217;on nommera &#8220;Min.Bug.Tra&#8221;. Une telle application est un cas particulier de ce qu&#8217;on appèle CRUD (Create, Read, Update et Delete) mais qui a l&#8217;avantage de traiter une problématique [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jawher.net&amp;blog=8719789&amp;post=1033&amp;subd=jawher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jawher.net/2011/02/23/creation-dune-application-de-type-crud-avec-wicket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f338eea2c0d517d29cf99865b831d3af?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">jawher</media:title>
		</media:content>
	</item>
		<item>
		<title>Non, Dzone n&#8217;est pas censuré ici en Tunisie</title>
		<link>http://jawher.net/2011/01/23/mon-premier-mail-contestant-le-blocage-injustifie-de-dzone-com-en-tunisie/</link>
		<comments>http://jawher.net/2011/01/23/mon-premier-mail-contestant-le-blocage-injustifie-de-dzone-com-en-tunisie/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 11:55:21 +0000</pubDate>
		<dc:creator>jawher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[censure]]></category>
		<category><![CDATA[tunisie]]></category>

		<guid isPermaLink="false">http://jawher.wordpress.com/?p=996</guid>
		<description><![CDATA[http://democraquoi.tumblr.com/post/2896577657/non-dzone-nest-pas-censure-ici-en-tunisie Filed under: Uncategorized Tagged: censure, tunisie<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jawher.net&amp;blog=8719789&amp;post=996&amp;subd=jawher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jawher.net/2011/01/23/mon-premier-mail-contestant-le-blocage-injustifie-de-dzone-com-en-tunisie/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f338eea2c0d517d29cf99865b831d3af?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">jawher</media:title>
		</media:content>
	</item>
		<item>
		<title>My Clojure explained solutions to the s99 problems 21 to 26</title>
		<link>http://jawher.net/2011/01/19/my-clojure-explained-solutions-to-the-s99-problems-21-to-26/</link>
		<comments>http://jawher.net/2011/01/19/my-clojure-explained-solutions-to-the-s99-problems-21-to-26/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 18:45:09 +0000</pubDate>
		<dc:creator>jawher</dc:creator>
				<category><![CDATA[Clojure]]></category>
		<category><![CDATA[s99]]></category>

		<guid isPermaLink="false">http://jawher.wordpress.com/?p=953</guid>
		<description><![CDATA[This post will present and, I hope, explain my solutions to the s99 problems 21 to 26. I&#8217;ve already posted the solutions and explanations for the problems 1-3, 4-7, 8-13 and 14-20. P21 Insert an element at a given position into a list. Example: user&#62; (insert-at(\c, 3, (list \a, \b, \d)) (\a, \b, \c, \d) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jawher.net&amp;blog=8719789&amp;post=953&amp;subd=jawher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jawher.net/2011/01/19/my-clojure-explained-solutions-to-the-s99-problems-21-to-26/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f338eea2c0d517d29cf99865b831d3af?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">jawher</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting up a Scala development environment based on Emacs, SBT &amp; Ensime</title>
		<link>http://jawher.net/2011/01/17/scala-development-environment-emacs-sbt-ensime/</link>
		<comments>http://jawher.net/2011/01/17/scala-development-environment-emacs-sbt-ensime/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 19:49:24 +0000</pubDate>
		<dc:creator>jawher</dc:creator>
				<category><![CDATA[emacs]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scala]]></category>
		<category><![CDATA[ensime]]></category>
		<category><![CDATA[sbt]]></category>

		<guid isPermaLink="false">http://jawher.wordpress.com/?p=959</guid>
		<description><![CDATA[In this post, I will quickly show how to get a productive Scala development environment by using Emacs as an editor, with Scala mode and Ensime as extensions, and SBT as a build tool. The following assumes that you are running a Linux with emacs already installed and a minimal knowledge on them. 1. Installing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jawher.net&amp;blog=8719789&amp;post=959&amp;subd=jawher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jawher.net/2011/01/17/scala-development-environment-emacs-sbt-ensime/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f338eea2c0d517d29cf99865b831d3af?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">jawher</media:title>
		</media:content>

		<media:content url="http://i.imgur.com/NKON6l.jpg" medium="image">
			<media:title type="html">Sample</media:title>
		</media:content>
	</item>
		<item>
		<title>Pour l&#8217;amour de notre patrie: posez les questions avant de tirer !</title>
		<link>http://jawher.net/2011/01/15/pour-lamour-de-notre-patrie-posez-les-questions-avant-de-tirer/</link>
		<comments>http://jawher.net/2011/01/15/pour-lamour-de-notre-patrie-posez-les-questions-avant-de-tirer/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 23:50:11 +0000</pubDate>
		<dc:creator>jawher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[démocratie]]></category>
		<category><![CDATA[politique]]></category>
		<category><![CDATA[sidibouzid]]></category>
		<category><![CDATA[tunisie]]></category>

		<guid isPermaLink="false">http://jawher.wordpress.com/?p=955</guid>
		<description><![CDATA[http://democraquoi.tumblr.com/post/2896561399/pour-lamour-de-notre-patrie-posez-les-questions-avant Filed under: Uncategorized Tagged: démocratie, politique, sidibouzid, tunisie<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jawher.net&amp;blog=8719789&amp;post=955&amp;subd=jawher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jawher.net/2011/01/15/pour-lamour-de-notre-patrie-posez-les-questions-avant-de-tirer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f338eea2c0d517d29cf99865b831d3af?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">jawher</media:title>
		</media:content>
	</item>
		<item>
		<title>On templating, and a shameless plug of Moulder</title>
		<link>http://jawher.net/2011/01/06/on-templating-and-a-shameless-plug-of-moulder/</link>
		<comments>http://jawher.net/2011/01/06/on-templating-and-a-shameless-plug-of-moulder/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 20:21:21 +0000</pubDate>
		<dc:creator>jawher</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[My projects]]></category>
		<category><![CDATA[Scala]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Wicket]]></category>
		<category><![CDATA[freemarker]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[Moulder]]></category>
		<category><![CDATA[templating]]></category>
		<category><![CDATA[velocity]]></category>
		<category><![CDATA[xslt]]></category>

		<guid isPermaLink="false">http://jawher.wordpress.com/?p=907</guid>
		<description><![CDATA[Moulder is a server-side templating system. It uses jQuery&#8217;s approach, i.e. select and transform, and works only on XML-like data. I&#8217;ve written it two times over: One time in Java and another in Scala. Both versions are available as Open source software on GitHub and released under the MIT License. 1. What is templating Templating [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jawher.net&amp;blog=8719789&amp;post=907&amp;subd=jawher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jawher.net/2011/01/06/on-templating-and-a-shameless-plug-of-moulder/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f338eea2c0d517d29cf99865b831d3af?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">jawher</media:title>
		</media:content>
	</item>
		<item>
		<title>Solution pour: Flash Square 10.2 ne stocke plus les vidéos chargées dans /tmp</title>
		<link>http://jawher.net/2010/10/03/solution-pour-flash-square-10-2-ne-stocke-plus-les-videos-chargees-dans-tmp/</link>
		<comments>http://jawher.net/2010/10/03/solution-pour-flash-square-10-2-ne-stocke-plus-les-videos-chargees-dans-tmp/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 18:09:22 +0000</pubDate>
		<dc:creator>jawher</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://jawher.wordpress.com/?p=895</guid>
		<description><![CDATA[La dernière version de Flash, square ou 10.2, apporte enfin une version 64 bits sur Linux (Ubuntu dans mon cas). J&#8217;ai donc vite sauté sur l&#8217;occasion et installé cette version, histoire de voir si elle serait plus clémente avec mon processeur (un Q6600 figurez vous) et si elle ne planterait pas toutes les 5 minutes. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jawher.net&amp;blog=8719789&amp;post=895&amp;subd=jawher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jawher.net/2010/10/03/solution-pour-flash-square-10-2-ne-stocke-plus-les-videos-chargees-dans-tmp/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f338eea2c0d517d29cf99865b831d3af?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">jawher</media:title>
		</media:content>
	</item>
		<item>
		<title>My Clojure explained solutions to the s99 problems 14 to 20</title>
		<link>http://jawher.net/2010/08/28/my-clojure-explained-solutions-to-the-s99-problems-14-to-20/</link>
		<comments>http://jawher.net/2010/08/28/my-clojure-explained-solutions-to-the-s99-problems-14-to-20/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 20:37:54 +0000</pubDate>
		<dc:creator>jawher</dc:creator>
				<category><![CDATA[Clojure]]></category>
		<category><![CDATA[s99]]></category>

		<guid isPermaLink="false">http://jawher.wordpress.com/?p=864</guid>
		<description><![CDATA[P14 Duplicate the elements of a list. Example: user&#62; (duplicate &#8216;(\a, \b, \c, \c, \d)) (\a, \a, \b, \b, \c, \c, \c, \c, \d, \d) The reduction function would start with an empty list, prepending every item of the xs list two times. P15 Duplicate the elements of a list a given number of times. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jawher.net&amp;blog=8719789&amp;post=864&amp;subd=jawher&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jawher.net/2010/08/28/my-clojure-explained-solutions-to-the-s99-problems-14-to-20/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f338eea2c0d517d29cf99865b831d3af?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">jawher</media:title>
		</media:content>
	</item>
	</channel>
</rss>
