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

svn commit: r1674844 - /openwebbeans/cms-site/trunk/content/owbsetup_ee.mdtext

Author: karlkilden
Date: Mon Apr 20 13:33:24 2015
New Revision: 1674844

URL: http://svn.apache.org/r1674844
Log:
CMS commit to openwebbeans by karlkilden

Modified:
    openwebbeans/cms-site/trunk/content/owbsetup_ee.mdtext

Modified: openwebbeans/cms-site/trunk/content/owbsetup_ee.mdtext
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/owbsetup_ee.mdtext?rev=1674844&r1=1674843&r2=1674844&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/owbsetup_ee.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/owbsetup_ee.mdtext Mon Apr 20 13:33:24 2015
@@ -18,12 +18,11 @@ Notice:    Licensed to the Apache Softwa
 
 # Adding OpenWebBeans to your Servlet Container project
 
+OpenWebBeans in a great match for web-apps and should work well for your favorite Servlet Containers such as Jetty or Tomcat.
+To add OpenWebBeans to your Servlet Container project you need to take the following steps.
 
-To add OpenWebBeans to your Servlet Container project you need to take the following steps:
-
- 1. Add required jars to your project
- 2. Add web and other plugins accordingly to your needs
- 3. In some cases add org.apache.webbeans.servlet.WebBeansConfigurationListener to web.xml as a listener
+ 1. Add dependencies accordingly to instructions below.
+ 2. In some cases add org.apache.webbeans.servlet.WebBeansConfigurationListener to web.xml as a listener
  3. Done! Congratulations.
 
 
@@ -61,7 +60,7 @@ For JSF support add JSF plugin according
 
 * jsf or jsf12 (JavaServerFaces 2.x or JavaServerFaces 1.2)
 
-If the project uses Tomcat 6 or Tomcat 7. This is not required but adds extra features.
+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.
 
 * tomcat6 or tomcat7