Return-Path: X-Original-To: apmail-openwebbeans-commits-archive@www.apache.org Delivered-To: apmail-openwebbeans-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 9A4EC10C95 for ; Wed, 2 Oct 2013 12:32:56 +0000 (UTC) Received: (qmail 70885 invoked by uid 500); 2 Oct 2013 12:32:54 -0000 Delivered-To: apmail-openwebbeans-commits-archive@openwebbeans.apache.org Received: (qmail 70445 invoked by uid 500); 2 Oct 2013 12:32:51 -0000 Mailing-List: contact commits-help@openwebbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwebbeans.apache.org Delivered-To: mailing list commits@openwebbeans.apache.org Received: (qmail 70428 invoked by uid 99); 2 Oct 2013 12:32:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Oct 2013 12:32:50 +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; Wed, 02 Oct 2013 12:32:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EB754238890B; Wed, 2 Oct 2013 12:32:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1528444 - /openwebbeans/cms-site/trunk/content/documentation.mdtext Date: Wed, 02 Oct 2013 12:32:28 -0000 To: commits@openwebbeans.apache.org From: struberg@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131002123228.EB754238890B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: struberg Date: Wed Oct 2 12:32:28 2013 New Revision: 1528444 URL: http://svn.apache.org/r1528444 Log: applying new structure according ideas of Karl Kilden. Modified: openwebbeans/cms-site/trunk/content/documentation.mdtext Modified: openwebbeans/cms-site/trunk/content/documentation.mdtext URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/documentation.mdtext?rev=1528444&r1=1528443&r2=1528444&view=diff ============================================================================== --- openwebbeans/cms-site/trunk/content/documentation.mdtext (original) +++ openwebbeans/cms-site/trunk/content/documentation.mdtext Wed Oct 2 12:32:28 2013 @@ -1,13 +1,40 @@ -# Using OpenWebBeans +# About Apache OpenWebBeans + + +# Getting Started +- [Adding OWB to your project](owbsetup.html) - [OWB Samples](samples.html) + # Modules - [Modules Overview Page](modules.html) +OpenWebBeans consists of a core system which heavily uses SPIs (Service Provider Interfaces) +to extend it's functionality. The core system itself is purely JavaSE based +and does not need any further dependency. All special JavaEE features get added via +separate plugins. + +- [OpenWebBeans Core](openwebbeans-impl.html) +- [SPI definition](openwebbeans-spi.html) +- [EE Common plugin](openwebbeans-ee-common.html) +- [Web plugin](openwebbeans-web.html) +- [EJB plugin](openwebbeans-ejb.html) +- [Java EE plugin](openwebbeans-ee.html) +- [Tomcat plugins 6 & 7](openwebbeans-tomcat.html) +- [JMS plugin](openwebbeans-jms.html) +- [JSF plugins](openwebbeans-jsf.html) +- [EL 1.0 plugin](openwebbeans-el10.html) +- [EE Resource plugin](openwebbeans-resource.html) +- [OSGi plugin](openwebbeans-osgi.html) +- [CDI Test Framework](owbtest.html) +- [OWB Samples](samples/index.html) + -# OpenWebBeans CDI testing framework +# Testing Strategies for CDI Projects +- [Apache DeltaSpike CdiCtrl](comingsoon.html) +- [OpenWebBeans Arquillian adapter](arquillian.html) - [CDI Test Framework](owbtest.html) +- [OpenWebBeans Lifecycle](comingsoon.html)