You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by bu...@apache.org on 2011/07/13 15:37:20 UTC

svn commit: r792637 - /websites/staging/aries/trunk/content/modules/spi-fly.html

Author: buildbot
Date: Wed Jul 13 13:37:19 2011
New Revision: 792637

Log:
Staging update by buildbot

Modified:
    websites/staging/aries/trunk/content/modules/spi-fly.html

Modified: websites/staging/aries/trunk/content/modules/spi-fly.html
==============================================================================
--- websites/staging/aries/trunk/content/modules/spi-fly.html (original)
+++ websites/staging/aries/trunk/content/modules/spi-fly.html Wed Jul 13 13:37:19 2011
@@ -250,9 +250,11 @@
             <div class="wiki-content"><h1 id="spi-fly">SPI-Fly</h1>
 <p>This page describes the SPI Fly component.
 The SPI Fly component is aimed at providing general support for the JRE SPI
-mechanism (including the usage of META-INF/services) in OSGi.</p>
+mechanism (including the usage of <tt>java.util.ServiceLoader</tt> and <tt>META-INF/services</tt>) in OSGi.</p>
+<p>There are currently standardization efforts ongoing in the OSGi Alliance for which the SPI-Fly project is a prototype. 
+For more information, see RFC 167 in the OSGi Enterprise 4.4 EA draft: <a href="http://www.osgi.org/download/osgi-early-draft-2011-05.pdf">http://www.osgi.org/download/osgi-early-draft-2011-05.pdf</a></p>
 <p>The code can be found in
-http://svn.apache.org/repos/asf/incubator/aries/trunk/spi-fly</p>
+<a href="http://svn.apache.org/repos/asf/incubator/aries/trunk/spi-fly">http://svn.apache.org/repos/asf/incubator/aries/trunk/spi-fly</a></p>
 <p>Currently the implementation does the following:</p>
 <p>Providers:</p>
 <ul>