<?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; FLOSS</title>
	<atom:link href="http://lorands.com/category/floss/feed/" rel="self" type="application/rss+xml" />
	<link>http://lorands.com</link>
	<description>Thoughts on Software Development…</description>
	<lastBuildDate>Tue, 16 Aug 2011 08:41:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Provide log4j configuration fast and dirty</title>
		<link>http://lorands.com/2010/11/provide-log4j-configuration-fast-and-dirty/</link>
		<comments>http://lorands.com/2010/11/provide-log4j-configuration-fast-and-dirty/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 14:26:32 +0000</pubDate>
		<dc:creator>Lóránd Somogyi</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[log4j]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[wtp]]></category>

		<guid isPermaLink="false">http://lorands.com/?p=337</guid>
		<description><![CDATA[If you are developing with Java, I&#8217;m sure you ran into a console output that looks like this: log4j:WARN No appenders could be found for logger (org.apache.openejb.resource.activemq.ActiveMQResourceAdapter). log4j:WARN Please initialize the log4j system properly. log4j:WARN No appenders could be found for logger (org.apache.openejb.resource.activemq.ActiveMQResourceAdapter).log4j:WARN Please initialize the log4j system properly. The message is clean: provide a [...]]]></description>
		<wfw:commentRss>http://lorands.com/2010/11/provide-log4j-configuration-fast-and-dirty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debuging OpenEJB&#8217;s TomEE with Eclipse WTP</title>
		<link>http://lorands.com/2010/11/debuging-openejbs-tomee-with-eclipse-wtp/</link>
		<comments>http://lorands.com/2010/11/debuging-openejbs-tomee-with-eclipse-wtp/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 13:58:41 +0000</pubDate>
		<dc:creator>Lóránd Somogyi</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[deploy]]></category>
		<category><![CDATA[openejb]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[war]]></category>

		<guid isPermaLink="false">http://lorands.com/?p=319</guid>
		<description><![CDATA[This is just a short description on how to use OpenEJB with Tomcat to debug it within Eclipse. The point is to be able to debug EJB applications from within Eclipse with a lightweight Tomcat container using OpenEJB. What do you need: Apache TomEE - OpenEJB pre-bundled with Tomcat: http://openejb.apache.org/download.html Eclipse IDE for Java EE Developers or [...]]]></description>
		<wfw:commentRss>http://lorands.com/2010/11/debuging-openejbs-tomee-with-eclipse-wtp/feed/</wfw:commentRss>
		<slash:comments>0</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>13</slash:comments>
		</item>
		<item>
		<title>Why you should Open Source your software?</title>
		<link>http://lorands.com/2008/04/why-should-you-open-source-your-software/</link>
		<comments>http://lorands.com/2008/04/why-should-you-open-source-your-software/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 15:54:21 +0000</pubDate>
		<dc:creator>Lóránd Somogyi</dc:creator>
				<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[software architecture]]></category>
		<category><![CDATA[software design]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://lorand.somogyi.name/?p=24</guid>
		<description><![CDATA[Lots of software companies does not Open Source their software. It is a bad practice, and a waste of money. Open Souring your software has a real good ROI. This article is first of all for business people leading software companies, or for those who pay for software development. Actually for all those who are [...]]]></description>
		<wfw:commentRss>http://lorands.com/2008/04/why-should-you-open-source-your-software/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

