Return-Path: X-Original-To: apmail-aries-commits-archive@www.apache.org Delivered-To: apmail-aries-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B1251D071 for ; Fri, 24 May 2013 14:57:09 +0000 (UTC) Received: (qmail 63931 invoked by uid 500); 24 May 2013 14:57:09 -0000 Delivered-To: apmail-aries-commits-archive@aries.apache.org Received: (qmail 63725 invoked by uid 500); 24 May 2013 14:57:09 -0000 Mailing-List: contact commits-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list commits@aries.apache.org Received: (qmail 63649 invoked by uid 99); 24 May 2013 14:57:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 May 2013 14:57:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 May 2013 14:57:06 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EA59A23889FD for ; Fri, 24 May 2013 14:56:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r862991 - in /websites/staging/aries/trunk/content: ./ index.html Date: Fri, 24 May 2013 14:56:46 -0000 To: commits@aries.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130524145646.EA59A23889FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Fri May 24 14:56:46 2013 New Revision: 862991 Log: Staging update by buildbot for aries Modified: websites/staging/aries/trunk/content/ (props changed) websites/staging/aries/trunk/content/index.html Propchange: websites/staging/aries/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Fri May 24 14:56:46 2013 @@ -1 +1 @@ -1466568 +1486083 Modified: websites/staging/aries/trunk/content/index.html ============================================================================== --- websites/staging/aries/trunk/content/index.html (original) +++ websites/staging/aries/trunk/content/index.html Fri May 24 14:56:46 2013 @@ -276,12 +276,20 @@

Apache Aries

The Aries project consists of a set of pluggable Java components enabling an enterprise OSGi application programming model. This includes -implementations and extensions of application-focused specifications -defined by the OSGi Alliance Enterprise Expert Group (EEG) and an assembly -format for multi-bundle applications, for deployment to a variety of OSGi +implementations (and extensions) of the following Enterprise OSGi specifications:

+
    +
  • Blueprint Specification
  • +
  • JTA Transaction Services Specification
  • +
  • JMX Management Model Specification
  • +
  • JNDI Services Specification
  • +
  • JPA Service Specification
  • +
  • Service Loader Mediator Specification
  • +
  • Subsystem Service Specification
  • +
+

The specifications are defined in the OSGi Alliance Enterprise Expert Group (EEG) for deployment to a variety of OSGi based runtimes.

-

The OSGi R4 V4.2 Enterprise Specification can be found here:

-

http://www.osgi.org/Download/Release4V42

+

The OSGi R5 Enterprise Specification can be found here:

+

http://www.osgi.org/Download/Release5

To understand the complete scope of the Aries project, see the Aries proposal document on the incubator wiki.