From webbeans-commits at lists.jboss.org Thu Jul 23 18:56:26 2009 Content-Type: multipart/mixed; boundary="===============3165335594817274083==" MIME-Version: 1.0 From: webbeans-commits at lists.jboss.org To: weld-commits at lists.jboss.org Subject: [webbeans-commits] Webbeans SVN: r3176 - tck/trunk/doc/reference/en-US. Date: Thu, 23 Jul 2009 18:56:26 -0400 Message-ID: <200907232256.n6NMuQ1X030737@svn01.web.mwc.hst.phx2.redhat.com> --===============3165335594817274083== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: pete.muir(a)jboss.org Date: 2009-07-23 18:56:26 -0400 (Thu, 23 Jul 2009) New Revision: 3176 Modified: tck/trunk/doc/reference/en-US/Book_Preface.xml Log: ws Modified: tck/trunk/doc/reference/en-US/Book_Preface.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 --- tck/trunk/doc/reference/en-US/Book_Preface.xml 2009-07-23 22:48:26 UTC = (rev 3175) +++ tck/trunk/doc/reference/en-US/Book_Preface.xml 2009-07-23 22:56:26 UTC = (rev 3176) @@ -1,44 +1,119 @@ - + - Preface - This guide describes how to download, install, configure, and run = the Technology Compatibility Kit (TCK) used to verify the compatibility of = a licensee's implementation of the JSR-299: Context and Dependency Inj= ection for Java EE specification. - The JSR-299 TCK is built atop the JBoss Test Harness, a portable = and configurable automated test suite for authoring unit and integration te= sts in a Java EE environment. The JSR-299 TCK 1.0.0 uses the JBoss Test Har= ness version 1.0.0.BETA3 to execute the test suite. -
- Who Should Use This Book - This guide is for licensees of the Context and Dependency Inject= ion for Java EE 1.0 (JSR-299) technology to assist in running the test suit= e that verifies the compatibility of their implementation. -
-
- Before You Read This Book - Before reading this guide, you should familiarize yourself with = the Java EE programming model, specifically the Enterprise JavaBeans (EJB) = 3.0 and the Contexts and Dependency Injection for Java EE 1.0 specification= s. A good resource for the Java EE programming model is the JCP web site. - The JSR-299 TCK is based on the Context and Dependency Injection= for Java EE technology specification 1.0 (JSR-299). Information about the = specification, including links to the specification documents, can be found= on the JSR-299 JCP pa= ge. - Before running the tests in the JSR-299 TCK, read and become fam= iliar with the JBoss Test Harness Reference Guide (pending), which describe= s how the test harness functions. -
-
- How This Book Is Organized - If you are running the JSR-299 TCK for the first time, read Chap= ter 1 and Chapter 2 completely for the necessary background information abo= ut the TCK and its purpose. Once you have reviewed that material, perform t= he steps outlined in the remaining chapters. - - - Chapter 1 gives an overview of the principles that apply gen= erally to all Technology Compatibility Kits (TCKs) and describes the JSR-29= 9 TCK architecture and components. It also includes a broad overview of how= the TCK is executed and lists the platforms on which the TCK has been test= ed and verified. - - - Chapter 2 explains where to obtain the required software and= how to install it. It covers both the primary TCK components as well as to= ols useful for troubleshooting tests. - - - Chapter 3 details the configuration of the JBoss Test Harnes= s, how to create a TCK runner for the TCK test suite and the mechanics of h= ow an in-container test is conducted. - - - Chapter 4 documents how the TCK test suite is executed. It c= overs both modes supported by the TCK, standalone and in-container, and sho= ws how to dump the generated test artifacts to disk. - - - Chapter 5 shows how to run individual tests in Eclipse and a= dvices the best way to setup your Eclipse workspace for running the tests.<= /para> - - - Chapter 6 builds on chapter 5 by detailing how to debug indi= vidual tests in Eclipse. - - - Chapter 7 (pending) explains the test reports that are gener= ated by the TCK test suite and introduces the TCK audit report as a tool fo= r measure a licensee's progress in passing the TCK. - - -
+ Preface + + + This guide describes how to download, install, configure, and run the + Technology Compatibility Kit (TCK) used to verify the compatibility = of a + licensee's implementation of the JSR-299: Context and Dependency + Injection for Java EE specification. + + + The JSR-299 TCK is built atop the JBoss Test Harness, a portable and + configurable automated test suite for authoring unit and integration= tests + in a Java EE environment. The JSR-299 TCK 1.0.0 uses the JBoss Test + Harness version 1.0.0.BETA3 to execute the test suite. + + +
+ Who Should Use This Book + + This guide is for licensees of the Context and Dependency Injecti= on + for Java EE 1.0 (JSR-299) technology to assist in running the test + suite that verifies the compatibility of their implementation. + +
+ = +
+ Before You Read This Book + = + + Before reading this guide, you should familiarize yourself with t= he + Java EE programming model, specifically the Enterprise JavaBeans = (EJB) + 3.0 and the Contexts and Dependency Injection for Java EE 1.0 + specifications. A good resource for the Java EE programming model= is + the + JCP + web site. + + + The JSR-299 TCK is based on the Context and Dependency Injection = for + Java EE technology specification 1.0 (JSR-299). Information about= the + specification, including links to the specification documents, ca= n be + found on the + JSR-299 JCP = page + . + + + Before running the tests in the JSR-299 TCK, read and become + familiar with the JBoss Test Harness Reference Guide (pending), w= hich + describes how the test harness functions. + + = +
+
+ = + How This Book Is Organized + + If you are running the JSR-299 TCK for the first time, read Chapt= er + 1 and Chapter 2 completely for the necessary background informati= on + about the TCK and its purpose. Once you have reviewed that materi= al, + perform the steps outlined in the remaining chapters. + + + + + Chapter 1 gives an overview of the principles that apply + generally to all Technology Compatibility Kits (TCKs) and + describes the JSR-299 TCK architecture and components. It a= lso + includes a broad overview of how the TCK is executed and li= sts + the platforms on which the TCK has been tested and verified. + + + + + Chapter 2 explains where to obtain the required software and + how to install it. It covers both the primary TCK component= s as + well as tools useful for troubleshooting tests. + + + + + Chapter 3 details the configuration of the JBoss Test Harne= ss, + how to create a TCK runner for the TCK test suite and the + mechanics of how an in-container test is conducted. + + + + + Chapter 4 documents how the TCK test suite is executed. It + covers both modes supported by the TCK, standalone and + in-container, and shows how to dump the generated test arti= facts + to disk. + + + + + Chapter 5 shows how to run individual tests in Eclipse and + advices the best way to setup your Eclipse workspace for ru= nning + the tests. + + + + + Chapter 6 builds on chapter 5 by detailing how to debug + individual tests in Eclipse. + + + + + Chapter 7 (pending) explains the test reports that are + generated by the TCK test suite and introduces the TCK audit + report as a tool for measure a licensee's progress in + passing the TCK. + + + +
--===============3165335594817274083==--