<?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>Lóránd Somogyi &#187; open source</title>
	<atom:link href="http://lorands.com/tag/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://lorands.com</link>
	<description>Thoughts on Software Development…</description>
	<lastBuildDate>Fri, 12 Feb 2010 20:39:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Hunspell4Eclipse 0.8.2 (beta) out</title>
		<link>http://lorands.com/2010/01/hunspell4eclipse-0-8-2-beta-out/</link>
		<comments>http://lorands.com/2010/01/hunspell4eclipse-0-8-2-beta-out/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 13:09:22 +0000</pubDate>
		<dc:creator>Lóránd Somogyi</dc:creator>
				<category><![CDATA[Hunspell4Eclipse]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[hunspell]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[spell]]></category>
		<category><![CDATA[spelling]]></category>

		<guid isPermaLink="false">http://lorands.com/?p=289</guid>
		<description><![CDATA[Changes: threshold feature update site back to normal limited Java support &#8211; reports misspelled words (underline), but no proposals latest JNA Link to project page: http://code.google.com/p/hunspell4eclipse/]]></description>
		<wfw:commentRss>http://lorands.com/2010/01/hunspell4eclipse-0-8-2-beta-out/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Eclipse Spell Checker</title>
		<link>http://lorands.com/2009/11/eclipse-spell-checker/</link>
		<comments>http://lorands.com/2009/11/eclipse-spell-checker/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 10:42:09 +0000</pubDate>
		<dc:creator>Lóránd Somogyi</dc:creator>
				<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[Hunspell4Eclipse]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[ecilpse plugin]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[spell]]></category>
		<category><![CDATA[spelling]]></category>

		<guid isPermaLink="false">http://lorands.com/?p=257</guid>
		<description><![CDATA[Eclipse has a built in spell checker. It&#8217;s based on word list files. It is just fine for languages that does not use pre- and postfixes extensively. But for languages like Hungarian, it is a no go. &#8211; I&#8217;ve tried to generate a word list of Hungarian words, but when I noticed that the word [...]]]></description>
		<wfw:commentRss>http://lorands.com/2009/11/eclipse-spell-checker/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Commons Logging templates for Eclipse</title>
		<link>http://lorands.com/2009/09/commons-logging-templates-for-eclipse/</link>
		<comments>http://lorands.com/2009/09/commons-logging-templates-for-eclipse/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 21:46:12 +0000</pubDate>
		<dc:creator>Lóránd Somogyi</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">http://lorands.com/?p=208</guid>
		<description><![CDATA[After my last article some folks at the company I work for asked for a Apache Commons Logging version of templates, so here it is. Just as with the last article, import this templates: clogger-templates The mappings are (in case you would like to use with SLF4J): Have fun.]]></description>
		<wfw:commentRss>http://lorands.com/2009/09/commons-logging-templates-for-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jackrabbit with Spring</title>
		<link>http://lorands.com/2008/11/jackrabbit-with-spring/</link>
		<comments>http://lorands.com/2008/11/jackrabbit-with-spring/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 10:01:56 +0000</pubDate>
		<dc:creator>Lóránd Somogyi</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[jackrabbit]]></category>
		<category><![CDATA[jcr]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://lorand.somogyi.name/?p=115</guid>
		<description><![CDATA[I was searching for a way to use Jackrabbit with Spring. There are articles about this topic, but each of them suggests using spring-modules. Now, my problem with spring-modules jcr implementation is, that they depend on non-released or obsolete 3rd party JARs, like apravez.* and jeceira. Just take a look at the pom file, and [...]]]></description>
		<wfw:commentRss>http://lorands.com/2008/11/jackrabbit-with-spring/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Ubuntu guy in a world of Apples… Part II: The OS and utils</title>
		<link>http://lorands.com/2008/07/ubuntu-guy-in-a-world-of-apples%e2%80%a6-part-ii-the-os-and-utils/</link>
		<comments>http://lorands.com/2008/07/ubuntu-guy-in-a-world-of-apples%e2%80%a6-part-ii-the-os-and-utils/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 09:18:02 +0000</pubDate>
		<dc:creator>Lóránd Somogyi</dc:creator>
				<category><![CDATA[apple project]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://lorand.somogyi.name/?p=44</guid>
		<description><![CDATA[My adventure in the world of Apples goes on. As I mostly liked the iron of the MacBook, now it is time to go on and see if I can do usual task as simple as in Ubuntu. So I gathered things I do mostly: Photo processing Java development Listen to music &#8211; I&#8217;ll need [...]]]></description>
		<wfw:commentRss>http://lorands.com/2008/07/ubuntu-guy-in-a-world-of-apples%e2%80%a6-part-ii-the-os-and-utils/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Eclipse Ganymede and P2</title>
		<link>http://lorands.com/2008/06/eclipse-ganymede-and-p2/</link>
		<comments>http://lorands.com/2008/06/eclipse-ganymede-and-p2/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 16:49:45 +0000</pubDate>
		<dc:creator>Lóránd Somogyi</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[ajdt]]></category>
		<category><![CDATA[p2]]></category>
		<category><![CDATA[q4e]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://lorand.somogyi.name/?p=40</guid>
		<description><![CDATA[Yesterday Ganymede arrieved. Fresh new Eclipse 3.4 and a tons of plugins as usually. Some nice new features, feels like a bit faster. But! P2, the new &#8220;update system&#8221;&#8230; grrr. Okay, the old one was bad, I know. But it did work. It took me usually about 30 minutes to assemble an eclipse-jee with AJDT, [...]]]></description>
		<wfw:commentRss>http://lorands.com/2008/06/eclipse-ganymede-and-p2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven 2.0.9 dependency import and Continuum 1.1</title>
		<link>http://lorands.com/2008/05/maven-209-dependency-import-and-continuum-11/</link>
		<comments>http://lorands.com/2008/05/maven-209-dependency-import-and-continuum-11/#comments</comments>
		<pubDate>Mon, 05 May 2008 20:29:19 +0000</pubDate>
		<dc:creator>Lóránd Somogyi</dc:creator>
				<category><![CDATA[ci]]></category>
		<category><![CDATA[continuum]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://lorand.somogyi.name/?p=32</guid>
		<description><![CDATA[We use Maven2 for developing our huge application, (and few smaller). We have almost 200 projects which depends on each other somehow. That&#8217;s why I really like Maven2. It was a nightmare to handle all those dependencies by hand, &#8211; as we did it before moving to Maven. Of course there are other great things [...]]]></description>
		<wfw:commentRss>http://lorands.com/2008/05/maven-209-dependency-import-and-continuum-11/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
