Author: struberg
Date: Wed Nov 21 12:17:07 2018
New Revision: 1847093
URL: http://svn.apache.org/viewvc?rev=1847093&view=rev
Log:
improve getting started guide
Modified:
openwebbeans/cms-site/trunk/content/documentation.mdtext
Modified: openwebbeans/cms-site/trunk/content/documentation.mdtext
URL:
http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/documentation.mdtext?rev=1847093&r1=1847092&r2=1847093&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/documentation.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/documentation.mdtext Wed Nov 21
12:17:07 2018
@@ -19,6 +19,9 @@ Notice: Licensed to the Apache Softwa
<a name="module-overview"></a>
# Getting Started
+
+If you are completely new to CDI then you might want to take a look at the
following introductory articles
+
- [How CDI works](cdi_explained.html)
- [Adding OpenWebBeans to your JavaSE project](owbsetup_se.html)
- [Adding OpenWebBeans to Apache Tomcat](owbsetup_tomcat.html)
@@ -27,6 +30,11 @@ Notice: Licensed to the Apache Softwa
- [OpenWebBeans configuration](owbconfig.html)
- [FAQ](faq.html)
+There are several Application Containers which come with Apache OpenWebBeans
as their core CDI container
+
+ - [Apache Meecrowave](https://openwebbeans.apache.org/meecrowave/)
+ - [Apache TomEE] (https://tomee.apache.org)
+
# OpenWebBeans Plugin Structure
OpenWebBeans consists of a core system which heavily uses SPIs (Service
Provider Interfaces)