Author: buildbot
Date: Mon Sep 23 05:54:04 2013
New Revision: 879530
Log:
Staging update by buildbot for deltaspike
Modified:
websites/staging/deltaspike/trunk/content/ (props changed)
websites/staging/deltaspike/trunk/content/documentation.html
Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Sep 23 05:54:04 2013
@@ -1 +1 @@
-1503088
+1525510
Modified: websites/staging/deltaspike/trunk/content/documentation.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/documentation.html (original)
+++ websites/staging/deltaspike/trunk/content/documentation.html Mon Sep 23
05:54:04 2013
@@ -130,13 +130,12 @@
<p>Apache DeltaSpike project has been created to support the development of
portable CDI extensions that provide useful features for Java applications
not provided out of the box by the CDI spec (Security, JPA, ...). CDI
extensions created by the DeltaSpike community are packaged as modules.</p>
<p>The goal of the project is also to provide useful classes to :</p>
-<div class="codehilite"><pre><span class="o">*</span> <span
class="n">Boot</span> <span class="n">CDI</span> <span
class="n">Container</span> <span class="p">(</span><span
class="n">Weld</span><span class="p">,</span> <span
class="n">OpenWebbeans</span><span class="p">,</span> <span
class="n">OpenEJB</span><span class="p">)</span> <span class="k">for</span>
<span class="n">Java</span> <span class="n">SE</span><span class="p">,</span>
-<span class="o">*</span> <span class="n">Stage</span> <span class="n">a</span>
<span class="n">project</span><span class="p">,</span>
-<span class="o">*</span> <span class="n">Provide</span> <span
class="n">new</span> <span class="n">scopes</span> <span
class="p">(</span><span class="n">Window</span> <span
class="n">Scope</span><span class="p">,</span> <span class="p">...),</span>
-<span class="o">*</span> <span class="n">Manage</span> <span
class="n">messages</span> <span class="n">and</span> <span
class="n">configurations</span>
-</pre></div>
-
-
+<ul>
+<li>Boot CDI Container (Weld, OpenWebbeans, OpenEJB) for Java SE,</li>
+<li>Stage a project,</li>
+<li>Provide new scopes (Window Scope, ...),</li>
+<li>Manage messages and configurations</li>
+</ul>
<p>The project is currently tested on different CDI implementations like
Apache OpenWebBeans and JBoss Weld, and also on different Java Web containers
like Apache TomEE or JavaEE, JBoss-AS7, Oracle GlassFish 3.1+, Oracle Weblogic
Server 12c.</p>
<p>[TODO] Define what portable means like also CDI extension and refers to
documentation links</p>
<h1 id="getting-started">Getting Started</h1>