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 2012/12/11 10:11:51 UTC

svn commit: r841650 - in /websites/staging/openwebbeans/trunk/content: ./ index.html

Author: buildbot
Date: Tue Dec 11 09:11:50 2012
New Revision: 841650

Log:
Staging update by buildbot for openwebbeans

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

Propchange: websites/staging/openwebbeans/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Dec 11 09:11:50 2012
@@ -1 +1 @@
-1420036
+1420043

Modified: websites/staging/openwebbeans/trunk/content/index.html
==============================================================================
--- websites/staging/openwebbeans/trunk/content/index.html (original)
+++ websites/staging/openwebbeans/trunk/content/index.html Tue Dec 11 09:11:50 2012
@@ -55,12 +55,23 @@
         <div class="hero-unit">
 			<div class="row">
 				<div class="span2">
-					<img src="resources/images/logo.png" height="200px" alt="owb_logo"/>
+					<img src="resources/images/logo.png" alt="owb_logo"/>
 				</div>
-				<div class="span10">
-					Apache OpenWebBeans delivers an implementation of the 
-					[CDI Specification (JSR299)](http://jcp.org/en/jsr/detail?id=299),
-					which is TCK compliant and works on Java SE 5 or later.
+				<div class="span8">
+					<p>
+						Apache OpenWebBeans delivers an implementation of the 
+						<a href="http://jcp.org/en/jsr/detail?id=299">Contexts and Dependency injection for the Java EE platform (CDI) 1.0 Specification (JSR299)</a>.
+						OpenWebBeans is TCK compliant and works on Java SE 5 or later.
+					</p>
+					<p>
+						Apache OpenWebBeans is
+						<ul>
+							<li>Fast - we agressively use caches internally and deliver great performance</li>
+							<li>Modular - OpenWebBeans Core is purely JavaSE, additional EE functionality gets added via 'plugins'</li>
+							<li>Industry Proved - Many projects use OpenWebBeans in production.</li>
+							<li>Community Oriented - Please visit our mailing list and we will help you moving your project forwrard.</li>
+						</ul>
+					</p>
 				</div>
             <!-- <p><a class="btn btn-primary btn-large">Learn more »</a></p> -->
         </div>