Author: struberg
Date: Mon Aug 29 08:23:46 2011
New Revision: 1162674
URL: http://svn.apache.org/viewvc?rev=1162674&view=rev
Log:
OWB-571 improve our site
Added:
openwebbeans/trunk/src/site/resources/images/logos/
openwebbeans/trunk/src/site/resources/images/logos/openwebbeans.png
- copied unchanged from r1162560,
openwebbeans/trunk/src/site/resources/images/openwebbeans.png
Modified:
openwebbeans/trunk/src/site/apt/contributing.apt
openwebbeans/trunk/src/site/apt/index.apt
openwebbeans/trunk/src/site/fml/faq.fml
openwebbeans/trunk/src/site/resources/images/apache-incubator-logo.png
openwebbeans/trunk/src/site/resources/images/openwebbeans.png
openwebbeans/trunk/src/site/site.xml
Modified: openwebbeans/trunk/src/site/apt/contributing.apt
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/src/site/apt/contributing.apt?rev=1162674&r1=1162673&r2=1162674&view=diff
==============================================================================
--- openwebbeans/trunk/src/site/apt/contributing.apt (original)
+++ openwebbeans/trunk/src/site/apt/contributing.apt Mon Aug 29 08:23:46 2011
@@ -13,4 +13,72 @@ Contributing to OpenWebBeans
We are always looking for new contributors to the project.
- Please join our discussions about the project in our mailing lists.
+
+* Mailing Lists
+
+ Please join our discussions about the project in our mailing lists by
+ sending an informal email to
+
+----------------
[email protected]
+----------------
+
+ for any usage specific questions, and
+
+----------------
[email protected]
+----------------
+
+ for bugs and feature discussions.
+
+
+* Issue Tracking
+
+ Bug reports and feature requests will be maintained via JIRA at
+
+
{{{https://issues.apache.org/jira/browse/OWB}https://issues.apache.org/jira/browse/OWB}}
+
+
+* Source Repository
+
+ The sources of Apache OpenWebBeans are maintained in the Apache Software
Foundation
+ Subversion repository.
+
+ The sources can be checked out read only with the following command:
+
+----------------
+svn co http://svn.apache.org/repos/asf/openwebbeans/trunk openwebbeans
+----------------
+
+ If you have commit rights, then you should use
+
+----------------
+svn co https://svn.apache.org/repos/asf/openwebbeans/trunk openwebbeans
+----------------
+
+
+* Building OpenWebBeans
+
+ Apache OpenWebBeans can be built by using Apache Maven. Just go into the
+ source directory and execute
+
+----------------
+mvn clean install
+----------------
+
+ The following maven profiles exist in our build to trigger additional
+ build steps and configuration:
+
+ * tck - for executing the JSR-299 standalone TCK
+
+ * jsr330-tck - for executing the JSR-330 TCK
+
+ * doc - for building the documentation PDF from docbook
+
+ []
+
+ To activate all of them use
+
+----------------
+mvn clean install -Ptck -Pjsr330-tck -Pdoc
+----------------
Modified: openwebbeans/trunk/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/src/site/apt/index.apt?rev=1162674&r1=1162673&r2=1162674&view=diff
==============================================================================
--- openwebbeans/trunk/src/site/apt/index.apt (original)
+++ openwebbeans/trunk/src/site/apt/index.apt Mon Aug 29 08:23:46 2011
@@ -14,17 +14,27 @@ Welcome to Apache OpenWebBeans
* What is OpenWebBeans?
- OpenWebBeans is an ASL-licensed implementation of the JSR-299
- "Contexts and Dependency Injection for the Java (TM) EE platform"
spezification.
+ OpenWebBeans is an Apache License v2.0 implementation of the JSR-299
+ "Contexts and Dependency Injection for the Java (TM) EE platform"
specification.
In addition to the implementation of the specification, the project provides
a set
of WebBeans components and integration plugins exposing functionality of
other
Apache Software Foundation projects.
+ Apache OpenWebBeans is based on a plugin architecture. The OpenWebBeans Core
is
+ strictly Java SE only. Additional functionality, like JSF-1 support, JSF-2
support
+ JPA support, JMS support, etc can be added by simply dropping the respective
+ OpenWebBeans plugin into your classpath.
+
+
* Recent News
* We are currently working towards an OpenWebBeans 1.1.1 release
+ * 04.08.2011 - Added backward compat support for Java5 for running OWB with
older EE containers
+
+ * 19.05.2001 - We got a new Logo, designed by Adonis Raduca and sponsored by
Irian.at
+
* 09.04.2011 - New PMC members: Gerhard Petracek, David Jencks
* 30.03.2011 - 1.1.0 released
Modified: openwebbeans/trunk/src/site/fml/faq.fml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/src/site/fml/faq.fml?rev=1162674&r1=1162673&r2=1162674&view=diff
==============================================================================
--- openwebbeans/trunk/src/site/fml/faq.fml (original)
+++ openwebbeans/trunk/src/site/fml/faq.fml Mon Aug 29 08:23:46 2011
@@ -39,7 +39,7 @@ under the License.
<source>
Speaking more abstractly, a bean is a source of contextual objects
which define
application state and/or logic. These objects are called contextual
instances of the bean.
- </source>
+ </source>
</answer>
</faq>
Modified: openwebbeans/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/src/site/site.xml?rev=1162674&r1=1162673&r2=1162674&view=diff
==============================================================================
--- openwebbeans/trunk/src/site/site.xml (original)
+++ openwebbeans/trunk/src/site/site.xml Mon Aug 29 08:23:46 2011
@@ -20,7 +20,7 @@
<project name="OpenWebBeans">
<bannerLeft>
<name>Apache OpenWebBeans</name>
-
<src>http://openwebbeans.apache.org/1.0.0-SNAPSHOT/images/openwebbeans.png</src>
+
<src>http://openwebbeans.apache.org/owb/images/logos/openwebbeans.png</src>
<href>http://openwebbeans.apache.org</href>
</bannerLeft>