From jbosstools-commits at lists.jboss.org Wed Jan 11 22:32:20 2012 Content-Type: multipart/mixed; boundary="===============3434778719743568856==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r37781 - in trunk/cdi/docs/reference/en-US: images and 1 other directories. Date: Wed, 11 Jan 2012 22:32:17 -0500 Message-ID: <201201120332.q0C3WHkC024680@svn01.web.mwc.hst.phx2.redhat.com> --===============3434778719743568856== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: irooskov(a)redhat.com Date: 2012-01-11 22:32:12 -0500 (Wed, 11 Jan 2012) New Revision: 37781 Added: trunk/cdi/docs/reference/en-US/Creating_a_CDI_Web_Project.xml trunk/cdi/docs/reference/en-US/images/Creating_a_CDI_Web_Project/ trunk/cdi/docs/reference/en-US/images/Creating_a_CDI_Web_Project/project= _creation_01.png trunk/cdi/docs/reference/en-US/images/Creating_a_CDI_Web_Project/project= _creation_02.png trunk/cdi/docs/reference/en-US/images/Creating_a_CDI_Web_Project/project= _creation_03.png trunk/cdi/docs/reference/en-US/images/Creating_a_CDI_Web_Project/project= _creation_04.png trunk/cdi/docs/reference/en-US/images/Creating_a_CDI_Web_Project/project= _creation_05.png trunk/cdi/docs/reference/en-US/images/Creating_a_CDI_Web_Project/project= _creation_06.png Modified: trunk/cdi/docs/reference/en-US/CDI_Tools_Reference_Guide.xml trunk/cdi/docs/reference/en-US/master.xml Log: updated with info about new wizard Modified: trunk/cdi/docs/reference/en-US/CDI_Tools_Reference_Guide.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 --- trunk/cdi/docs/reference/en-US/CDI_Tools_Reference_Guide.xml 2012-01-12= 02:01:29 UTC (rev 37780) +++ trunk/cdi/docs/reference/en-US/CDI_Tools_Reference_Guide.xml 2012-01-12= 03:32:12 UTC (rev 37781) @@ -4,6 +4,7 @@ + Added: trunk/cdi/docs/reference/en-US/Creating_a_CDI_Web_Project.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 --- trunk/cdi/docs/reference/en-US/Creating_a_CDI_Web_Project.xml = (rev 0) +++ trunk/cdi/docs/reference/en-US/Creating_a_CDI_Web_Project.xml 2012-01-1= 2 03:32:12 UTC (rev 37781) @@ -0,0 +1,256 @@ + + + + Creating a CDI Web Project + + From the workbench go to FileNewOther. = + +
+ Selecting the CDI Web Project wizard + + + + + + + Wizard selection screen with the CDI Web Project wizard selected. + + + +
+ + The first screen of the wizard will ask you to define the attributes acc= ording to the options outlined in . Click the Next button after defining th= e attributes in order to continue customizing your project or click the Finish button to accept all other defaults and create y= our application. + +
+ Main project creation screen + + + + + + + The main options to define and select for your project. + + + +
+ + New CDI Web Project + + + + + + + + Field + Mandatory + Instruction + Description + + = + = + + + Project name + yes + Enter a project name. + The project name can be any name you define. + + + Project location + yes + The Use default location checkbox will be= selected automatically to define the project location as the Eclipse works= pace. However you can define a custom path in the Location field be deselecting the Use default location che= ckbox. + The default location corresponds to the Eclipse workspace. + + + Target runtime + no + Select a pre-configured runtime from the available options or = configure a new runtime environment. + + + The target runtime defines the server to which the application will= be deployed. + + + + + Dynamic web module version + yes + Select the required web module version. + + + This option adds support for the Java Servlet API with module versi= ons corresponding to JEE or J2EE levels as listed in . + + + + + Configuration + yes + Select the project configuration from the available options. + + + The project can be based on either a custom or a set of pre-defined= configurations as described in . + + + + + EAR membership + no + Add the project to an existing EAR project. + + + The project can be added to an existing EAR project by selecting th= e checkbox. Once checked, a new EAR project can be defined by clicking the = New Project button. + + + + + Working sets + no + Add the project to an existing working set. + + + A working set provides the ability to group projects or project att= ributes in a customized way to improve access. A new working set can be def= ined once the Select button has been clicked. + + + + + +
+ + + New Dynamic Project - Dynamic web module version + + + + + + Option + Description + + + + + 3.0 + This web module version corresponds to the JEE 6 implementati= on. + + + 2.5 + This web module version corresponds to the JEE 5 implementati= on. + + + 2.4 + This web module version corresponds to the J2EE 1.4 implement= ation. + + + 2.3 + This web module version corresponds to the J2EE 1.3 implement= ation. + + + 2.2 + This web module version corresponds to the J2EE 1.2 implement= ation. + + + +
= + = + + CDI Web Project - Configuration + + + + + + Option + Description + + + + + Dynamic Web Project with CDI + The default configuration option. Choosing this configuration= will create a Dynamic Web Project with the CDI facet enabled. + + + Default configuration for the runtime specified in = Target runtime + Depending on the runtime configuration, you may have to manua= lly add CDI facet support through the Modify button.= + + + JavaServer Faces v2.0 Project + Configures a project to use JSF v2.0. You will need to manual= ly add CDI support to this configuration through th Modify button. + + + Minimal Configuration + The minimum required facets are installed. You will need to m= anually add CDI support to this configuration through th Modify<= /guibutton> button. + + + <custom> + Total manual configuration is required through the Modify button. Ensure you enable the CDI facet for CDI Web Pro= ject creation to succeed. + + + +
+ + The Java configuration screen allows you to define= Source folders on the build path and the De= fault output folder. The defaults for each are recommended, howe= ver you have the option to change them as you see fit. + +
+ Java configuration screen + + + + + + + Java configuration screen for your project. + + + +
+ + The Web Module configuration screen allows you to = define the Context root and the Content dire= ctory to be created, the option to Generate web.xml de= ployment descriptor is selected by default. The defaults for eac= h are recommended, however you have the option to change them as you see fi= t. + +
+ Web Module configuration screen + + + + + + + Web Module configuration screen for your project. + + + +
+ + The Context and Dependency Injection (CDI) Facet s= ettings configuration screen allows you to Generate beans.xml fil= e, selected by default. The beans.xml file = is a bean archive descriptor that allows you to enable CDI services for a b= ean archive. It is recommended that you leave the option selected. + +
+ Web Module configuration screen + + + + + + + Web Module configuration screen for your project. + + + +
+ + The final wizard screen pertains to JSF Capabilities configuration. = + +
+ Web Module configuration screen + + + + + + + JSF Capabilities configuration screen for your project. + + + +
+
+ Added: trunk/cdi/docs/reference/en-US/images/Creating_a_CDI_Web_Project/pro= ject_creation_01.png =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 (Binary files differ) Property changes on: trunk/cdi/docs/reference/en-US/images/Creating_a_CDI_W= eb_Project/project_creation_01.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/cdi/docs/reference/en-US/images/Creating_a_CDI_Web_Project/pro= ject_creation_02.png =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 (Binary files differ) Property changes on: trunk/cdi/docs/reference/en-US/images/Creating_a_CDI_W= eb_Project/project_creation_02.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/cdi/docs/reference/en-US/images/Creating_a_CDI_Web_Project/pro= ject_creation_03.png =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 (Binary files differ) Property changes on: trunk/cdi/docs/reference/en-US/images/Creating_a_CDI_W= eb_Project/project_creation_03.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/cdi/docs/reference/en-US/images/Creating_a_CDI_Web_Project/pro= ject_creation_04.png =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 (Binary files differ) Property changes on: trunk/cdi/docs/reference/en-US/images/Creating_a_CDI_W= eb_Project/project_creation_04.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/cdi/docs/reference/en-US/images/Creating_a_CDI_Web_Project/pro= ject_creation_05.png =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 (Binary files differ) Property changes on: trunk/cdi/docs/reference/en-US/images/Creating_a_CDI_W= eb_Project/project_creation_05.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/cdi/docs/reference/en-US/images/Creating_a_CDI_Web_Project/pro= ject_creation_06.png =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 (Binary files differ) Property changes on: trunk/cdi/docs/reference/en-US/images/Creating_a_CDI_W= eb_Project/project_creation_06.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/cdi/docs/reference/en-US/master.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 --- trunk/cdi/docs/reference/en-US/master.xml 2012-01-12 02:01:29 UTC (rev = 37780) +++ trunk/cdi/docs/reference/en-US/master.xml 2012-01-12 03:32:12 UTC (rev = 37781) @@ -4,6 +4,7 @@ = [ + ]> = @@ -38,5 +39,6 @@ = = &Revision_History; + &CDI_Web_Project; = = --===============3434778719743568856==--