Return-Path: X-Original-To: apmail-incubator-deltaspike-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-deltaspike-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 181A4DBD4 for ; Thu, 13 Sep 2012 08:57:51 +0000 (UTC) Received: (qmail 51657 invoked by uid 500); 13 Sep 2012 08:57:50 -0000 Delivered-To: apmail-incubator-deltaspike-commits-archive@incubator.apache.org Received: (qmail 51507 invoked by uid 500); 13 Sep 2012 08:57:47 -0000 Mailing-List: contact deltaspike-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltaspike-dev@incubator.apache.org Delivered-To: mailing list deltaspike-commits@incubator.apache.org Received: (qmail 51473 invoked by uid 99); 13 Sep 2012 08:57:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2012 08:57:45 +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; Thu, 13 Sep 2012 08:57:39 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E91B2238890D; Thu, 13 Sep 2012 08:56:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1384242 - in /incubator/deltaspike/site/trunk: content/deltaspike/ content/deltaspike/resources/files/ templates/ Date: Thu, 13 Sep 2012 08:56:54 -0000 To: deltaspike-commits@incubator.apache.org From: cmoulliard@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120913085654.E91B2238890D@eris.apache.org> Author: cmoulliard Date: Thu Sep 13 08:56:53 2012 New Revision: 1384242 URL: http://svn.apache.org/viewvc?rev=1384242&view=rev Log: Modify manu bar, change source page Added: incubator/deltaspike/site/trunk/content/deltaspike/resources/files/ incubator/deltaspike/site/trunk/content/deltaspike/resources/files/deltaspike-code-conventions.xml incubator/deltaspike/site/trunk/content/deltaspike/resources/files/settings.jar (with props) Removed: incubator/deltaspike/site/trunk/templates/standard.html Modified: incubator/deltaspike/site/trunk/content/deltaspike/build.mdtext incubator/deltaspike/site/trunk/content/deltaspike/documentation.mdtext incubator/deltaspike/site/trunk/content/deltaspike/getting-started.mdtext incubator/deltaspike/site/trunk/content/deltaspike/index.html incubator/deltaspike/site/trunk/content/deltaspike/source.mdtext incubator/deltaspike/site/trunk/templates/deltaspike-markdown.html Modified: incubator/deltaspike/site/trunk/content/deltaspike/build.mdtext URL: http://svn.apache.org/viewvc/incubator/deltaspike/site/trunk/content/deltaspike/build.mdtext?rev=1384242&r1=1384241&r2=1384242&view=diff ============================================================================== --- incubator/deltaspike/site/trunk/content/deltaspike/build.mdtext (original) +++ incubator/deltaspike/site/trunk/content/deltaspike/build.mdtext Thu Sep 13 08:56:53 2012 @@ -41,3 +41,4 @@ https://builds.apache.org/view/A-F/view/ ## Sonar https://analysis.apache.org/dashboard/index/org.apache.deltaspike:deltaspike-project + Modified: incubator/deltaspike/site/trunk/content/deltaspike/documentation.mdtext URL: http://svn.apache.org/viewvc/incubator/deltaspike/site/trunk/content/deltaspike/documentation.mdtext?rev=1384242&r1=1384241&r2=1384242&view=diff ============================================================================== --- incubator/deltaspike/site/trunk/content/deltaspike/documentation.mdtext (original) +++ incubator/deltaspike/site/trunk/content/deltaspike/documentation.mdtext Thu Sep 13 08:56:53 2012 @@ -20,9 +20,14 @@ Notice: Licensed to the Apache Softwa *** -# Introduction +# Get your shoes with DeltaSpike -DeltaSpike consists of the following modules: +As [CDI]() implmentations are not provided out of the box top of all Java Containers (Java SE, Web Application Server - Apache Tomcat, Eclipse Jetty, ...), this is where DeltaSpike will help +you as it provides the tooling required to bootstrap the container. One of the key benefit is that it offers you the possibility to start with the CDI implementation +of your choice ([JBoss Weld](), [Apache OpenWebbeans](), [Apache OpenEJB]()) as it uses the ServiceLoader of JDK to detect which implementation has been packaged in your +project's classpath. + +To Required modules: @@ -33,7 +38,7 @@ Required modules: In the listings below replace the placeholders for the version with the version of your choice or use: - incubating-0.1-SNAPSHOT + 0.3-incubating @@ -72,3 +77,8 @@ Several DeltaSpike features can be used lifecycle.stopApplication(null); } } + +# Features + +Another characteristic of DeltaSpike is that it provides [CDI extension]() to cover new features which are not proposed by the CDI 1.0 specification. +Such features Modified: incubator/deltaspike/site/trunk/content/deltaspike/getting-started.mdtext URL: http://svn.apache.org/viewvc/incubator/deltaspike/site/trunk/content/deltaspike/getting-started.mdtext?rev=1384242&r1=1384241&r2=1384242&view=diff ============================================================================== --- incubator/deltaspike/site/trunk/content/deltaspike/getting-started.mdtext (original) +++ incubator/deltaspike/site/trunk/content/deltaspike/getting-started.mdtext Thu Sep 13 08:56:53 2012 @@ -16,6 +16,8 @@ Notice: Licensed to the Apache Softwa specific language governing permissions and limitations under the License. +# Get your shoes on DeltaSpike + DeltaSpike consists of the following modules: Required modules: @@ -27,7 +29,7 @@ Required modules: In the listings below replace the placeholders for the version with the version of your choice or use: - incubating-0.1-SNAPSHOT + 0.3-incubating Modified: incubator/deltaspike/site/trunk/content/deltaspike/index.html URL: http://svn.apache.org/viewvc/incubator/deltaspike/site/trunk/content/deltaspike/index.html?rev=1384242&r1=1384241&r2=1384242&view=diff ============================================================================== --- incubator/deltaspike/site/trunk/content/deltaspike/index.html (original) +++ incubator/deltaspike/site/trunk/content/deltaspike/index.html Thu Sep 13 08:56:53 2012 @@ -32,9 +32,10 @@