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 16:15:43 UTC

svn commit: r948419 - in /websites/staging/openwebbeans/trunk/content: ./ owbsetup_ee.html

Author: buildbot
Date: Mon Apr 20 14:15:43 2015
New Revision: 948419

Log:
Staging update by buildbot for openwebbeans

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

Propchange: websites/staging/openwebbeans/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Apr 20 14:15:43 2015
@@ -1 +1 @@
-1674855
+1674860

Modified: websites/staging/openwebbeans/trunk/content/owbsetup_ee.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/owbsetup_ee.html (original)
+++ websites/staging/openwebbeans/trunk/content/owbsetup_ee.html Mon Apr 20 14:15:43 2015
@@ -115,16 +115,19 @@ But since OpenWebBeans is modular you sh
 <h3 id="when-to-use-respective-plugin">When to use respective plugin</h3>
 <p>If the project uses Expression Language add EL plugin accordingly to your version. This is required for using EL.</p>
 <ul>
-<li>el11 for Expression Language 1.1. el22 - For Expression Language 2.2 or above.</li>
+<li>Expression Language 1.1 - <strong><a href="/download.html#plugins-version">openwebbeans-jsf12</a></strong></li>
+<li>Expression Language 2.2 / 3.0 - <strong><a href="/download.html#plugins-version">openwebbeans-el22</a></strong></li>
 </ul>
 <p></br>
-For JSF support add JSF plugin accordingly to your version of JSF. This plugin is required for JSF support and do not forget the include the EL-plugin.</p>
+For JSF support add JSF plugin accordingly to your version of JSF. This plugin is required for JSF support and do not forget the include the EL-plugin explained above.</p>
 <ul>
-<li>jsf or jsf12 (JavaServerFaces 2.x or JavaServerFaces 1.2)</li>
+<li>Java Server Faces 2.0 or later - <strong><a href="/download.html#plugins-version">openwebbeans-jsf22</a></strong></li>
+<li>Java Server Faces 1.1/1.2 - <strong><a href="/download.html#plugins-version">openwebbeans-jsf12</a></strong></li>
 </ul>
-<p>If the project uses Tomcat 6 or Tomcat 7. This is not required but enables injection in Servlets and Filters. Note that Tomcat7 should be read as Tomcat7+ thus it works perfectly fine with Tomcat 8.</p>
+<p>If the project uses Tomcat 6 or Tomcat 7 you can add the respective plugin. This is not required but enables injection in Servlets and Filters. Note that Tomcat7 should be read as Tomcat7+ thus it works perfectly fine with Tomcat 8.</p>
 <ul>
-<li>tomcat6 or tomcat7</li>
+<li>Tomcat 6 - <strong><a href="/download.html#plugins-version">openwebbeans-tomcat6</a></strong></li>
+<li>Tomcat 7 / Tomcat 8 - <strong><a href="/download.html#plugins-version">openwebbeans-tomcat7</a></strong></li>
 </ul>
 <h3 id="configuring-owb">Bootstrapping OpenWebBeans</h3>
 <p>Simply put the following listener in web.xml: </p>