<?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>Martin Ahrer - Together we&#039;ll make IT &#187; Apache</title>
	<atom:link href="http://www.martinahrer.at/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.martinahrer.at</link>
	<description>Java Enterprise Softwareentwicklung und Consulting</description>
	<lastBuildDate>Sun, 11 Dec 2011 16:19:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<meta name="generator" content="deSignum 0.8.1" />
		<item>
		<title>Apache Derby 10.5.1.1</title>
		<link>http://www.martinahrer.at/2009/07/24/apache-derby-10511/</link>
		<comments>http://www.martinahrer.at/2009/07/24/apache-derby-10511/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 19:42:00 +0000</pubDate>
		<dc:creator>Martin Ahrer</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Derby]]></category>

		<guid isPermaLink="false">http://www.martinahrer.at/?p=224</guid>
		<description><![CDATA[The Apache Derby project is not yet publishing their latest derby-10.5.1.1 artifacts to any of the public maven repositories so I made up this short windows shell script to upload all jars to my local repository. for %i in (*.jar) do mvn install:install-file -Dfile=%i -DgroupId=org.apache.derby -DartifactId=%~ni -Dversion=10.5.1.1 -Dpackaging=jar -DgeneratePom=true]]></description>
			<content:encoded><![CDATA[<p>The Apache Derby project is not yet publishing their latest derby-10.5.1.1 artifacts to any of the public maven repositories so I made up this short windows shell script to upload all jars to my local repository.</p>
<pre lang="dos">
for %i in (*.jar) do mvn install:install-file -Dfile=%i -DgroupId=org.apache.derby -DartifactId=%~ni -Dversion=10.5.1.1 -Dpackaging=jar -DgeneratePom=true
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.martinahrer.at/2009/07/24/apache-derby-10511/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenEJB 3.0 Released</title>
		<link>http://www.martinahrer.at/2008/06/06/openejb-30-released/</link>
		<comments>http://www.martinahrer.at/2008/06/06/openejb-30-released/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 11:08:00 +0000</pubDate>
		<dc:creator>Martin Ahrer</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Enterprise Java Beans]]></category>

		<guid isPermaLink="false">http://www.martinahrer.at/?p=74</guid>
		<description><![CDATA[A few weeks ago already I had noticed that the Apache OpenEJB had released its 3.0 version. Only today I had a a quick glimpse at their features. There are a few interesting promises like drop-in JARS for Tomcat . Seems now I no longer need to install and configure those heavy weight containers. See [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago already I had noticed that the Apache OpenEJB had released its 3.0 version. Only today I had a a quick glimpse at their features. There are a few interesting promises like drop-in JARS for Tomcat <img src='http://www.martinahrer.at/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . Seems now I no longer need to install and configure those heavy weight containers. See the <a href="http://openejb.apache.org/openejb-30.html">Apache OpenEJB Wiki</a> for more of their features!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinahrer.at/2008/06/06/openejb-30-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

