You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by bu...@apache.org on 2015/04/20 17:00:47 UTC

svn commit: r948434 - in /websites/staging/openwebbeans/trunk/content: ./ openwebbeans-el.html

Author: buildbot
Date: Mon Apr 20 15:00:47 2015
New Revision: 948434

Log:
Staging update by buildbot for openwebbeans

Modified:
    websites/staging/openwebbeans/trunk/content/   (props changed)
    websites/staging/openwebbeans/trunk/content/openwebbeans-el.html

Propchange: websites/staging/openwebbeans/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 20 15:00:47 2015
@@ -1 +1 @@
-1674906
+1674909

Modified: websites/staging/openwebbeans/trunk/content/openwebbeans-el.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/openwebbeans-el.html (original)
+++ websites/staging/openwebbeans/trunk/content/openwebbeans-el.html Mon Apr 20 15:00:47 2015
@@ -74,8 +74,26 @@
 
 
         <div id="OwbContent_" class="wiki-content">
-<h1 id="openwebbeans-spi">OpenWebBeans SPI</h1>
-<p>Coming soon...</p>
+<h1 id="unified-expression-language">Unified Expression Language</h1>
+<p>Described in context here: <a href="http://openwebbeans.apache.org/owbsetup_ee.html">Getting started</a></p>
+<h3 id="el-22-module">EL 2.2 Module</h3>
+<div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.openwebbeans<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>openwebbeans-el22<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span><span class="cp">${</span><span class="n">owb</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span><span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;scope&gt;</span>compile<span class="nt">&lt;/scope&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+</pre></div>
+
+
+<h3 id="el-11-module">EL 1.1 Module</h3>
+<div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.openwebbeans<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>openwebbeans-el11<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span><span class="cp">${</span><span class="n">owb</span><span class="o">.</span><span class="n">version</span><span class="cp">}</span><span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;scope&gt;</span>compile<span class="nt">&lt;/scope&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+</pre></div>
         </div>
 
         <hr>