Author: struberg
Date: Mon Aug 29 15:30:34 2011
New Revision: 1162869
URL: http://svn.apache.org/viewvc?rev=1162869&view=rev
Log:
OWB-571 improve general JSR-299 and JSR-330 documentation
Modified:
openwebbeans/trunk/src/site/apt/jsr299.apt
openwebbeans/trunk/src/site/apt/jsr330.apt
openwebbeans/trunk/src/site/site.xml
Modified: openwebbeans/trunk/src/site/apt/jsr299.apt
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/src/site/apt/jsr299.apt?rev=1162869&r1=1162868&r2=1162869&view=diff
==============================================================================
--- openwebbeans/trunk/src/site/apt/jsr299.apt (original)
+++ openwebbeans/trunk/src/site/apt/jsr299.apt Mon Aug 29 15:30:34 2011
@@ -13,7 +13,16 @@ JSR-299 Contexts and Dependency Injectio
The purpose of the WebBeans specification is to unify the JSF managed bean
component model
with the EJB component model, resulting in a significantly simplified
programming model
- for web-based applications.
+ for web-based applications.
+
+ Over the time, JSR-299 has evolved into a IOC framework which is more web
agnostic.
+ The JSR-299 specification has finally changed it's name to
+ "Contexts and Dependency Injection for the Java (TM) EE platform" to better
reflect
+ it's comprehensive features.
+
+ While the specification is targeted to Java EE environments,
+ Apache OpenWebBeans also works very well even in pure Java SE applications!
+
* Official Resources
Modified: openwebbeans/trunk/src/site/apt/jsr330.apt
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/src/site/apt/jsr330.apt?rev=1162869&r1=1162868&r2=1162869&view=diff
==============================================================================
--- openwebbeans/trunk/src/site/apt/jsr330.apt (original)
+++ openwebbeans/trunk/src/site/apt/jsr330.apt Mon Aug 29 15:30:34 2011
@@ -14,6 +14,10 @@ JSR-330 Dependency Injection for Java
The purpose of the JSR-330 'atinject' specification is to provide basic
dependency
injection annotations for Java.
+ It is nowadays to a large degree the basic foundation of the JSR-299
specification.
+ Please note that JSR-330 only defines the very basic annotation syntax and
almost
+ no behavior!
+
* Official Resources
* {{{http://www.jcp.org/en/jsr/detail?id=330}Java Specification Request
330}}
Modified: openwebbeans/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/src/site/site.xml?rev=1162869&r1=1162868&r2=1162869&view=diff
==============================================================================
--- openwebbeans/trunk/src/site/site.xml (original)
+++ openwebbeans/trunk/src/site/site.xml Mon Aug 29 15:30:34 2011
@@ -41,18 +41,18 @@
<menu name="Overview">
<item name="Introduction" href="index.html" />
+ <item name="JSR-299" href="jsr299.html" />
+ <item name="JSR-330" href="jsr330.html" />
</menu>
<menu name="OpenWebBeans">
- <item name="JSR-299" href="jsr299.html" />
- <item name="JSR-330" href="jsr330.html" />
<item name="Contributing" href="contributing.html" />
<item name="IRC" href="irc.html" />
<item name="Documentation" href="documentation.html"/>
<item name="FAQ" href="faq.html" />
<item name="Extensions" href="extensions/index.html" />
- <item name="Download Apache OWB"
href="http://www.apache.org/dyn/closer.cgi/openwebbeans/" />
<item name="Logos & Trademarks" href="trademarks.html" />
+ <item name="Download Apache OWB"
href="http://www.apache.org/dyn/closer.cgi/openwebbeans/" />
</menu>
<menu ref="modules" />