From webbeans-commits at lists.jboss.org Sat Dec 20 19:08:38 2008 Content-Type: multipart/mixed; boundary="===============5936068203925974919==" MIME-Version: 1.0 From: webbeans-commits at lists.jboss.org To: weld-commits at lists.jboss.org Subject: [webbeans-commits] Webbeans SVN: r634 - doc/trunk/reference/en/modules. Date: Sat, 20 Dec 2008 19:08:37 -0500 Message-ID: --===============5936068203925974919== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: gavin.king(a)jboss.com Date: 2008-12-20 19:08:37 -0500 (Sat, 20 Dec 2008) New Revision: 634 Modified: doc/trunk/reference/en/modules/injection.xml doc/trunk/reference/en/modules/ri.xml Log: minor improvements Modified: doc/trunk/reference/en/modules/injection.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- doc/trunk/reference/en/modules/injection.xml 2008-12-20 23:37:01 UTC (r= ev 633) +++ doc/trunk/reference/en/modules/injection.xml 2008-12-21 00:08:37 UTC (r= ev 634) @@ -298,7 +298,7 @@ Going back to our example, when we deploy our integration tests, w= e want all = our @Mock objects to be installed: = - + Modified: doc/trunk/reference/en/modules/ri.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- doc/trunk/reference/en/modules/ri.xml 2008-12-20 23:37:01 UTC (rev 633) +++ doc/trunk/reference/en/modules/ri.xml 2008-12-21 00:08:37 UTC (rev 634) @@ -1,15 +1,34 @@ = - Using the Web Beans Reference Implementation + The Web Beans Reference Implementation = + + The Web Beans Reference Implementation is being developed at + the Seam project. + You can download the latest developer release of Web Beans from the + the downloads page. + = + - The Web Beans RI comes with a two examples, = + The Web Beans RI comes with a two deployable example applications, = webbeans-numberguess (a war example, containing o= nly simple beans) and webbeans-translator (an ear exa= mple, - containing enterprise beans). + containing enterprise beans). To run the examples you'll need the fo= llowing: = + + + the latest release of the Web Beans RI, + + + JBoss AS 5.0.0.GA, and + + + Ant 1.7.0. + + + = Currently, the Web Beans RI only runs on JBoss Application Server 5. = You'll need to download JBoss AS 5.0.0.GA from = @@ -22,7 +41,7 @@ = Next, download the Web Beans RI from = - seamframework.org, + seamframework.org, and unzip it. For example = @@ -55,7 +74,7 @@ = - To install the update, you'll need ant 1.7.0 installed, and the = + To install the update, you'll need Ant 1.7.0 installed, and the = ANT_HOME environment variable set. For example: = @@ -129,7 +148,7 @@ beans, packaged in an EJB module. To try it out: = - $ cd examples/traslator + $ cd examples/translator ant deploy = @@ -189,7 +208,7 @@ - + = - +