Author: davidb
Date: Wed Jun 5 09:47:02 2013
New Revision: 1489774
URL: http://svn.apache.org/r1489774
Log:
Expand list of Aries component.
Modified:
aries/site/trunk/content/documentation/ariesprogrammingmodel.mdtext
Modified: aries/site/trunk/content/documentation/ariesprogrammingmodel.mdtext
URL:
http://svn.apache.org/viewvc/aries/site/trunk/content/documentation/ariesprogrammingmodel.mdtext?rev=1489774&r1=1489773&r2=1489774&view=diff
==============================================================================
--- aries/site/trunk/content/documentation/ariesprogrammingmodel.mdtext
(original)
+++ aries/site/trunk/content/documentation/ariesprogrammingmodel.mdtext Wed Jun
5 09:47:02 2013
@@ -3,19 +3,40 @@ Title: AriesProgrammingModel
<a name="AriesProgrammingModel-AriesProgrammingModel"></a>
# Aries Programming Model
+Aries facilitates OSGi and Enterprise OSGi development by proving a variety of
tools and programming models that can be
+useful for OSGi bundles and applications. This includes technology that
implements or extends Enterprise OSGi specifications
+as well as Apache Aries-specific technology.
+
+The following components can be found in Apache Aries:
+
+* [Blueprint](/modules/blueprint.html) (OSGi spec chapter 121)
+ * [Blueprint annotations](/modules/blueprintannotation.html)
+ * [Blueprint web](/modules/blueprintweb.html)
+ * [Blueprint without osgi](/modules/blueprintnoosgi.html)
+* Subsystems (OSGi spec chapter 134)
+* [Transactions support](/modules/transactionsproject.html) (OSGi spec chapter
123)
+* [JPA support](/modules/jpaproject.html) (OSGi spec chapter 127)
+* [JMX support](/modules/jmx.html) (OSGi spec chapter 124)
+* [JNDI support](/modules/jndiproject.html) (OSGi spec chapter 126)
+* EJB support
+* [Service Loader Mediator](/modules/spi-fly.html) (OSGi spec chapter 133)
+* Web Application URL Handler (OSGi spec section 128.4)
+
+Additional components:
+
+* Quiesce manager
+* Proxy support
+* Aries utils
+* Aries test support
+
+Build tools:
-The programming model use in Apache Aries is described in sections under each
module, here are links:
-
- 1. Application
+* [esa-maven-plugin](/modules/ebamavenpluginproject.html)
+* maven versioning plugin
+##Obsolete
+This section list technology that can be found in Apache Aries but has since
been superseded by other technology.
+ * Application (superseded by Subsystems)
- [Application introduction](/modules/applications.html)
-
- - [Application module overview](application-dependencies.html)
-
-
- 4. [Blueprint](/modules/blueprint.html)
-
- 5. [Transactions](/modules/transactionsproject.html)
-
- 6. [JPA](/modules/jpaproject.html)
+ - [Application module overview](application-dependencies.html)
\ No newline at end of file