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 15:59:30 UTC

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

Author: buildbot
Date: Mon Apr 20 13:59:30 2015
New Revision: 948413

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 13:59:30 2015
@@ -1 +1 @@
-1674848
+1674849

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 13:59:30 2015
@@ -86,6 +86,15 @@ To add OpenWebBeans to your Servlet Cont
 <p>You can add OpenWebBeans to your project manually by adding jars or with Apache Maven. How to download is explained here: <a href="/download.html">download page</a>. 
 The binary distributions include all the jars you need and the download page lists all the <a href="download.html#maven-dep">maven dependencies</a>. 
 But since OpenWebBeans is modular you should read below so you know what to add. </p>
+<h3 id="api-jars">API jars</h3>
+<p>Several API bundles exists for java EE and they are mostly compatible with OpenWebBeans. If you already include one of these you might not need any api jars. CDI and thus OpenWebBeans depends on the following four apis:</p>
+<ul>
+<li><strong>CDI: <a href="/download.html">geronimo-jcdi_1.0_spec.jar</a></strong></li>
+<li><strong>AtInject: <a href="/download.html">geronimo-atinject_1.0_spec.jar</a></strong></li>
+<li><strong>Interceptor: <a href="/download.html">geronimo-interceptor_1.2_spec.jar</a></strong></li>
+<li><strong>Common Annotations: <a href="/download.html">geronimo-annotation_1.2_spec.jar</a></strong></li>
+</ul>
+<p>You will only reference these API:s in your own project. This way your project will stay CDI vendor neutral. </p>
 <h3 id="required-parts">Required</h3>
 <p>For Servlet Container projects such as Tomcat and Jetty you always start with:</p>
 <ul>