<?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; software development</title>
	<atom:link href="http://lorands.com/category/software-development/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.2.1</generator>
		<item>
		<title>Using SCM from within your Mojo</title>
		<link>http://lorands.com/2011/08/using-scm-from-within-your-mojo/</link>
		<comments>http://lorands.com/2011/08/using-scm-from-within-your-mojo/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 10:53:49 +0000</pubDate>
		<dc:creator>Lóránd Somogyi</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[maven shorties]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mojo]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://lorands.com/?p=389</guid>
		<description><![CDATA[There is a guide on the topic from Maven. But that guide is missing an example on how to use it from within Mojo. So let me show you a short example on a topic&#8230; Prepare the POM of your plugin: It is crucial to use SCM version 1.4, as 1.5 (the current release) have [...]]]></description>
		<wfw:commentRss>http://lorands.com/2011/08/using-scm-from-within-your-mojo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find out if the given Maven project is a root of a multi-module execution?</title>
		<link>http://lorands.com/2011/08/how-to-find-out-if-the-given-maven-project-is-a-root-of-a-multi-module-execution/</link>
		<comments>http://lorands.com/2011/08/how-to-find-out-if-the-given-maven-project-is-a-root-of-a-multi-module-execution/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 08:50:44 +0000</pubDate>
		<dc:creator>Lóránd Somogyi</dc:creator>
				<category><![CDATA[maven]]></category>
		<category><![CDATA[maven shorties]]></category>
		<category><![CDATA[mojo]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://lorands.com/?p=378</guid>
		<description><![CDATA[[Update:] Looks like the originator is Brian Fox from Sonatype with this article. A short example on how to find out if the given maven execution is the root of execution, &#8212; or in other words: how to know if you are inside of a multi-module project module or in the parent? Just extend your [...]]]></description>
		<wfw:commentRss>http://lorands.com/2011/08/how-to-find-out-if-the-given-maven-project-is-a-root-of-a-multi-module-execution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>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[eclipse]]></category>
		<category><![CDATA[Hunspell4Eclipse]]></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>3</slash:comments>
		</item>
		<item>
		<title>Same old resources, &#8211; or lets make Internet development easier</title>
		<link>http://lorands.com/2009/10/same-old-resources-or-lets-make-internet-development-easier/</link>
		<comments>http://lorands.com/2009/10/same-old-resources-or-lets-make-internet-development-easier/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 21:57:01 +0000</pubDate>
		<dc:creator>Lóránd Somogyi</dc:creator>
				<category><![CDATA[open source]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[software design]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[software architecture]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web2]]></category>
		<category><![CDATA[web3]]></category>
		<category><![CDATA[web42]]></category>

		<guid isPermaLink="false">http://lorands.com/?p=229</guid>
		<description><![CDATA[You&#8217;re building a web application with some nice interface. You use JQuery and a bunch of Javascript libraries on top of it. So you download those applications and place them into your deployable package and reference them from your application. But why do we wrestle with resources of (OSS) libraries? Downloading new versions, copying the [...]]]></description>
		<wfw:commentRss>http://lorands.com/2009/10/same-old-resources-or-lets-make-internet-development-easier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>maven-metadata.xml generator script</title>
		<link>http://lorands.com/2009/10/maven-metadata-xml-generator-script/</link>
		<comments>http://lorands.com/2009/10/maven-metadata-xml-generator-script/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 16:23:35 +0000</pubDate>
		<dc:creator>Lóránd Somogyi</dc:creator>
				<category><![CDATA[maven]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[Artifactory]]></category>
		<category><![CDATA[maven-metadata.xml]]></category>
		<category><![CDATA[maven-scripts]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://lorands.com/?p=216</guid>
		<description><![CDATA[As you might know we use Maven extensively. We have a corporate Maven Repository served by JFrog&#8216;s Artifactory. We have more than 30000 artifacts in our repository, &#8211; about 35GB of backup. We try to keep up-to-date with new Artifactory releases. Unfortunately some times upgrade is not that smooth, so we need a backup and [...]]]></description>
		<wfw:commentRss>http://lorands.com/2009/10/maven-metadata-xml-generator-script/feed/</wfw:commentRss>
		<slash:comments>0</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>SLF4J Eclipse templates</title>
		<link>http://lorands.com/2009/09/slf4j-eclipse-templates/</link>
		<comments>http://lorands.com/2009/09/slf4j-eclipse-templates/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 05:06:02 +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[software development]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[slf4j]]></category>

		<guid isPermaLink="false">http://lorands.com/?p=186</guid>
		<description><![CDATA[I&#8217;m sure lot of Eclipse developers are happy with Log4E, but for those who does not have Log4E or do not like to &#8220;pollute&#8221; Eclipse with plugins, I wrote few templates for SLF4J logging. Just open Preferences and navigate to Java&#62;Editor&#62;Templates &#8230;and press Import&#8230; button. And import: slf4j-eclipe-templates (download this file first) Hit OK. Now [...]]]></description>
		<wfw:commentRss>http://lorands.com/2009/09/slf4j-eclipse-templates/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A dream: Maven Site + DITA + Eclipse InfoCenter</title>
		<link>http://lorands.com/2009/06/a-dream-maven-site-dita-eclipse-infocenter/</link>
		<comments>http://lorands.com/2009/06/a-dream-maven-site-dita-eclipse-infocenter/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 20:00:34 +0000</pubDate>
		<dc:creator>Lóránd Somogyi</dc:creator>
				<category><![CDATA[software development]]></category>
		<category><![CDATA[software architecture]]></category>

		<guid isPermaLink="false">http://lorands.com/?p=180</guid>
		<description><![CDATA[How nice it would be&#8230; &#8230;to have DITA supported as a Doxia format, to be able to use DITA as a Maven site &#8220;language&#8221;. &#8230;that Maven site could be rendered to eclipse help plug-in &#8230;and deployed to Eclipse InfoCenter Server. That would mean, that you could write single-source documentations that would be browse-able, indexed and [...]]]></description>
		<wfw:commentRss>http://lorands.com/2009/06/a-dream-maven-site-dita-eclipse-infocenter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

