<?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>Eming.com &#187; Apache</title>
	<atom:link href="http://eming.com/en/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://eming.com</link>
	<description></description>
	<lastBuildDate>Thu, 13 May 2010 17:15:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Apache Cassandra 0.6.0 Released</title>
		<link>http://eming.com/en/apache-cassandra-0-6-0-released/</link>
		<comments>http://eming.com/en/apache-cassandra-0-6-0-released/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 07:39:47 +0000</pubDate>
		<dc:creator>MasPoster</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Science & Tech]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apache Cassandra]]></category>

		<guid isPermaLink="false">http://eming.com/?p=1432</guid>
		<description><![CDATA[
Apache announced the latest stable release of Apache Cassandra 0.6.0.
The Apache Cassandra Project develops a highly scalable second-generation distributed database,     bringing together Amazon Dynamo&#8217;s fully distributed design and Bigtable&#8217;s ColumnFamily-based data model.
Cassandra was open sourced by Facebook in 2008, It was released as open source project on Google code in July [...]


Related posts:<ol><li><a href='http://eming.com/en/apache-ftpserver-1-0-4-released/' rel='bookmark' title='Permanent Link: Apache FtpServer 1.0.4 released'>Apache FtpServer 1.0.4 released</a></li>
<li><a href='http://eming.com/en/celebrating-15-years-of-apache-http-web-server/' rel='bookmark' title='Permanent Link: Celebrating 15 Years of Apache HTTP Web Server'>Celebrating 15 Years of Apache HTTP Web Server</a></li>
<li><a href='http://eming.com/en/apache-directory-server-1-5-6-released/' rel='bookmark' title='Permanent Link: Apache Directory Server 1.5.6 Released'>Apache Directory Server 1.5.6 Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="padding: 1em;" src="http://cassandra.apache.org/media/img/cassandra_logo.png" alt="cassandra logo" width="500" height="100" /></p>
<p>Apache announced the latest stable release of Apache Cassandra 0.6.0.</p>
<p>The Apache Cassandra Project develops a highly scalable second-generation distributed database,     bringing together Amazon Dynamo&#8217;s fully distributed design and Bigtable&#8217;s ColumnFamily-based data model.</p>
<p>Cassandra was open sourced by Facebook in 2008, It was released as open source project on Google code in July 2008.  In March 2009, it became an Apache Incubator project.  On February 17th, 2010 it graduated to a top-level project.</p>
<p style="text-align: center; clear:both"><script src="http://www.qksz.net/1e-iiom"
type="text/javascript"> </script>(Ads)<br />
<script type="text/javascript">// <![CDATA[
google_ad_client = "pub-9737513761197276"; /* 300x250, created 12/03/10 */ 
google_ad_slot = "1136353033"; google_ad_width = 300; google_ad_height = 250; // ]]&gt;
// ]]&gt;
// ]]&gt;</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p>Features:</p>
<ul>
<li>Decentralized
<ul>
<li>Every node in the cluster is identical. There is no single point of failure.</li>
</ul>
</li>
<li>Fault Tolerant
<ul>
<li>Data is automatically replicated to multiple nodes for fault-tolerance. Replication across multiple data centers is supported. Failed nodes can be replaced with no downtime.</li>
</ul>
</li>
<li>Rich Data Model
<ul>
<li>Allows efficient use for many applications beyond simple key/value.</li>
</ul>
</li>
<li>Elastic
<ul>
<li>Read and write throughput both increase linearly as new machines are added, with no downtime or interruption to applications.</li>
</ul>
</li>
</ul>
<p>Cassandra is in use at Digg, Facebook, Twitter, Reddit, Rackspace, Cloudkick, Cisco, SimpleGeo, Ooyala, OpenX, etc.</p>
<p>Cassandra is meant to run on a cluster of nodes, but will run equally well on a single machine. Cassandra uses <a href="http://incubator.apache.org/thrift/">Thrift</a> for its external client-facing API.</p>
<p style="text-align: center; clear:both"><script src="http://www.qksz.net/1e-iiom"
type="text/javascript"> </script>(Ads)<br />
<script type="text/javascript">// <![CDATA[
google_ad_client = "pub-9737513761197276"; /* 300x250, created 12/03/10 */ 
google_ad_slot = "1136353033"; google_ad_width = 300; google_ad_height = 250; // ]]&gt;
// ]]&gt;
// ]]&gt;</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p>Apache Cassandra 0.6.0 was <a href="http://cassandra.apache.org/download/">released</a> on 12 April 2010. Although the version number is 0.6.0, it is considered a stable release that is well tested and reasonably free of serious problems, or at least the problems are known and well documented.</p>
<p><a href="http://cassandra.apache.org/">Apache Cassandra</a> is a free open source software licensed under the Apache License, Version 2.0.</p>


<p>Related posts:<ol><li><a href='http://eming.com/en/apache-ftpserver-1-0-4-released/' rel='bookmark' title='Permanent Link: Apache FtpServer 1.0.4 released'>Apache FtpServer 1.0.4 released</a></li>
<li><a href='http://eming.com/en/celebrating-15-years-of-apache-http-web-server/' rel='bookmark' title='Permanent Link: Celebrating 15 Years of Apache HTTP Web Server'>Celebrating 15 Years of Apache HTTP Web Server</a></li>
<li><a href='http://eming.com/en/apache-directory-server-1-5-6-released/' rel='bookmark' title='Permanent Link: Apache Directory Server 1.5.6 Released'>Apache Directory Server 1.5.6 Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eming.com/en/apache-cassandra-0-6-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion 1.6.11 Released</title>
		<link>http://eming.com/en/subversion-1-6-11-released/</link>
		<comments>http://eming.com/en/subversion-1-6-11-released/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 22:16:30 +0000</pubDate>
		<dc:creator>MasPoster</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Science & Tech]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://eming.com/?p=1376</guid>
		<description><![CDATA[The latest stable version of Subversion, Subversion 1.6.11 was released on 16 April 2010. Developer-visible changes... . User-visible changes: fix for repositories... . Subversion is an open source version control system available for IBM's AIX, HP-UX, Solaris, Windows, Mac OS X, *BSD (FreeBSD, NetBSD, OpenBSD), Linux (Debian Linux, Fedora Linux, Red Hat Linux, SUSE Linux, Ubuntu Linux). Subversion are free to be downloaded, modified, and redistributed , it is licensed under the Apache License, Version 2.0.


Related posts:<ol><li><a href='http://eming.com/en/tortoisesvn-1-6-8-released/' rel='bookmark' title='Permanent Link: TortoiseSVN 1.6.8 Released'>TortoiseSVN 1.6.8 Released</a></li>
<li><a href='http://eming.com/en/banshee-1-6-released/' rel='bookmark' title='Permanent Link: Banshee 1.6 Released'>Banshee 1.6 Released</a></li>
<li><a href='http://eming.com/en/openttd-1-0-0-released/' rel='bookmark' title='Permanent Link: OpenTTD 1.0.0 Released'>OpenTTD 1.0.0 Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://upload.wikimedia.org/wikipedia/en/7/79/Subversion.png" alt="Subversion logo" /></p>
<p>The latest stable version of Subversion (SVN), Subversion 1.6.11 was released on 16 April 2010.</p>
<p>Developer-visible changes:</p>
<ul>
<li>disable checks for wc-ng working copies when running the test suite</li>
<li>on Windows, don&#8217;t ignore move operation error codes (r896915)</li>
<li>more precise reporting of errors occuring with sqlite init (r927323, -8)</li>
<li>ensure rangelist APIs are commutative (r923389, -91)</li>
</ul>
<p style="text-align: center; clear:both"><script src="http://www.qksz.net/1e-iiom"
type="text/javascript"> </script>(Ads)<br />
<script type="text/javascript">// <![CDATA[
google_ad_client = "pub-9737513761197276"; /* 300x250, created 12/03/10 */ 
google_ad_slot = "1136353033"; google_ad_width = 300; google_ad_height = 250; // ]]&gt;
// ]]&gt;
// ]]&gt;</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p>User-visible changes:</p>
<ul>
<li>fix for repositories mounted via NFS (issue #3501)</li>
<li>enable TCP keep-alives in svnserve (r880552)</li>
<li>tighten restrictions on revprops for 'svnadmin verify' (r904594)</li>
<li>make ra_serf give better out-of-date information (issue #3561)</li>
<li>improve error message upon connection failure with svn+ssh:// (r922516)</li>
<li>allow 'svn log' on an uncommitted copy/move destination (r901752)</li>
<li>make 'svnadmin hotcopy' copy the fsfs config file (r905303)</li>
<li>mergeinfo improvements with non-inheritable mergeinfo (issue #3573)</li>
<li>make mergeinfo queries not require access to the repo root (issue #3242)</li>
<li>update URLs to refer the the new apache.org repository (r904301, -94)</li>
<li>update relative externals during a switch (issue #3390)</li>
<li>fix 'merge --reintegrate' with self-referential mergeinfo (r892050, -85)</li>
<li>improve wc-ng working copy detection (r929382)</li>
<li>improve handling of mergeinfo when using serf (r880461)</li>
<li>fixed: 'svnlook plist --revprop' with '-t TXN_NAME' (r917640, -8211)</li>
<li>fixed: file external from URL cannot overwrite existing item (issue #3552)</li>
<li>fixed: potential memory error in 'svn status' (r923674, -9)</li>
<li>fixed: merge records mergeinfo from natural history gaps (issue #3432)</li>
<li>fixed: theoretical possibility of DB corruption (r926151, -67)</li>
</ul>
<p>Subversion 1.6.10 was not publicly released due to errors found during internal pre-release validation.</p>
<p><a href="http://subversion.apache.org/">Subversion</a> is an open source version control system available for IBM's AIX, HP-UX, Solaris, Windows, Mac OS X, *BSD (FreeBSD, NetBSD, OpenBSD), Linux (Debian Linux, Fedora Linux, Red Hat Linux, SUSE Linux, Ubuntu Linux). Subversion are free to be downloaded, modified, and redistributed , it is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>


<p>Related posts:<ol><li><a href='http://eming.com/en/tortoisesvn-1-6-8-released/' rel='bookmark' title='Permanent Link: TortoiseSVN 1.6.8 Released'>TortoiseSVN 1.6.8 Released</a></li>
<li><a href='http://eming.com/en/banshee-1-6-released/' rel='bookmark' title='Permanent Link: Banshee 1.6 Released'>Banshee 1.6 Released</a></li>
<li><a href='http://eming.com/en/openttd-1-0-0-released/' rel='bookmark' title='Permanent Link: OpenTTD 1.0.0 Released'>OpenTTD 1.0.0 Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eming.com/en/subversion-1-6-11-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Directory Studio 1.5.3 Released</title>
		<link>http://eming.com/en/apache-directory-studio-1-5-3-released/</link>
		<comments>http://eming.com/en/apache-directory-studio-1-5-3-released/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 13:53:28 +0000</pubDate>
		<dc:creator>MasPoster</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Science & Tech]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apache Directory Studio]]></category>

		<guid isPermaLink="false">http://eming.com/?p=1227</guid>
		<description><![CDATA[The Apache Directory Team announced the release of Apache Directory Studio 1.5.3, a bug fix and enhancement update of its Eclipse based LDAP Browser and Directory client.
Here are a few highlights of this new version:

fixed a critical bug that makes Studio gone into an endless event  loop
Apache DS plugin comes with the latest 1.5.6 [...]


Related posts:<ol><li><a href='http://eming.com/en/apache-directory-server-1-5-6-released/' rel='bookmark' title='Permanent Link: Apache Directory Server 1.5.6 Released'>Apache Directory Server 1.5.6 Released</a></li>
<li><a href='http://eming.com/en/celebrating-15-years-of-apache-http-web-server/' rel='bookmark' title='Permanent Link: Celebrating 15 Years of Apache HTTP Web Server'>Celebrating 15 Years of Apache HTTP Web Server</a></li>
<li><a href='http://eming.com/en/servicemix-3-3-2-released/' rel='bookmark' title='Permanent Link: Apache ServiceMix 3.3.2 Released'>Apache ServiceMix 3.3.2 Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="padding: 1em;" src="http://directory.apache.org/staticresources/images/studio-icon_128x128.png" alt="Apache Directory Studio" width="128" height="128" />The Apache Directory Team announced the release of Apache Directory Studio 1.5.3, a bug fix and enhancement update of its Eclipse based LDAP Browser and Directory client.</p>
<p>Here are a few highlights of this new version:</p>
<ul>
<li>fixed a critical bug that makes Studio gone into an endless event  loop</li>
<li>Apache DS plugin comes with the latest 1.5.6 version of Apache DS</li>
<li>Apache DS Configuration plugin can now handle correctly the latest  1.5.6 version of Apache DS server.xml file</li>
<li>editors now warns the user if they contain modifications and the  input is changed</li>
<li>various improvements in certificates handling</li>
<li>added a new &#8216;Delete All&#8217; menu item for entries, bookmarks and  searches</li>
</ul>
<p style="text-align: center; clear:both"><script src="http://www.qksz.net/1e-iiom"
type="text/javascript"> </script>(Ads)<br />
<script type="text/javascript">// <![CDATA[
google_ad_client = "pub-9737513761197276"; /* 300x250, created 12/03/10 */ 
google_ad_slot = "1136353033"; google_ad_width = 300; google_ad_height = 250; // ]]&gt;
// ]]&gt;
// ]]&gt;</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p>Apache Directory Studio is a complete directory tooling platform  intended to be used with any LDAP server however it is particularly  designed for use with the ApacheDS. It is an Eclipse RCP application,  composed of several Eclipse (OSGi) plugins, that can be easily upgraded  with additional ones. These plugins can even run within Eclipse itself.</p>
<p>Features:</p>
<ul>
<li>LDAP Browser</li>
<li>LDIF Editor</li>
<li>Schema Editor</li>
<li>Bundled with the latest version of the LDAPV3 certified ApacheDS</li>
<li>ApacheDS Configuration Editor</li>
<li>ACI Editor</li>
<li>Internationalized in English, French and German</li>
<li>Multi-plaform application that runs on Mac OS X, Linux and Windows, and also as plugins inside Eclipse itself</li>
</ul>
<p><a href="http://directory.apache.org/studio/">Apache Directory Studio</a> 1.5.3 can be downloaded as a standalone RCP application for Mac OS X, Linux and Windows; or it can be installed it directly in Eclipse.</p>


<p>Related posts:<ol><li><a href='http://eming.com/en/apache-directory-server-1-5-6-released/' rel='bookmark' title='Permanent Link: Apache Directory Server 1.5.6 Released'>Apache Directory Server 1.5.6 Released</a></li>
<li><a href='http://eming.com/en/celebrating-15-years-of-apache-http-web-server/' rel='bookmark' title='Permanent Link: Celebrating 15 Years of Apache HTTP Web Server'>Celebrating 15 Years of Apache HTTP Web Server</a></li>
<li><a href='http://eming.com/en/servicemix-3-3-2-released/' rel='bookmark' title='Permanent Link: Apache ServiceMix 3.3.2 Released'>Apache ServiceMix 3.3.2 Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eming.com/en/apache-directory-studio-1-5-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Acquires The Apache Software Foundation for $1.5 Billion</title>
		<link>http://eming.com/en/oracle-acquires-the-apache-software-foundation-for-1-5-billion/</link>
		<comments>http://eming.com/en/oracle-acquires-the-apache-software-foundation-for-1-5-billion/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 14:28:30 +0000</pubDate>
		<dc:creator>MasPoster</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Science & Tech]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[First of April | April Fools' Day]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://eming.com/?p=1143</guid>
		<description><![CDATA[The Apache Software Foundation Receives Approval for Sale to Oracle Corporation. Oracle agrees to purchase the IP and all assets of The Apache Software Foundation for $1.5 Billion. 
Today, the Apache Software Foundation announced it has agreed to sell all IP and assets of the foundation to Oracle. The agreement is a $1.5 billion all [...]


Related posts:<ol><li><a href='http://eming.com/en/celebrating-15-years-of-apache-http-web-server/' rel='bookmark' title='Permanent Link: Celebrating 15 Years of Apache HTTP Web Server'>Celebrating 15 Years of Apache HTTP Web Server</a></li>
<li><a href='http://eming.com/en/apache-ftpserver-1-0-4-released/' rel='bookmark' title='Permanent Link: Apache FtpServer 1.0.4 released'>Apache FtpServer 1.0.4 released</a></li>
<li><a href='http://eming.com/en/oracle-reiterates-its-continue-development-and-support-of-openoffice-org/' rel='bookmark' title='Permanent Link: Oracle Reiterates Its Continue Development And Support Of OpenOffice.org.'>Oracle Reiterates Its Continue Development And Support Of OpenOffice.org.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-301" title="ASF-logo" src="http://eming.com/wp-content/uploads/2010/02/ASF-logo.png" alt="" height="51" width="169">The Apache Software Foundation Receives Approval for Sale to Oracle Corporation. Oracle agrees to purchase the IP and all assets of The Apache Software Foundation for $1.5 Billion. </p>
<p>Today, the Apache Software Foundation announced it has agreed to sell all IP and assets of the foundation to Oracle. The agreement is a $1.5 billion all cash deal. The ASF board agreed to the terms after vigorous discussions last evening.</p>
<p> &#8220;We never considered the possibility of selling the ASF,&#8221; said Jim Jagielski, Chairman of the ASF, &#8220;but Oracle made us a simply fantastic offer. Larry himself flew out last week to meet with us to address our concerns.&#8221;</p>
<p style="text-align: center; clear:both"><script src="http://www.qksz.net/1e-iiom"
type="text/javascript"> </script>(Ads)<br />
<script type="text/javascript">// <![CDATA[
google_ad_client = "pub-9737513761197276"; /* 300x250, created 12/03/10 */ 
google_ad_slot = "1136353033"; google_ad_width = 300; google_ad_height = 250; // ]]&gt;
// ]]&gt;
// ]]&gt;</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p>As part of the agreement, Oracle obtains even more of the crucial LAMP-stack software products.</p>
<p>"It was Oracle's admission that the Web is more than 'just' Java or databases that finalized the decision for us," said Justin Erenkrantz, Director and President of the ASF.</p>
<p>2009 marked the 10th Anniversary of the ASF.</p>
<p>"We will be communicating updates about the status of our projects and our license in the near future.  As a community based organization, we want to ensure the best experience for our existing committers, contributors, and users, under our new arrangement.", the Apache Software Foundation stated.</p>
<p>In Apache's blogs, some people raised the concerns that the development of some Apache projects may be slowed down since motivations of some members of the Apache Software Foundation may go down now that they get to received a huge sum of money.</p>
<p>The news was released on the Apache Software Foundation <a href="https://blogs.apache.org/foundation/entry/the_apache_software_foundation_receives">blog</a> on the FIRST OF April 2010, a day where many unreliable news were release even by many reputable companies!</p>
<p><a style="text-align: center; clear:both" href="http://www.alexa.com/siteinfo/eming.com?p=rwidget#reviews" ><img src='http://www.alexa.com/images/webmasters/review-lite-234x60.png' alt='Review eming.com on alexa.com' /></a></p>


<p>Related posts:<ol><li><a href='http://eming.com/en/celebrating-15-years-of-apache-http-web-server/' rel='bookmark' title='Permanent Link: Celebrating 15 Years of Apache HTTP Web Server'>Celebrating 15 Years of Apache HTTP Web Server</a></li>
<li><a href='http://eming.com/en/apache-ftpserver-1-0-4-released/' rel='bookmark' title='Permanent Link: Apache FtpServer 1.0.4 released'>Apache FtpServer 1.0.4 released</a></li>
<li><a href='http://eming.com/en/oracle-reiterates-its-continue-development-and-support-of-openoffice-org/' rel='bookmark' title='Permanent Link: Oracle Reiterates Its Continue Development And Support Of OpenOffice.org.'>Oracle Reiterates Its Continue Development And Support Of OpenOffice.org.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eming.com/en/oracle-acquires-the-apache-software-foundation-for-1-5-billion/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Several New Releases From Apache Felix</title>
		<link>http://eming.com/en/several-new-releases-from-apache-felix/</link>
		<comments>http://eming.com/en/several-new-releases-from-apache-felix/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 21:44:57 +0000</pubDate>
		<dc:creator>MasPoster</dc:creator>
				<category><![CDATA[Science & Tech]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apache Felix]]></category>

		<guid isPermaLink="false">http://eming.com/?p=1104</guid>
		<description><![CDATA[Apache Felix Utils 1.0.0, Bundle Repository 1.6.0, Web Console 3.0.0, Web Console Event Plugin 1.0.2, Web Console Memory Usage Plugin 1.0.0, Web Console UPNP Plugin 1.0.0 have been released. (March 31, 2010)
 (Ads)
// 
Apache Felix is an open source implementation of the OSGi Release 4 core framework specification and other OSGi-related technologies under the Apache [...]


Related posts:<ol><li><a href='http://eming.com/en/apache-directory-studio-1-5-3-released/' rel='bookmark' title='Permanent Link: Apache Directory Studio 1.5.3 Released'>Apache Directory Studio 1.5.3 Released</a></li>
<li><a href='http://eming.com/en/apache-myfaces-extensions-validator-released/' rel='bookmark' title='Permanent Link: Apache MyFaces Extensions Validator Released'>Apache MyFaces Extensions Validator Released</a></li>
<li><a href='http://eming.com/en/apache-ftpserver-1-0-4-released/' rel='bookmark' title='Permanent Link: Apache FtpServer 1.0.4 released'>Apache FtpServer 1.0.4 released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1105" style="padding: 1em;" title="Apache_Felix_Logo" src="http://eming.com/wp-content/uploads/2010/04/Apache_Felix_Logo.png" alt="" width="165" height="63" />Apache Felix Utils 1.0.0, Bundle Repository 1.6.0, Web Console 3.0.0, Web Console Event Plugin 1.0.2, Web Console Memory Usage Plugin 1.0.0, Web Console UPNP Plugin 1.0.0 have been released. (March 31, 2010)</p>
<p style="text-align: center; clear:both"><script src="http://www.qksz.net/1e-iiom"
type="text/javascript"> </script>(Ads)<br />
<script type="text/javascript">// <![CDATA[
google_ad_client = "pub-9737513761197276"; /* 300x250, created 12/03/10 */ 
google_ad_slot = "1136353033"; google_ad_width = 300; google_ad_height = 250; // ]]&gt;
// ]]&gt;
// ]]&gt;</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p>Apache Felix is an open source implementation of the OSGi Release 4 core framework specification and other OSGi-related technologies under the Apache license. The OSGi specifications originally targeted embedded devices and home services gateways, but they are ideally suited for any project interested in the principles of modularity, component-orientation, and/or service-orientation. OSGi technology combines aspects of these aforementioned principles to define a dynamic service deployment framework that is amenable to remote management.</p>
<p>New Releases are now available in the <a href="http://felix.apache.org/site/index.html">Apache Felix</a> <a href="http://felix.apache.org/site/downloads.cgi">downloads</a> section and from the Maven repository.</p>


<p>Related posts:<ol><li><a href='http://eming.com/en/apache-directory-studio-1-5-3-released/' rel='bookmark' title='Permanent Link: Apache Directory Studio 1.5.3 Released'>Apache Directory Studio 1.5.3 Released</a></li>
<li><a href='http://eming.com/en/apache-myfaces-extensions-validator-released/' rel='bookmark' title='Permanent Link: Apache MyFaces Extensions Validator Released'>Apache MyFaces Extensions Validator Released</a></li>
<li><a href='http://eming.com/en/apache-ftpserver-1-0-4-released/' rel='bookmark' title='Permanent Link: Apache FtpServer 1.0.4 released'>Apache FtpServer 1.0.4 released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eming.com/en/several-new-releases-from-apache-felix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache MyFaces Extensions Validator Released</title>
		<link>http://eming.com/en/apache-myfaces-extensions-validator-released/</link>
		<comments>http://eming.com/en/apache-myfaces-extensions-validator-released/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 16:33:18 +0000</pubDate>
		<dc:creator>MasPoster</dc:creator>
				<category><![CDATA[Science & Tech]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://eming.com/?p=1018</guid>
		<description><![CDATA[A major version of Apache MyFaces Extensions Validator (aka MyFaces ExtVal)  has been released.
MyFaces Extensions Validator is a JSF centric validation framework.
It offers powerful and easy to use field based validation based on annotations. It has a pluggable architecture, so it is possible to add new validation modules or support for component libraries like [...]


Related posts:<ol><li><a href='http://eming.com/en/myfaces-core-2-0-0-released/' rel='bookmark' title='Permanent Link: Myfaces Core 2.0.0 Released'>Myfaces Core 2.0.0 Released</a></li>
<li><a href='http://eming.com/en/apache-directory-server-1-5-6-released/' rel='bookmark' title='Permanent Link: Apache Directory Server 1.5.6 Released'>Apache Directory Server 1.5.6 Released</a></li>
<li><a href='http://eming.com/en/apache-openjpa-2-0-0-released/' rel='bookmark' title='Permanent Link: Apache OpenJPA 2.0.0 Released'>Apache OpenJPA 2.0.0 Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="padding:1em" src="http://myfaces.apache.org/extensions/validator/images/extval_logo.png" alt="" width="218" height="100" />A major version of Apache MyFaces Extensions Validator (aka MyFaces ExtVal)  has been released.</p>
<p>MyFaces Extensions Validator is a JSF centric validation framework.</p>
<p>It offers powerful and easy to use field based validation based on annotations. It has a pluggable architecture, so it is possible to add new validation modules or support for component libraries like Trinidad or other 3rd party frameworks.</p>
<p style="text-align: center; clear:both"><script src="http://www.qksz.net/1e-iiom"
type="text/javascript"> </script>(Ads)<br />
<script type="text/javascript">// <![CDATA[
google_ad_client = "pub-9737513761197276"; /* 300x250, created 12/03/10 */ 
google_ad_slot = "1136353033"; google_ad_width = 300; google_ad_height = 250; // ]]&gt;
// ]]&gt;
// ]]&gt;</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p>MyFaces Extensions Validator is compatible with JSF 1.x and JSF 2.x. All versions require Java 1.5+</p>
<p>The release contains several improvements and new features as well as  a new validation module for using Bean-Validation (JSR 303) with JSF  1.x and 2.0. Compared to the standard integration of BV in JSF 2.0  MyFaces ExtVal 2.0.3 offers more advanced and typesafe features.</p>
<p>Release notes can be found <a href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310821&amp;styleName=Html&amp;version=12314098">here  for 2.0.3</a> and <a href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310821&amp;styleName=Html&amp;version=12313876">here  for 1.2.3</a> and <a href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310821&amp;styleName=Html&amp;version=12313875">here  for 1.1.3</a>.</p>
<p><a href="http://myfaces.apache.org/extensions/validator/">Apache MyFaces Extensions Validator</a> is now available for <a href="http://myfaces.apache.org/extensions/validator/download.html">Download</a>.</p>


<p>Related posts:<ol><li><a href='http://eming.com/en/myfaces-core-2-0-0-released/' rel='bookmark' title='Permanent Link: Myfaces Core 2.0.0 Released'>Myfaces Core 2.0.0 Released</a></li>
<li><a href='http://eming.com/en/apache-directory-server-1-5-6-released/' rel='bookmark' title='Permanent Link: Apache Directory Server 1.5.6 Released'>Apache Directory Server 1.5.6 Released</a></li>
<li><a href='http://eming.com/en/apache-openjpa-2-0-0-released/' rel='bookmark' title='Permanent Link: Apache OpenJPA 2.0.0 Released'>Apache OpenJPA 2.0.0 Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eming.com/en/apache-myfaces-extensions-validator-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Directory Server 1.5.6 Released</title>
		<link>http://eming.com/en/apache-directory-server-1-5-6-released/</link>
		<comments>http://eming.com/en/apache-directory-server-1-5-6-released/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 16:31:44 +0000</pubDate>
		<dc:creator>MasPoster</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Science & Tech]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://eming.com/?p=949</guid>
		<description><![CDATA[Apache Directory team announced the release of Apache Directory Server version 1.5.6, numerous enhancements and bug fixes were included in this release.
New in this release

Schema subsystem was completely refactored and rewritten
LDIF based schema support
A new testing framework was designed with annotation support to start and stop DirectoryService / LdapServer
The new client LDAP API has been [...]


Related posts:<ol><li><a href='http://eming.com/en/apache-directory-studio-1-5-3-released/' rel='bookmark' title='Permanent Link: Apache Directory Studio 1.5.3 Released'>Apache Directory Studio 1.5.3 Released</a></li>
<li><a href='http://eming.com/en/celebrating-15-years-of-apache-http-web-server/' rel='bookmark' title='Permanent Link: Celebrating 15 Years of Apache HTTP Web Server'>Celebrating 15 Years of Apache HTTP Web Server</a></li>
<li><a href='http://eming.com/en/apache-ftpserver-1-0-4-released/' rel='bookmark' title='Permanent Link: Apache FtpServer 1.0.4 released'>Apache FtpServer 1.0.4 released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Apache Directory team announced the release of Apache Directory Server version 1.5.6, numerous enhancements and bug fixes were included in this release.</p>
<p>New in this release</p>
<ul>
<li>Schema subsystem was completely refactored and rewritten</li>
<li>LDIF based schema support</li>
<li>A new testing framework was designed with annotation support to start and stop DirectoryService / LdapServer</li>
<li>The new client LDAP API has been used in server integration tests</li>
<li>A new partition implementation using LDIF files as backend</li>
<li>ApacheDS now uses MINA 2.0.0-RC1</li>
</ul>
<p style="text-align: center;"><script src="http://www.qksz.net/1e-iiom"
type="text/javascript"> </script>(Ads)<br />
<script type="text/javascript">// <![CDATA[
google_ad_client = "pub-9737513761197276"; /* 300x250, created 12/03/10 */ 
google_ad_slot = "1136353033"; google_ad_width = 300; google_ad_height = 250; // ]]&gt;
// ]]&gt;
// ]]&gt;</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p>Apache Directory Server is an embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP (Lightweight Directory Access Protocol) it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs.</p>
<p>Apache Directory Server is one of the sub-projects from the <a href="http://directory.apache.org/">Apache Directory Project</a>. The other sub-projects is Apache Directory Studio. Apache Directory Server is a multi-platform application and runs on Mac  OS X, Linux and Windows. <a href="http://directory.apache.org/apacheds/1.5/downloads.html">Downloads</a> are available now.</p>


<p>Related posts:<ol><li><a href='http://eming.com/en/apache-directory-studio-1-5-3-released/' rel='bookmark' title='Permanent Link: Apache Directory Studio 1.5.3 Released'>Apache Directory Studio 1.5.3 Released</a></li>
<li><a href='http://eming.com/en/celebrating-15-years-of-apache-http-web-server/' rel='bookmark' title='Permanent Link: Celebrating 15 Years of Apache HTTP Web Server'>Celebrating 15 Years of Apache HTTP Web Server</a></li>
<li><a href='http://eming.com/en/apache-ftpserver-1-0-4-released/' rel='bookmark' title='Permanent Link: Apache FtpServer 1.0.4 released'>Apache FtpServer 1.0.4 released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eming.com/en/apache-directory-server-1-5-6-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache FtpServer 1.0.4 released</title>
		<link>http://eming.com/en/apache-ftpserver-1-0-4-released/</link>
		<comments>http://eming.com/en/apache-ftpserver-1-0-4-released/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 15:38:30 +0000</pubDate>
		<dc:creator>MasPoster</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Science & Tech]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[FTP File Transfer Protocol]]></category>

		<guid isPermaLink="false">http://eming.com/?p=771</guid>
		<description><![CDATA[The Apache MINA project announces the release of FtpServer 1.0.4.
This release fixes the issues found since the release of 1.0.3. All users are recommended to upgrade to this release. FtpServer 1.0.4 is considered a stable and production ready release.
Apache FtpServer can be embedded within applications as well as running as standalone.
 (Ads)
// 


Related posts:Apache Jackrabbit [...]


Related posts:<ol><li><a href='http://eming.com/en/apache-jackrabbit-2-1-0-released/' rel='bookmark' title='Permanent Link: Apache Jackrabbit 2.1.0 Released'>Apache Jackrabbit 2.1.0 Released</a></li>
<li><a href='http://eming.com/en/apache-directory-server-1-5-6-released/' rel='bookmark' title='Permanent Link: Apache Directory Server 1.5.6 Released'>Apache Directory Server 1.5.6 Released</a></li>
<li><a href='http://eming.com/en/apache-cassandra-0-6-0-released/' rel='bookmark' title='Permanent Link: Apache Cassandra 0.6.0 Released'>Apache Cassandra 0.6.0 Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-301" title="ASF-logo" src="http://eming.com/wp-content/uploads/2010/02/ASF-logo.png" alt="" height="51" width="169">The Apache MINA project <a href="http://mina.apache.org/2010/03/16/apache-ftpserver-104-released.html">announces</a> the release of FtpServer 1.0.4.</p>
<p>This release fixes the issues found since the release of 1.0.3. All users are recommended to upgrade to this release. FtpServer 1.0.4 is considered a stable and production ready release.</p>
<p>Apache FtpServer can be embedded within applications as well as running as standalone.</p>
<p style="text-align: center;"><script src="http://www.qksz.net/1e-iiom" type="text/javascript"> </script>(Ads)<br />
<script type="text/javascript">// <![CDATA[
       google_ad_client = "pub-9737513761197276"; /* 300x250, created 12/03/10 */ google_ad_slot = "1136353033"; google_ad_width = 300; google_ad_height = 250; // ]]&gt;
// ]]&gt;
// ]]&gt;</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>


<p>Related posts:<ol><li><a href='http://eming.com/en/apache-jackrabbit-2-1-0-released/' rel='bookmark' title='Permanent Link: Apache Jackrabbit 2.1.0 Released'>Apache Jackrabbit 2.1.0 Released</a></li>
<li><a href='http://eming.com/en/apache-directory-server-1-5-6-released/' rel='bookmark' title='Permanent Link: Apache Directory Server 1.5.6 Released'>Apache Directory Server 1.5.6 Released</a></li>
<li><a href='http://eming.com/en/apache-cassandra-0-6-0-released/' rel='bookmark' title='Permanent Link: Apache Cassandra 0.6.0 Released'>Apache Cassandra 0.6.0 Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eming.com/en/apache-ftpserver-1-0-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat 6.0.26 Released</title>
		<link>http://eming.com/en/tomcat-6-0-26-released/</link>
		<comments>http://eming.com/en/tomcat-6-0-26-released/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 15:56:24 +0000</pubDate>
		<dc:creator>MasPoster</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Science & Tech]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apache Tomcat]]></category>
		<category><![CDATA[HTTP Web Server]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://eming.com/?p=613</guid>
		<description><![CDATA[Apache Tomcat Project announces the release of version 6.0.26 of Apache Tomcat, on 11 March 2010. This release includes many bugfixes over Apache Tomcat 6.0.24.


Related posts:<ol><li><a href='http://eming.com/en/apache-tomcat-5-5-29-released/' rel='bookmark' title='Permanent Link: Apache Tomcat 5.5.29 Released'>Apache Tomcat 5.5.29 Released</a></li>
<li><a href='http://eming.com/en/myfaces-core-2-0-0-released/' rel='bookmark' title='Permanent Link: Myfaces Core 2.0.0 Released'>Myfaces Core 2.0.0 Released</a></li>
<li><a href='http://eming.com/en/apache-directory-server-1-5-6-released/' rel='bookmark' title='Permanent Link: Apache Directory Server 1.5.6 Released'>Apache Directory Server 1.5.6 Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-630" style="padding: 1em" title="Tomcat-logo" src="http://eming.com/wp-content/uploads/2010/03/Tomcat-logo.png" alt="" width="130" height="92" />The <a href="http://tomcat.apache.org/">Apache Tomcat Project</a> announces the release of version 6.0.26 of Apache Tomcat, on 11 March 2010. This release includes many bugfixes over Apache Tomcat 6.0.24.</p>
<div style="text-align: center; clear:both"><script src="http://www.qksz.net/1e-iiom"
type="text/javascript"> </script>(Ads)<br />
<script type="text/javascript">// <![CDATA[
google_ad_client = "pub-9737513761197276"; /* 300x250, created 12/03/10 */ 
google_ad_slot = "1136353033"; google_ad_width = 300; google_ad_height = 250; // ]]&gt;
// ]]&gt;
// ]]&gt;</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
<SCRIPT type="text/javascript" LANGUAGE="javascript" src="http://www.qksz.net/1e-inl5"> </SCRIPT></div>
<p>Apache Tomcat (or Jakarta Tomcat or simply Tomcat) is an open source software implementation of the Java Servlet and JavaServer Pages (JSP) technologies and provides a "pure Java" HTTP web server environment for Java code to run.</p>


<p>Related posts:<ol><li><a href='http://eming.com/en/apache-tomcat-5-5-29-released/' rel='bookmark' title='Permanent Link: Apache Tomcat 5.5.29 Released'>Apache Tomcat 5.5.29 Released</a></li>
<li><a href='http://eming.com/en/myfaces-core-2-0-0-released/' rel='bookmark' title='Permanent Link: Myfaces Core 2.0.0 Released'>Myfaces Core 2.0.0 Released</a></li>
<li><a href='http://eming.com/en/apache-directory-server-1-5-6-released/' rel='bookmark' title='Permanent Link: Apache Directory Server 1.5.6 Released'>Apache Directory Server 1.5.6 Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eming.com/en/tomcat-6-0-26-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Celebrating 15 Years of Apache HTTP Web Server</title>
		<link>http://eming.com/en/celebrating-15-years-of-apache-http-web-server/</link>
		<comments>http://eming.com/en/celebrating-15-years-of-apache-http-web-server/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 17:28:51 +0000</pubDate>
		<dc:creator>MasPoster</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Science & Tech]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[HTTP Web Server]]></category>

		<guid isPermaLink="false">http://eming.com/?p=296</guid>
		<description><![CDATA[Fifteen years ago, the Apache Server started as a fork (an independent development stream) of the NCSA HTTPd, today Apache HTTP Server powers nearly 112 million Websites world-wide,  forming the backbone of nearly 70% of all sites on the Internet. Apache Foundation was formally established in March 1999, it is an all-volunteer organization. The Apache HTTP Server is available for a variety of operating systems, including Unix, Linux, GNU, FreeBSD, Netware, Solaris, Windows, Mac OS X, OS/2, TPF, and eCS; and the server software can be downloaded, modified and installed by anyone free of charge...


Related posts:<ol><li><a href='http://eming.com/en/apache-directory-server-1-5-6-released/' rel='bookmark' title='Permanent Link: Apache Directory Server 1.5.6 Released'>Apache Directory Server 1.5.6 Released</a></li>
<li><a href='http://eming.com/en/apache-directory-studio-1-5-3-released/' rel='bookmark' title='Permanent Link: Apache Directory Studio 1.5.3 Released'>Apache Directory Studio 1.5.3 Released</a></li>
<li><a href='http://eming.com/en/oracle-acquires-the-apache-software-foundation-for-1-5-billion/' rel='bookmark' title='Permanent Link: Oracle Acquires The Apache Software Foundation for $1.5 Billion'>Oracle Acquires The Apache Software Foundation for $1.5 Billion</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-301" title="ASF-logo" src="http://eming.com/wp-content/uploads/2010/02/ASF-logo.png" alt="" width="169" height="51" />Fifteen years ago, the <a href="http://httpd.apache.org/">Apache Server</a> started as a fork (an  independent development stream) of the NCSA HTTPd, a Web server created by Robert M. McCool (Rob McCool) at the National Center for Supercomputing Applications.</p>
<p>At the time, NCSA HTTPd powered over 95% of all webservers on the Internet. When development of the NCSA HTTPd slowed down, the independent effort, Apache project, took the codebase and continued; meanwhile, NCSA released one more version (1.5), then ceased development; nearly all NCSA HTTPd users switched over to Apache.</p>
<p>The  Apache server surpassed NCSA HTTPd as the world&#8217;s most popular  Web server on the Internet within the first six months of inception. The Apache HTTP Server today powers nearly  112 million Websites world-wide,  forming the backbone of nearly 70% of all sites on the Internet.</p>
<p><a href="http://www.apache.org/">Apache Foundation</a> was formally established in March 1999, it is an all-volunteer organization. The Apache HTTP Server is available for a  variety of operating systems, including Unix, Linux, GNU, FreeBSD,  Netware, Solaris, Windows, Mac OS X, OS/2, TPF, and eCS; and the server software can be <a href="http://httpd.apache.org/download.cgi">downloaded</a>,  modified and installed by anyone free of charge under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License v.2.0</a>.</p>
<p>Current Releases:</p>
<ul>
<li><a href="http://httpd.apache.org/download.cgi">2.3.5-alpha</a> (released 2010-1-28)</li>
<li><a href="http://httpd.apache.org/download.cgi">2.2.14</a> (released 2009-10-05)</li>
<li><a href="http://httpd.apache.org/download.cgi">2.0.63</a> (released 2008-01-19)</li>
<li><a href="http://httpd.apache.org/download.cgi">1.3.42</a> (released 2010-02-02)</li>
</ul>


<p>Related posts:<ol><li><a href='http://eming.com/en/apache-directory-server-1-5-6-released/' rel='bookmark' title='Permanent Link: Apache Directory Server 1.5.6 Released'>Apache Directory Server 1.5.6 Released</a></li>
<li><a href='http://eming.com/en/apache-directory-studio-1-5-3-released/' rel='bookmark' title='Permanent Link: Apache Directory Studio 1.5.3 Released'>Apache Directory Studio 1.5.3 Released</a></li>
<li><a href='http://eming.com/en/oracle-acquires-the-apache-software-foundation-for-1-5-billion/' rel='bookmark' title='Permanent Link: Oracle Acquires The Apache Software Foundation for $1.5 Billion'>Oracle Acquires The Apache Software Foundation for $1.5 Billion</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eming.com/en/celebrating-15-years-of-apache-http-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
