JBoss Tools SVN: r4886 - trunk/documentation/guides/resources/styles/en.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-11-13 12:20:41 -0500 (Tue, 13 Nov 2007)
New Revision: 4886
Modified:
trunk/documentation/guides/resources/styles/en/fopdf.xsl
trunk/documentation/guides/resources/styles/en/html.xsl
trunk/documentation/guides/resources/styles/en/html_chunk.xsl
Log:
http://jira.jboss.com/jira/browse/RHDS-188
Forth level header in TOC now can be opened
Modified: trunk/documentation/guides/resources/styles/en/fopdf.xsl
===================================================================
--- trunk/documentation/guides/resources/styles/en/fopdf.xsl 2007-11-13 17:16:49 UTC (rev 4885)
+++ trunk/documentation/guides/resources/styles/en/fopdf.xsl 2007-11-13 17:20:41 UTC (rev 4886)
@@ -225,8 +225,8 @@
<!-- Generate the TOCs for named components only -->
<xsl:param name="generate.toc"> book toc,title</xsl:param>
<!-- ,figure,table,equation -->
- <!-- Show only Sections up to level 3 in the TOCs -->
- <xsl:param name="toc.section.depth">3</xsl:param>
+ <!-- Show only Sections up to level 5 in the TOCs -->
+ <xsl:param name="toc.section.depth">5</xsl:param>
<!-- Dot and Whitespace as separator in TOC between Label and Title-->
<xsl:param name="autotoc.label.separator" select="'. '"/>
Modified: trunk/documentation/guides/resources/styles/en/html.xsl
===================================================================
--- trunk/documentation/guides/resources/styles/en/html.xsl 2007-11-13 17:16:49 UTC (rev 4885)
+++ trunk/documentation/guides/resources/styles/en/html.xsl 2007-11-13 17:20:41 UTC (rev 4886)
@@ -49,8 +49,8 @@
book toc
</xsl:param>
- <!-- Show only Sections up to level 3 in the TOCs -->
- <xsl:param name="toc.section.depth">3</xsl:param>
+ <!-- Show only Sections up to level 5 in the TOCs -->
+ <xsl:param name="toc.section.depth">5</xsl:param>
<!--###################################################
Labels
Modified: trunk/documentation/guides/resources/styles/en/html_chunk.xsl
===================================================================
--- trunk/documentation/guides/resources/styles/en/html_chunk.xsl 2007-11-13 17:16:49 UTC (rev 4885)
+++ trunk/documentation/guides/resources/styles/en/html_chunk.xsl 2007-11-13 17:20:41 UTC (rev 4886)
@@ -54,8 +54,8 @@
book toc
</xsl:param>
- <!-- Show only Sections up to level 3 in the TOCs -->
- <xsl:param name="toc.section.depth">3</xsl:param>
+ <!-- Show only Sections up to level 5 in the TOCs -->
+ <xsl:param name="toc.section.depth">5</xsl:param>
<!--###################################################
Labels
17 years, 2 months
JBoss Tools SVN: r4885 - trunk/seam/docs/resources/styles/en.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-11-13 12:16:49 -0500 (Tue, 13 Nov 2007)
New Revision: 4885
Modified:
trunk/seam/docs/resources/styles/en/fopdf.xsl
trunk/seam/docs/resources/styles/en/html.xsl
trunk/seam/docs/resources/styles/en/html_chunk.xsl
Log:
http://jira.jboss.com/jira/browse/RHDS-188
Forth level header in TOC now can be opened
Modified: trunk/seam/docs/resources/styles/en/fopdf.xsl
===================================================================
--- trunk/seam/docs/resources/styles/en/fopdf.xsl 2007-11-13 17:16:42 UTC (rev 4884)
+++ trunk/seam/docs/resources/styles/en/fopdf.xsl 2007-11-13 17:16:49 UTC (rev 4885)
@@ -225,8 +225,8 @@
<!-- Generate the TOCs for named components only -->
<xsl:param name="generate.toc"> book toc,title</xsl:param>
<!-- ,figure,table,equation -->
- <!-- Show only Sections up to level 3 in the TOCs -->
- <xsl:param name="toc.section.depth">3</xsl:param>
+ <!-- Show only Sections up to level 5 in the TOCs -->
+ <xsl:param name="toc.section.depth">5</xsl:param>
<!-- Dot and Whitespace as separator in TOC between Label and Title-->
<xsl:param name="autotoc.label.separator" select="'. '"/>
Modified: trunk/seam/docs/resources/styles/en/html.xsl
===================================================================
--- trunk/seam/docs/resources/styles/en/html.xsl 2007-11-13 17:16:42 UTC (rev 4884)
+++ trunk/seam/docs/resources/styles/en/html.xsl 2007-11-13 17:16:49 UTC (rev 4885)
@@ -49,8 +49,8 @@
book toc
</xsl:param>
- <!-- Show only Sections up to level 3 in the TOCs -->
- <xsl:param name="toc.section.depth">3</xsl:param>
+ <!-- Show only Sections up to level 5 in the TOCs -->
+ <xsl:param name="toc.section.depth">5</xsl:param>
<!--###################################################
Labels
Modified: trunk/seam/docs/resources/styles/en/html_chunk.xsl
===================================================================
--- trunk/seam/docs/resources/styles/en/html_chunk.xsl 2007-11-13 17:16:42 UTC (rev 4884)
+++ trunk/seam/docs/resources/styles/en/html_chunk.xsl 2007-11-13 17:16:49 UTC (rev 4885)
@@ -54,8 +54,8 @@
book toc
</xsl:param>
- <!-- Show only Sections up to level 3 in the TOCs -->
- <xsl:param name="toc.section.depth">3</xsl:param>
+ <!-- Show only Sections up to level 5 in the TOCs -->
+ <xsl:param name="toc.section.depth">5</xsl:param>
<!--###################################################
Labels
17 years, 2 months
JBoss Tools SVN: r4884 - in trunk: jsf/docs/resources/styles/en and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-11-13 12:16:42 -0500 (Tue, 13 Nov 2007)
New Revision: 4884
Modified:
trunk/jbpm/docs/resources/styles/en/fopdf.xsl
trunk/jbpm/docs/resources/styles/en/html.xsl
trunk/jbpm/docs/resources/styles/en/html_chunk.xsl
trunk/jsf/docs/resources/styles/en/fopdf.xsl
trunk/jsf/docs/resources/styles/en/html.xsl
trunk/jsf/docs/resources/styles/en/html_chunk.xsl
Log:
http://jira.jboss.com/jira/browse/RHDS-188
Forth level header in TOC now can be opened
Modified: trunk/jbpm/docs/resources/styles/en/fopdf.xsl
===================================================================
--- trunk/jbpm/docs/resources/styles/en/fopdf.xsl 2007-11-13 17:16:30 UTC (rev 4883)
+++ trunk/jbpm/docs/resources/styles/en/fopdf.xsl 2007-11-13 17:16:42 UTC (rev 4884)
@@ -225,8 +225,8 @@
<!-- Generate the TOCs for named components only -->
<xsl:param name="generate.toc"> book toc,title</xsl:param>
<!-- ,figure,table,equation -->
- <!-- Show only Sections up to level 3 in the TOCs -->
- <xsl:param name="toc.section.depth">3</xsl:param>
+ <!-- Show only Sections up to level 5 in the TOCs -->
+ <xsl:param name="toc.section.depth">5</xsl:param>
<!-- Dot and Whitespace as separator in TOC between Label and Title-->
<xsl:param name="autotoc.label.separator" select="'. '"/>
Modified: trunk/jbpm/docs/resources/styles/en/html.xsl
===================================================================
--- trunk/jbpm/docs/resources/styles/en/html.xsl 2007-11-13 17:16:30 UTC (rev 4883)
+++ trunk/jbpm/docs/resources/styles/en/html.xsl 2007-11-13 17:16:42 UTC (rev 4884)
@@ -49,8 +49,8 @@
book toc
</xsl:param>
- <!-- Show only Sections up to level 3 in the TOCs -->
- <xsl:param name="toc.section.depth">3</xsl:param>
+ <!-- Show only Sections up to level 5 in the TOCs -->
+ <xsl:param name="toc.section.depth">5</xsl:param>
<!--###################################################
Labels
Modified: trunk/jbpm/docs/resources/styles/en/html_chunk.xsl
===================================================================
--- trunk/jbpm/docs/resources/styles/en/html_chunk.xsl 2007-11-13 17:16:30 UTC (rev 4883)
+++ trunk/jbpm/docs/resources/styles/en/html_chunk.xsl 2007-11-13 17:16:42 UTC (rev 4884)
@@ -54,8 +54,8 @@
book toc
</xsl:param>
- <!-- Show only Sections up to level 3 in the TOCs -->
- <xsl:param name="toc.section.depth">3</xsl:param>
+ <!-- Show only Sections up to level 5 in the TOCs -->
+ <xsl:param name="toc.section.depth">5</xsl:param>
<!--###################################################
Labels
Modified: trunk/jsf/docs/resources/styles/en/fopdf.xsl
===================================================================
--- trunk/jsf/docs/resources/styles/en/fopdf.xsl 2007-11-13 17:16:30 UTC (rev 4883)
+++ trunk/jsf/docs/resources/styles/en/fopdf.xsl 2007-11-13 17:16:42 UTC (rev 4884)
@@ -225,8 +225,8 @@
<!-- Generate the TOCs for named components only -->
<xsl:param name="generate.toc"> book toc,title</xsl:param>
<!-- ,figure,table,equation -->
- <!-- Show only Sections up to level 3 in the TOCs -->
- <xsl:param name="toc.section.depth">3</xsl:param>
+ <!-- Show only Sections up to level 5 in the TOCs -->
+ <xsl:param name="toc.section.depth">5</xsl:param>
<!-- Dot and Whitespace as separator in TOC between Label and Title-->
<xsl:param name="autotoc.label.separator" select="'. '"/>
Modified: trunk/jsf/docs/resources/styles/en/html.xsl
===================================================================
--- trunk/jsf/docs/resources/styles/en/html.xsl 2007-11-13 17:16:30 UTC (rev 4883)
+++ trunk/jsf/docs/resources/styles/en/html.xsl 2007-11-13 17:16:42 UTC (rev 4884)
@@ -49,8 +49,8 @@
book toc
</xsl:param>
- <!-- Show only Sections up to level 3 in the TOCs -->
- <xsl:param name="toc.section.depth">3</xsl:param>
+ <!-- Show only Sections up to level 5 in the TOCs -->
+ <xsl:param name="toc.section.depth">5</xsl:param>
<!--###################################################
Labels
Modified: trunk/jsf/docs/resources/styles/en/html_chunk.xsl
===================================================================
--- trunk/jsf/docs/resources/styles/en/html_chunk.xsl 2007-11-13 17:16:30 UTC (rev 4883)
+++ trunk/jsf/docs/resources/styles/en/html_chunk.xsl 2007-11-13 17:16:42 UTC (rev 4884)
@@ -54,8 +54,8 @@
book toc
</xsl:param>
- <!-- Show only Sections up to level 3 in the TOCs -->
- <xsl:param name="toc.section.depth">3</xsl:param>
+ <!-- Show only Sections up to level 5 in the TOCs -->
+ <xsl:param name="toc.section.depth">5</xsl:param>
<!--###################################################
Labels
17 years, 2 months
JBoss Tools SVN: r4883 - trunk/hibernatetools/docs/resources/styles/en.
by jbosstools-commits@lists.jboss.org
Author: smukhina
Date: 2007-11-13 12:16:30 -0500 (Tue, 13 Nov 2007)
New Revision: 4883
Modified:
trunk/hibernatetools/docs/resources/styles/en/fopdf.xsl
trunk/hibernatetools/docs/resources/styles/en/html.xsl
trunk/hibernatetools/docs/resources/styles/en/html_chunk.xsl
Log:
http://jira.jboss.com/jira/browse/RHDS-188
Forth level header in TOC now can be opened
Modified: trunk/hibernatetools/docs/resources/styles/en/fopdf.xsl
===================================================================
--- trunk/hibernatetools/docs/resources/styles/en/fopdf.xsl 2007-11-13 17:16:16 UTC (rev 4882)
+++ trunk/hibernatetools/docs/resources/styles/en/fopdf.xsl 2007-11-13 17:16:30 UTC (rev 4883)
@@ -225,8 +225,8 @@
<!-- Generate the TOCs for named components only -->
<xsl:param name="generate.toc"> book toc,title</xsl:param>
<!-- ,figure,table,equation -->
- <!-- Show only Sections up to level 3 in the TOCs -->
- <xsl:param name="toc.section.depth">3</xsl:param>
+ <!-- Show only Sections up to level 5 in the TOCs -->
+ <xsl:param name="toc.section.depth">5</xsl:param>
<!-- Dot and Whitespace as separator in TOC between Label and Title-->
<xsl:param name="autotoc.label.separator" select="'. '"/>
Modified: trunk/hibernatetools/docs/resources/styles/en/html.xsl
===================================================================
--- trunk/hibernatetools/docs/resources/styles/en/html.xsl 2007-11-13 17:16:16 UTC (rev 4882)
+++ trunk/hibernatetools/docs/resources/styles/en/html.xsl 2007-11-13 17:16:30 UTC (rev 4883)
@@ -49,8 +49,8 @@
book toc
</xsl:param>
- <!-- Show only Sections up to level 3 in the TOCs -->
- <xsl:param name="toc.section.depth">3</xsl:param>
+ <!-- Show only Sections up to level 5 in the TOCs -->
+ <xsl:param name="toc.section.depth">5</xsl:param>
<!--###################################################
Labels
Modified: trunk/hibernatetools/docs/resources/styles/en/html_chunk.xsl
===================================================================
--- trunk/hibernatetools/docs/resources/styles/en/html_chunk.xsl 2007-11-13 17:16:16 UTC (rev 4882)
+++ trunk/hibernatetools/docs/resources/styles/en/html_chunk.xsl 2007-11-13 17:16:30 UTC (rev 4883)
@@ -54,8 +54,8 @@
book toc
</xsl:param>
- <!-- Show only Sections up to level 3 in the TOCs -->
- <xsl:param name="toc.section.depth">3</xsl:param>
+ <!-- Show only Sections up to level 5 in the TOCs -->
+ <xsl:param name="toc.section.depth">5</xsl:param>
<!--###################################################
Labels
17 years, 2 months
JBoss Tools SVN: r4882 - in trunk/documentation/whatsnew/vpe: images and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: svasilyev
Date: 2007-11-13 12:16:16 -0500 (Tue, 13 Nov 2007)
New Revision: 4882
Added:
trunk/documentation/whatsnew/vpe/images/richfaces_3_1_0.png
Modified:
trunk/documentation/whatsnew/vpe/vpe-news-2.1.0.cr1.html
Log:
VPE.What's new. Screenshot with RichFaces was added.
Added: trunk/documentation/whatsnew/vpe/images/richfaces_3_1_0.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/vpe/images/richfaces_3_1_0.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/whatsnew/vpe/vpe-news-2.1.0.cr1.html
===================================================================
--- trunk/documentation/whatsnew/vpe/vpe-news-2.1.0.cr1.html 2007-11-13 16:49:13 UTC (rev 4881)
+++ trunk/documentation/whatsnew/vpe/vpe-news-2.1.0.cr1.html 2007-11-13 17:16:16 UTC (rev 4882)
@@ -63,6 +63,7 @@
<tr>
<td valign="top" align="right"><p><a name="previewtab" id="previewtab"></a><b>New components</b></p></td>
<td valign="top"><p>This release supports RichFaces 3.1.0.</p>
+ <p><img src="images/richfaces_3_1_0.png" alt="RichFaces 3.1.0" /></p>
</td>
</tr>
<tr>
17 years, 2 months
JBoss Tools SVN: r4881 - in trunk/jsf/docs/userguide/en/images: editors_features and 9 other directories.
by jbosstools-commits@lists.jboss.org
Author: ykryvinchanka
Date: 2007-11-13 11:49:13 -0500 (Tue, 13 Nov 2007)
New Revision: 4881
Added:
trunk/jsf/docs/userguide/en/images/editors_features/
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_1.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_10.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_11.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_12.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_13.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_14.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_15.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_16.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_17.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_18.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_19.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_2.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_20.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_21.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_22.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_23.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_24.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_25.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_26.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_27.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_28.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_29.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_3.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_30.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_31.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_32.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_33.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_34.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_35.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_36.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_37.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_38.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_39.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_4.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_40.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_5.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_6.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_7.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_8.png
trunk/jsf/docs/userguide/en/images/editors_features/editors_features_9.png
trunk/jsf/docs/userguide/en/images/jsf_support/
trunk/jsf/docs/userguide/en/images/jsf_support/CreateNewJSFProject.png
trunk/jsf/docs/userguide/en/images/jsf_support/converter4.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_1.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_10.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_11.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_12.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_13.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_14.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_15.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_16.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_17.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_18.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_19.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_2.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_20.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_21.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_22.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_23.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_24.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_25.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_26.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_27.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_28.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_29.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_3.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_30.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_31.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_32.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_33.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_34.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_35.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_36.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_37.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_38.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_39.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_4.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_40.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_42.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_43.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_44.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_45.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_46.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_47.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_48.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_49.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_5.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_50.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_51.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_52.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_53.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_54.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_55.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_56.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_57.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_58.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_6.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_7.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_8.png
trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_9.png
trunk/jsf/docs/userguide/en/images/jsf_support/validator1.png
trunk/jsf/docs/userguide/en/images/jsf_support/validator2.png
trunk/jsf/docs/userguide/en/images/jsf_support/validator3.png
trunk/jsf/docs/userguide/en/images/jsf_support/validator4.png
trunk/jsf/docs/userguide/en/images/jsf_support/validator5.png
trunk/jsf/docs/userguide/en/images/jsf_support/validator6.png
trunk/jsf/docs/userguide/en/images/jsf_support/validator7.png
trunk/jsf/docs/userguide/en/images/more_editors/
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_1.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_10.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_11.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_12.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_13.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_14.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_2.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_25.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_26.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_27.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_28.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_29.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_3.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_30.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_31.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_32.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_33.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_34.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_4.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_41.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_43.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_44.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_45.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_46.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_47.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_48.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_49.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_5.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_50.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_51.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_52.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_53.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_6.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_7.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_8.png
trunk/jsf/docs/userguide/en/images/more_editors/more_editors_9.png
trunk/jsf/docs/userguide/en/images/more_editors/validator11.png
trunk/jsf/docs/userguide/en/images/more_editors/validator12.png
trunk/jsf/docs/userguide/en/images/more_editors/validator13.png
trunk/jsf/docs/userguide/en/images/more_editors/validator14.png
trunk/jsf/docs/userguide/en/images/more_editors/validator15.png
trunk/jsf/docs/userguide/en/images/palette/
trunk/jsf/docs/userguide/en/images/palette/pallete_1.png
trunk/jsf/docs/userguide/en/images/palette/pallete_10.png
trunk/jsf/docs/userguide/en/images/palette/pallete_11.png
trunk/jsf/docs/userguide/en/images/palette/pallete_12.png
trunk/jsf/docs/userguide/en/images/palette/pallete_13.png
trunk/jsf/docs/userguide/en/images/palette/pallete_2.png
trunk/jsf/docs/userguide/en/images/palette/pallete_3.png
trunk/jsf/docs/userguide/en/images/palette/pallete_4.png
trunk/jsf/docs/userguide/en/images/palette/pallete_5.png
trunk/jsf/docs/userguide/en/images/palette/pallete_6.png
trunk/jsf/docs/userguide/en/images/palette/pallete_7.png
trunk/jsf/docs/userguide/en/images/palette/pallete_8.png
trunk/jsf/docs/userguide/en/images/palette/pallete_9.png
trunk/jsf/docs/userguide/en/images/preferences/
trunk/jsf/docs/userguide/en/images/preferences/preferences_1.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_10.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_11.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_12.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_13.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_14.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_15.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_16.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_17.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_18.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_19.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_2.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_20.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_21.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_22.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_23.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_24.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_25.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_26.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_27.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_28.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_29.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_3.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_30.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_31.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_32.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_33.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_34.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_35.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_36.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_37.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_4.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_5.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_6.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_7.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_8.png
trunk/jsf/docs/userguide/en/images/preferences/preferences_9.png
trunk/jsf/docs/userguide/en/images/roadmap/
trunk/jsf/docs/userguide/en/images/roadmap/roadmap_1.png
trunk/jsf/docs/userguide/en/images/struts/
trunk/jsf/docs/userguide/en/images/struts/addstrcap1.png
trunk/jsf/docs/userguide/en/images/struts/struts_1.png
trunk/jsf/docs/userguide/en/images/struts/struts_10.png
trunk/jsf/docs/userguide/en/images/struts/struts_11.png
trunk/jsf/docs/userguide/en/images/struts/struts_12.png
trunk/jsf/docs/userguide/en/images/struts/struts_13.png
trunk/jsf/docs/userguide/en/images/struts/struts_14.png
trunk/jsf/docs/userguide/en/images/struts/struts_15.png
trunk/jsf/docs/userguide/en/images/struts/struts_16.png
trunk/jsf/docs/userguide/en/images/struts/struts_17.png
trunk/jsf/docs/userguide/en/images/struts/struts_18.png
trunk/jsf/docs/userguide/en/images/struts/struts_19.png
trunk/jsf/docs/userguide/en/images/struts/struts_2.png
trunk/jsf/docs/userguide/en/images/struts/struts_20.png
trunk/jsf/docs/userguide/en/images/struts/struts_21.png
trunk/jsf/docs/userguide/en/images/struts/struts_22.png
trunk/jsf/docs/userguide/en/images/struts/struts_23.png
trunk/jsf/docs/userguide/en/images/struts/struts_24.png
trunk/jsf/docs/userguide/en/images/struts/struts_25.png
trunk/jsf/docs/userguide/en/images/struts/struts_26.png
trunk/jsf/docs/userguide/en/images/struts/struts_27.png
trunk/jsf/docs/userguide/en/images/struts/struts_28.png
trunk/jsf/docs/userguide/en/images/struts/struts_29.png
trunk/jsf/docs/userguide/en/images/struts/struts_3.png
trunk/jsf/docs/userguide/en/images/struts/struts_30.png
trunk/jsf/docs/userguide/en/images/struts/struts_31.png
trunk/jsf/docs/userguide/en/images/struts/struts_32.png
trunk/jsf/docs/userguide/en/images/struts/struts_33.png
trunk/jsf/docs/userguide/en/images/struts/struts_34.png
trunk/jsf/docs/userguide/en/images/struts/struts_35.png
trunk/jsf/docs/userguide/en/images/struts/struts_36.png
trunk/jsf/docs/userguide/en/images/struts/struts_37.png
trunk/jsf/docs/userguide/en/images/struts/struts_38.png
trunk/jsf/docs/userguide/en/images/struts/struts_39.png
trunk/jsf/docs/userguide/en/images/struts/struts_4.png
trunk/jsf/docs/userguide/en/images/struts/struts_40.png
trunk/jsf/docs/userguide/en/images/struts/struts_41.png
trunk/jsf/docs/userguide/en/images/struts/struts_42.png
trunk/jsf/docs/userguide/en/images/struts/struts_43.png
trunk/jsf/docs/userguide/en/images/struts/struts_44.png
trunk/jsf/docs/userguide/en/images/struts/struts_45.png
trunk/jsf/docs/userguide/en/images/struts/struts_46.png
trunk/jsf/docs/userguide/en/images/struts/struts_47.png
trunk/jsf/docs/userguide/en/images/struts/struts_48.png
trunk/jsf/docs/userguide/en/images/struts/struts_49.png
trunk/jsf/docs/userguide/en/images/struts/struts_5.png
trunk/jsf/docs/userguide/en/images/struts/struts_50.png
trunk/jsf/docs/userguide/en/images/struts/struts_6.png
trunk/jsf/docs/userguide/en/images/struts/struts_7.png
trunk/jsf/docs/userguide/en/images/struts/struts_8.png
trunk/jsf/docs/userguide/en/images/struts/struts_9.png
trunk/jsf/docs/userguide/en/images/struts/validator11.png
trunk/jsf/docs/userguide/en/images/struts/validator12.png
trunk/jsf/docs/userguide/en/images/struts/validator13.png
trunk/jsf/docs/userguide/en/images/struts/validator14.png
trunk/jsf/docs/userguide/en/images/struts/validator15.png
trunk/jsf/docs/userguide/en/images/verif_valid/
trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_1.png
trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_10.png
trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_11.png
trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_12.png
trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_13.png
trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_14.png
trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_2.png
trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_3.png
trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_4.png
trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_5.png
trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_6.png
trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_7.png
trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_8.png
trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_9.png
trunk/jsf/docs/userguide/en/images/visual_page/
trunk/jsf/docs/userguide/en/images/visual_page/visual_page_1.png
trunk/jsf/docs/userguide/en/images/visual_page/visual_page_10.png
trunk/jsf/docs/userguide/en/images/visual_page/visual_page_11.png
trunk/jsf/docs/userguide/en/images/visual_page/visual_page_2.png
trunk/jsf/docs/userguide/en/images/visual_page/visual_page_3.png
trunk/jsf/docs/userguide/en/images/visual_page/visual_page_4.png
trunk/jsf/docs/userguide/en/images/visual_page/visual_page_5.png
trunk/jsf/docs/userguide/en/images/visual_page/visual_page_6.png
trunk/jsf/docs/userguide/en/images/visual_page/visual_page_7.png
trunk/jsf/docs/userguide/en/images/visual_page/visual_page_8.png
trunk/jsf/docs/userguide/en/images/visual_page/visual_page_9.png
trunk/jsf/docs/userguide/en/images/web_projects/
trunk/jsf/docs/userguide/en/images/web_projects/web_projects_1.png
trunk/jsf/docs/userguide/en/images/web_projects/web_projects_10.png
trunk/jsf/docs/userguide/en/images/web_projects/web_projects_11.png
trunk/jsf/docs/userguide/en/images/web_projects/web_projects_12.png
trunk/jsf/docs/userguide/en/images/web_projects/web_projects_13.png
trunk/jsf/docs/userguide/en/images/web_projects/web_projects_14.png
trunk/jsf/docs/userguide/en/images/web_projects/web_projects_15.png
trunk/jsf/docs/userguide/en/images/web_projects/web_projects_16.png
trunk/jsf/docs/userguide/en/images/web_projects/web_projects_2.png
trunk/jsf/docs/userguide/en/images/web_projects/web_projects_3.png
trunk/jsf/docs/userguide/en/images/web_projects/web_projects_4.png
trunk/jsf/docs/userguide/en/images/web_projects/web_projects_5.png
trunk/jsf/docs/userguide/en/images/web_projects/web_projects_6.png
trunk/jsf/docs/userguide/en/images/web_projects/web_projects_7.png
trunk/jsf/docs/userguide/en/images/web_projects/web_projects_8.png
trunk/jsf/docs/userguide/en/images/web_projects/web_projects_9.png
Log:
http://jira.jboss.com/jira/browse/RHDS-298 JBossTools .Xml files names changed + pictures sorted into corresponding folders and named as "chapter_name_?"
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_1.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_10.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_10.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_11.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_11.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_12.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_12.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_13.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_13.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_14.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_14.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_15.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_15.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_16.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_16.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_17.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_17.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_18.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_18.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_19.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_19.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_2.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_20.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_20.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_21.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_21.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_22.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_22.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_23.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_23.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_24.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_24.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_25.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_25.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_26.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_26.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_27.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_27.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_28.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_28.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_29.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_29.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_3.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_30.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_30.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_31.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_31.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_32.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_32.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_33.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_33.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_34.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_34.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_35.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_35.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_36.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_36.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_37.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_37.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_38.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_38.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_39.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_39.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_4.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_40.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_40.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_5.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_5.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_6.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_6.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_7.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_7.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_8.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_8.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_9.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/editors_features/editors_features_9.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/CreateNewJSFProject.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/CreateNewJSFProject.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/converter4.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/converter4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_1.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_10.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_10.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_11.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_11.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_12.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_12.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_13.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_13.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_14.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_14.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_15.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_15.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_16.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_16.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_17.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_17.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_18.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_18.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_19.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_19.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_2.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_20.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_20.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_21.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_21.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_22.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_22.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_23.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_23.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_24.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_24.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_25.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_25.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_26.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_26.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_27.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_27.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_28.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_28.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_29.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_29.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_3.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_30.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_30.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_31.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_31.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_32.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_32.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_33.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_33.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_34.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_34.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_35.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_35.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_36.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_36.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_37.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_37.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_38.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_38.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_39.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_39.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_4.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_40.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_40.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_42.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_42.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_43.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_43.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_44.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_44.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_45.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_45.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_46.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_46.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_47.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_47.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_48.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_48.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_49.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_49.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_5.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_5.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_50.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_50.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_51.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_51.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_52.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_52.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_53.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_53.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_54.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_54.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_55.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_55.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_56.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_56.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_57.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_57.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_58.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_58.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_6.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_6.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_7.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_7.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_8.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_8.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_9.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/jsf_support_9.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/validator1.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/validator1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/validator2.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/validator2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/validator3.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/validator3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/validator4.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/validator4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/validator5.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/validator5.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/validator6.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/validator6.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/jsf_support/validator7.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/jsf_support/validator7.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_1.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_10.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_10.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_11.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_11.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_12.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_12.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_13.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_13.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_14.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_14.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_2.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_25.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_25.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_26.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_26.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_27.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_27.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_28.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_28.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_29.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_29.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_3.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_30.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_30.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_31.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_31.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_32.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_32.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_33.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_33.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_34.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_34.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_4.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_41.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_41.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_43.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_43.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_44.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_44.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_45.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_45.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_46.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_46.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_47.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_47.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_48.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_48.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_49.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_49.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_5.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_5.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_50.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_50.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_51.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_51.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_52.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_52.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_53.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_53.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_6.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_6.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_7.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_7.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_8.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_8.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_9.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/more_editors_9.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/validator11.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/validator11.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/validator12.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/validator12.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/validator13.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/validator13.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/validator14.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/validator14.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/more_editors/validator15.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/more_editors/validator15.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/palette/pallete_1.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/palette/pallete_1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/palette/pallete_10.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/palette/pallete_10.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/palette/pallete_11.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/palette/pallete_11.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/palette/pallete_12.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/palette/pallete_12.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/palette/pallete_13.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/palette/pallete_13.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/palette/pallete_2.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/palette/pallete_2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/palette/pallete_3.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/palette/pallete_3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/palette/pallete_4.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/palette/pallete_4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/palette/pallete_5.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/palette/pallete_5.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/palette/pallete_6.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/palette/pallete_6.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/palette/pallete_7.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/palette/pallete_7.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/palette/pallete_8.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/palette/pallete_8.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/palette/pallete_9.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/palette/pallete_9.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_1.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_10.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_10.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_11.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_11.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_12.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_12.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_13.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_13.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_14.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_14.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_15.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_15.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_16.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_16.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_17.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_17.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_18.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_18.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_19.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_19.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_2.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_20.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_20.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_21.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_21.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_22.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_22.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_23.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_23.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_24.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_24.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_25.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_25.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_26.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_26.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_27.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_27.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_28.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_28.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_29.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_29.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_3.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_30.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_30.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_31.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_31.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_32.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_32.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_33.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_33.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_34.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_34.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_35.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_35.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_36.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_36.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_37.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_37.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_4.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_5.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_5.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_6.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_6.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_7.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_7.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_8.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_8.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/preferences/preferences_9.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/preferences/preferences_9.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/roadmap/roadmap_1.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/roadmap/roadmap_1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/addstrcap1.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/addstrcap1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_1.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_10.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_10.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_11.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_11.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_12.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_12.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_13.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_13.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_14.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_14.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_15.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_15.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_16.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_16.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_17.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_17.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_18.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_18.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_19.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_19.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_2.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_20.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_20.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_21.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_21.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_22.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_22.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_23.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_23.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_24.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_24.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_25.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_25.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_26.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_26.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_27.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_27.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_28.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_28.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_29.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_29.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_3.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_30.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_30.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_31.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_31.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_32.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_32.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_33.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_33.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_34.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_34.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_35.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_35.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_36.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_36.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_37.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_37.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_38.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_38.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_39.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_39.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_4.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_40.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_40.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_41.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_41.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_42.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_42.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_43.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_43.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_44.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_44.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_45.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_45.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_46.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_46.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_47.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_47.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_48.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_48.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_49.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_49.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_5.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_5.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_50.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_50.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_6.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_6.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_7.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_7.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_8.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_8.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/struts_9.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/struts_9.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/validator11.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/validator11.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/validator12.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/validator12.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/validator13.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/validator13.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/validator14.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/validator14.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/struts/validator15.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/struts/validator15.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_1.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_10.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_10.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_11.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_11.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_12.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_12.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_13.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_13.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_14.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_14.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_2.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_3.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_4.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_5.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_5.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_6.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_6.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_7.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_7.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_8.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_8.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_9.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/verif_valid/verif_valid_9.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_1.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_10.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_10.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_11.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_11.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_2.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_3.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_4.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_5.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_5.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_6.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_6.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_7.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_7.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_8.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_8.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_9.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/visual_page/visual_page_9.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_1.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_10.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_10.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_11.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_11.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_12.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_12.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_13.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_13.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_14.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_14.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_15.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_15.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_16.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_16.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_2.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_3.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_4.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_5.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_5.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_6.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_6.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_7.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_7.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_8.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_8.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_9.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en/images/web_projects/web_projects_9.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
17 years, 2 months
JBoss Tools SVN: r4880 - in trunk/jbpm/docs/reference/en: images and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: sabrashevich
Date: 2007-11-13 11:44:53 -0500 (Tue, 13 Nov 2007)
New Revision: 4880
Added:
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/default.png
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour1.png
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour10.png
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour11.png
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour12.png
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour13.png
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour14.png
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour15.png
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour2.png
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour3.png
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour4.png
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour5.png
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour6.png
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour7.png
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour8.png
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour9.png
trunk/jbpm/docs/reference/en/modules/guided_tour_jboss_jbpmgpd.xml
trunk/jbpm/docs/reference/en/modules/jbpm_designer_install.xml
Removed:
trunk/jbpm/docs/reference/en/images/jBPMDesignerInstall/
trunk/jbpm/docs/reference/en/modules/jBPMDesignerInstall.xml
Modified:
trunk/jbpm/docs/reference/en/master.xml
trunk/jbpm/docs/reference/en/modules/Quick_Howto_Guide.xml
trunk/jbpm/docs/reference/en/modules/Test_Drive_Proc.xml
trunk/jbpm/docs/reference/en/modules/The_JBoss_jBPM_Int_Mech.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-288 updated second chapter, new screenshots
Added: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/default.png
===================================================================
(Binary files differ)
Property changes on: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/default.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour1.png
===================================================================
(Binary files differ)
Property changes on: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour10.png
===================================================================
(Binary files differ)
Property changes on: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour10.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour11.png
===================================================================
(Binary files differ)
Property changes on: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour11.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour12.png
===================================================================
(Binary files differ)
Property changes on: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour12.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour13.png
===================================================================
(Binary files differ)
Property changes on: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour13.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour14.png
===================================================================
(Binary files differ)
Property changes on: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour14.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour15.png
===================================================================
(Binary files differ)
Property changes on: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour15.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour2.png
===================================================================
(Binary files differ)
Property changes on: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour3.png
===================================================================
(Binary files differ)
Property changes on: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour4.png
===================================================================
(Binary files differ)
Property changes on: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour5.png
===================================================================
(Binary files differ)
Property changes on: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour5.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour6.png
===================================================================
(Binary files differ)
Property changes on: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour6.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour7.png
===================================================================
(Binary files differ)
Property changes on: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour7.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour8.png
===================================================================
(Binary files differ)
Property changes on: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour8.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour9.png
===================================================================
(Binary files differ)
Property changes on: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour9.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/jbpm/docs/reference/en/master.xml
===================================================================
--- trunk/jbpm/docs/reference/en/master.xml 2007-11-13 16:38:04 UTC (rev 4879)
+++ trunk/jbpm/docs/reference/en/master.xml 2007-11-13 16:44:53 UTC (rev 4880)
@@ -3,8 +3,9 @@
"../../resources/support/docbook-dtd/docbookx.dtd"
-[<!ENTITY Introduction SYSTEM "modules/Introduction.xml">
-<!ENTITY jBPMDesignerInstall SYSTEM "modules/jBPMDesignerInstall.xml">
+[<!ENTITY Introduction SYSTEM "modules/introduction.xml">
+<!ENTITY jBPMDesignerInstall SYSTEM "modules/jbpm_designer_install.xml">
+<!ENTITY GuidedTourJBossjBPMGPD SYSTEM "modules/guided_tour_jboss_jbpmgpd.xml">
<!ENTITY Test_Drive_Proc SYSTEM "modules/Test_Drive_Proc.xml">
<!ENTITY The_JBoss_jBPM_Int_Mech SYSTEM "modules/The_JBoss_jBPM_Int_Mech.xml">
<!ENTITY Quick_Howto_Guide SYSTEM "modules/Quick_Howto_Guide.xml">
@@ -28,6 +29,7 @@
&Introduction;
&jBPMDesignerInstall;
+&GuidedTourJBossjBPMGPD;
&Test_Drive_Proc;
&The_JBoss_jBPM_Int_Mech;
&Quick_Howto_Guide;
Modified: trunk/jbpm/docs/reference/en/modules/Quick_Howto_Guide.xml
===================================================================
--- trunk/jbpm/docs/reference/en/modules/Quick_Howto_Guide.xml 2007-11-13 16:38:04 UTC (rev 4879)
+++ trunk/jbpm/docs/reference/en/modules/Quick_Howto_Guide.xml 2007-11-13 16:44:53 UTC (rev 4880)
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="Quick_Howto_Guide" xreflabel="Quick_Howto_Guide">
- <?dbhtml filename="Tutorial.html"?>
+ <?dbhtml filename="Quick_Howto_Guide.html"?>
<chapterinfo>
<keywordset>
<keyword>jBPM</keyword>
- <keyword/>
- <keyword/>
- <keyword/>
- <keyword/>
+ <keyword></keyword>
+ <keyword></keyword>
+ <keyword></keyword>
+ <keyword></keyword>
</keywordset>
</chapterinfo>
<title>Quick Howto Guide</title>
Modified: trunk/jbpm/docs/reference/en/modules/Test_Drive_Proc.xml
===================================================================
--- trunk/jbpm/docs/reference/en/modules/Test_Drive_Proc.xml 2007-11-13 16:38:04 UTC (rev 4879)
+++ trunk/jbpm/docs/reference/en/modules/Test_Drive_Proc.xml 2007-11-13 16:44:53 UTC (rev 4880)
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="Test_Drive_Proc_Development" xreflabel="Test_Drive_Proc_Development">
- <?dbhtml filename="Tutorial.html"?>
+ <?dbhtml filename="Test_Drive_Proc_Development.html"?>
<chapterinfo>
<keywordset>
<keyword>jBPM</keyword>
- <keyword/>
- <keyword/>
- <keyword/>
- <keyword/>
+ <keyword></keyword>
+ <keyword></keyword>
+ <keyword></keyword>
+ <keyword></keyword>
</keywordset>
</chapterinfo>
<title>Test Driven Process Development</title>
Modified: trunk/jbpm/docs/reference/en/modules/The_JBoss_jBPM_Int_Mech.xml
===================================================================
--- trunk/jbpm/docs/reference/en/modules/The_JBoss_jBPM_Int_Mech.xml 2007-11-13 16:38:04 UTC (rev 4879)
+++ trunk/jbpm/docs/reference/en/modules/The_JBoss_jBPM_Int_Mech.xml 2007-11-13 16:44:53 UTC (rev 4880)
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="The_JBoss_jBPM_Int_Mech" xreflabel="The_JBoss_jBPM_Int_Mech">
- <?dbhtml filename="Tutorial.html"?>
+ <?dbhtml filename="The_JBoss_jBPM_Int_Mech.html"?>
<chapterinfo>
<keywordset>
<keyword>jBPM</keyword>
- <keyword/>
- <keyword/>
- <keyword/>
- <keyword/>
+ <keyword></keyword>
+ <keyword></keyword>
+ <keyword></keyword>
+ <keyword></keyword>
</keywordset>
</chapterinfo>
<title>Actions : The JBoss jBPM Integration Mechanism</title>
Added: trunk/jbpm/docs/reference/en/modules/guided_tour_jboss_jbpmgpd.xml
===================================================================
--- trunk/jbpm/docs/reference/en/modules/guided_tour_jboss_jbpmgpd.xml (rev 0)
+++ trunk/jbpm/docs/reference/en/modules/guided_tour_jboss_jbpmgpd.xml 2007-11-13 16:44:53 UTC (rev 4880)
@@ -0,0 +1,201 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter id="GuidedTourJBossjBPMGPD" xreflabel="GuidedTourJBossjBPMGPD">
+ <?dbhtml filename="GuidedTourJBossjBPMGPD.html"?>
+ <chapterinfo>
+ <keywordset>
+ <keyword>jBPM</keyword>
+ <keyword>JBoss</keyword>
+ <keyword>Process</keyword>
+ <keyword>Definition</keyword>
+ </keywordset>
+ </chapterinfo>
+ <title>A Guided Tour of JBoss jBPM GPD</title>
+ <para>We have included a wizard in the GPD plugin to create a jBPM project. We have opted to create a project containing based on a template already containing a number of advanced artifacts that we will ignore for this section. In the future we will elaborate this wizard and offer the possibility to create an empty jBPM project as well as projects based on templates taken from the jBPM tutorial.</para>
+ <section id="CreatingjBPMProject">
+ <?dbhtml filename="CreatingjBPMProject.html"?>
+ <title>Creating a jBPM Project</title>
+ <para>To create a new jBPM project using the project creation wizard, we select <emphasis><property>File >New Project...</property></emphasis> and in the New Project dialog, we select <emphasis><property>JBoss jBPM > Process Project</property></emphasis>:</para>
+ <figure>
+ <title>New Project Dialog</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour1.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para> Clicking <emphasis><property>Next</property></emphasis> brings us to the wizard page where we have to specify the name and location for the project. We choose for example <emphasis><property>Hello jBPM</property></emphasis> as the name and accept the default location.</para>
+ <figure>
+ <title>Process Name and Location</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour2.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Clicking on <emphasis><property>Finish</property></emphasis> results in the project being created. The wizard creates four source folders: one for the processes (<emphasis><property>src/main/jpdl</property></emphasis>), one for the java sources (<emphasis><property>src/main/java</property></emphasis>), one for the unit tests (<emphasis><property>src/test/java</property></emphasis>) and one for the resources such as the jbpm.properties and the hibernate.properties files (<emphasis><property>src/main/config</property></emphasis>). In addition a classpath container with all the core jBPM libraries is added to the project</para>
+ <figure>
+ <title>Layout of the Process Project</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour3.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Looking inside the different source folders will reveal a number of other artifacts that were generated, but we will leave these untouched for the moment. Instead, we will look at another wizard that enables us to create an empty process definition.</para>
+ </section>
+ <section id="creating_an_empty_process_definition">
+ <?dbhtml filename="creating_an_empty_process_definition.html"?>
+ <title>Creating an Empty Process Definition</title>
+ <para>When the project is set up, we can use a creation wizard to create an empty process definition. Bring up the <emphasis><property>New</property></emphasis> wizard by clicking the <emphasis><property>File > New > Other...</property></emphasis> menu item. The wizard opens on the <emphasis><property>Select Wizard</property></emphasis> page.</para>
+ <figure>
+ <title>The Select Wizard Page</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour4.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Selecting the <emphasis><property>JBoss jBPM</property></emphasis> category, then the <emphasis><property>Process Definition</property></emphasis> item and clicking on the <emphasis><property>Next</property></emphasis> button brings us to the <emphasis><property>Create Process Definition</property></emphasis> page.</para>
+ <figure>
+ <title>The Create New Process Definion Page</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour5.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>We choose <emphasis><property>hello</property></emphasis> as the name of the process archive file. Click on the <emphasis><property>Finish</property></emphasis> button to end the wizard and open the process definition editor.</para>
+ <figure>
+ <title>The Process Definition Editor</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour6.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>As you can see in the package explorer, creating a process definition involves creating a folder with the name of the process definition and populating this folder with two .xml files : <emphasis><property>gpd.xml</property></emphasis> and <emphasis><property>processdefinition.xml</property></emphasis>.</para>
+ <para>The first of these two contains the graphical information used by the process definition editor. The processdefinition.xml file contains the actual process definition info without the graphical rendering info. At present, the GPD assumes that these two files are siblings. More sophisticated configuration will be supported later.</para>
+ <section id="minimal_process_definition">
+ <?dbhtml filename="minimal_process_definition.html"?>
+ <title>A Minimal Process Definition</title>
+ <para>We will create a very simple process definition, consisting of a begin state, an intermediate state and an end state.</para>
+ <section id="adding_the_nodes">
+ <?dbhtml filename="adding_the_nodes.html"?>
+ <title>Adding the Nodes</title>
+ <para>Select respectively 'Start', 'State' and 'End' on the tools palette and click on the canvas to add these nodes to the process definition. The result should look similar to this:</para>
+ <figure>
+ <title>A Simple Process With Three Nodes</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour7.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+ <section id="adding_transitions">
+ <?dbhtml filename="adding_transitions.html"?>
+ <title>Adding Transitions</title>
+ <para>We will connect the nodes with transitions. Select the <emphasis><property>Transition</property></emphasis> tool in the tools palette and click on the <emphasis><property>Start</property></emphasis> node, then move to the <emphasis><property>State</property></emphasis> node and click again to see the transition being drawn. Perform the same steps to create a transition from the <emphasis><property>State</property></emphasis> node to the <emphasis><property>End</property></emphasis> node. The result looks like:</para>
+ <figure>
+ <title>A Simple Process With Transitions</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour8.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+ </section>
+ </section>
+ <section id="the_outline_view">
+ <?dbhtml filename="the_outline_view.html"?>
+ <title>The Outline View</title>
+ <para>You can see an outline of the process being drawn in the RHDS outline view if it is visible (if not select <emphasis><property>Window > Show view > Outline</property></emphasis>). It is presented as the classical tree view. Also you use <emphasis><property>Overview</property></emphasis> that comes as as a scrollable thumbnail.</para>
+ <figure>
+ <title>The Outline and Overview Views</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour9.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+ <section id="the_properties_view">
+ <?dbhtml filename="the_properties_view.html"?>
+ <title>The Properties View</title>
+ <para>If the RHDS Properties view is visible (if not select <emphasis><property>Window > Show view > Properties</property></emphasis>), the relevant properties of the selected item are shown. Some of these properties may be directly editable in the properties view. An example of a directly editable property is the name property of the process definition. As you can see in the next figure, the name property of the process definition can be changed to <emphasis><property>jbay</property></emphasis>. You can also write a description for this property.</para>
+ <figure>
+ <title>The Properties of a Process Definition</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour10.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Let's change the name of the first transition to <emphasis><property>to_auction</property></emphasis>. We repeat this name change for the second transition and name it <emphasis><property>to_end</property></emphasis>.</para>
+ <figure>
+ <title>Transitions Names</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour11.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+
+
+ <section id="direct_editing">
+ <?dbhtml filename="direct_editing.html"?>
+ <title>Direct Editing</title>
+ <para>Some properties can be directly edited in the graphical editor. One example of this is the <emphasis><property>Name</property></emphasis> property of nodes. You can edit this directly by selecting the node of wich you want to change the name and then click once inside this node. This enables an editor in the node. We change the name of the node to <emphasis><property>auction</property></emphasis>.</para>
+ <figure>
+ <title>Directly Editing the Node Name</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour12.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+ <section id="the_source_view">
+ <?dbhtml filename="the_source_view.html"?>
+ <title>The Source View</title>
+ <para>Now that we have defined a simple process definition, we can have a look at the xml that is being generated under the covers. To see this xml, click on the source tab of the process definition editor.</para>
+ <figure>
+ <title>The Source View</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour13.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>This source tab is editable, so if you know your way around in jpdl, you can create or tweak your process definitions directly in the xml source.</para>
+ </section>
+ <section id="the_design_view">
+ <?dbhtml filename="the_design_view.html"?>
+ <title>The Design View</title>
+ <para>The file is also editable in <emphasis><property>Design</property></emphasis> view as you can see in the next picture:</para>
+ <figure>
+ <title>The Design View</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour14.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+ <section id="the_deployment_view">
+ <?dbhtml filename="the_deployment_view.html"?>
+ <title>The Deployment View</title>
+ <para>The deployment settings of the project you can configure in <emphasis><property>Deployment</property></emphasis> view.</para>
+ <figure>
+ <title>The Deployment View</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/guided_tour_jboss_jbpmgpd/guided_tour15.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+ </chapter>
+
\ No newline at end of file
Deleted: trunk/jbpm/docs/reference/en/modules/jBPMDesignerInstall.xml
===================================================================
--- trunk/jbpm/docs/reference/en/modules/jBPMDesignerInstall.xml 2007-11-13 16:38:04 UTC (rev 4879)
+++ trunk/jbpm/docs/reference/en/modules/jBPMDesignerInstall.xml 2007-11-13 16:44:53 UTC (rev 4880)
@@ -1,131 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="jBPMDesignerInstall" xreflabel="jBPMDesignerInstall">
- <?dbhtml filename="jBPMDesignerInstall.html"?>
- <chapterinfo>
- <keywordset>
- <keyword>jBPM</keyword>
- <keyword></keyword>
- <keyword></keyword>
- <keyword></keyword>
- <keyword></keyword>
- </keywordset>
- </chapterinfo>
- <title>JBoss jBPM Graphical Process Designer Installation</title>
- <para>The JBoss jBPM comes as a plugin for Red Hat Developer Studio. So a prerequisite to install the Designer is of course that you have a version of RHDS up and running.</para>
-<para>Before installation you should download <property>jBPM</property> installation pack from this page: <ulink url="http://labs.jboss.com/auth/jbossjbpm/">jBPM Downloads</ulink>. The 3.1 release of the designer comes bundled with the corresponding 3.2 releases of the core jBPM project and the jBPM database project. After downloading save the archive on your computer.</para>
-<section id="InstallationProcess">
-<?dbhtml filename="InstallationProcess.html"?>
-<title>jBPM Installation Process</title>
-<para>Having RHDS up and running and the JBoss jBPM package downloaded somewhere on your harddrive, let's describe the process of installing the plugin.</para>
-<figure>
-<title>Find And Install</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/jBPMDesignerInstall/jBPMinstallation.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<para>Experienced Eclipse users will feel very comfortable with this description as it is the normal plugin installation mechanism for local archive update sites. As is illustrated on the figure above "Find And Install" you have to navigate to the <emphasis><property>Find and Install...</property></emphasis> submenu of the Help menu.</para>
-<para>Clicking the <emphasis><property>Find and Install...</property></emphasis> submenu shown above results in the opening of a wizard, as shown in the next screen. This wizard enables you to choose between searching for updates of currently installed plugins and searching for new features. This is the option we need, so we select it and push the <emphasis><property>Next</property></emphasis> button.:</para>
-<figure>
-<title>Search New Features</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/jBPMDesignerInstall/jBPMinstallation2.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<para>On the next page of the wizard we click the <emphasis><property>New Archived Site...</property></emphasis> button.</para>
-<figure>
-<title>Update Sites to Visit</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/jBPMDesignerInstall/jBPMinstallation3.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<para>The <emphasis><property>Select Local Site Archive</property></emphasis> dialog opens, we navigate to the freshly downloaded zipped update site and select it.</para>
-<figure>
-<title>Select Local Site Archive</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/jBPMDesignerInstall/jBPMinstallation4.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<para>Selecting the archive file and clicking the <emphasis><property>OK</property></emphasis> button brings us to another dialog that enables us to edit the name of the update site.</para>
-<figure>
-<title>Edit Local Site Name</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/jBPMDesignerInstall/default.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<para>We accept the defaults and this brings us back to the installation wizard. The selected archive containing the jBPM Designer plugin site should appear. Make sure the checkbox next to it is selected before clicking the <emphasis><property>Finish</property></emphasis> button:</para>
-<figure>
-<title>Select Update Site to Visit</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/jBPMDesignerInstall/default.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<para>The <emphasis><property>Select Update Site</property></emphasis> wizard closes but we aren't done yet as the <emphasis><property>Updates</property></emphasis> wizard opens immediately. In this wizard expand the tree of your newly added update site, select the checkbox next to the <emphasis><property>org.jbpm.ide.feature feature 3.1.0</property></emphasis> feature and click the <emphasis><property>Next</property></emphasis> button:</para>
-<figure>
-<title>Select the Feature to Install</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/jBPMDesignerInstall/default.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<para>We arrive on the <emphasis><property>Accept Feature License</property></emphasis> page of the wizard. Select <emphasis><property>I accept the terms in the license agreement</property></emphasis> if you do and click the <emphasis><property>Next</property></emphasis> button again.</para>
-<figure>
-<title>Accept Feature License</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/jBPMDesignerInstall/default.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<para>Clicking on the <emphasis><property>Next</property></emphasis> button in the <emphasis><property>Accept Feature License</property></emphasis> page has brought us on the final page of this installation wizard: the <emphasis><property>Installation</property></emphasis> page. Click <emphasis><property>Finish</property></emphasis> to end this wizard.</para>
-<figure>
-<title>Install the Selected Feature</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/jBPMDesignerInstall/default.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<para>For a moment, a progress monitor appears, indicating that Red Hat Developer Studio is busy extracting the necessary information out of the archive file to be able to install the contained plugins.</para>
-<figure>
-<title>Progress of the Download</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/jBPMDesignerInstall/default.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<para>After a while a new wizard appears:</para>
-<figure>
-<title>Feature Verification</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/jBPMDesignerInstall/default.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<para>Clicking on the <emphasis><property>Install All</property></emphasis> button results in a progress dialog showing up. After the installation is finished another dialog asks us whether or not to restart the workbench immediately. We want to be able to use the newly installed plugins immediately so we click <emphasis><property>Yes</property></emphasis>:</para>
-<figure>
-<title>Restart the Workbench</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/jBPMDesignerInstall/default.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<para>Congratulations. The JBoss jBPM GPD plugin is installed and ready to use. Let's see how we can set up a project and create a process definition in the following chapter.</para>
-</section>
-</chapter>
-
Added: trunk/jbpm/docs/reference/en/modules/jbpm_designer_install.xml
===================================================================
--- trunk/jbpm/docs/reference/en/modules/jbpm_designer_install.xml (rev 0)
+++ trunk/jbpm/docs/reference/en/modules/jbpm_designer_install.xml 2007-11-13 16:44:53 UTC (rev 4880)
@@ -0,0 +1,131 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter id="jBPMDesignerInstall" xreflabel="jBPMDesignerInstall">
+ <?dbhtml filename="jBPMDesignerInstall.html"?>
+ <chapterinfo>
+ <keywordset>
+ <keyword>jBPM</keyword>
+ <keyword></keyword>
+ <keyword></keyword>
+ <keyword></keyword>
+ <keyword></keyword>
+ </keywordset>
+ </chapterinfo>
+ <title>JBoss jBPM Graphical Process Designer Installation</title>
+ <para>The JBoss jBPM comes as a plugin for Red Hat Developer Studio. So a prerequisite to install the Designer is of course that you have a version of RHDS up and running.</para>
+<para>Before installation you should download <property>jBPM</property> installation pack from this page: <ulink url="http://labs.jboss.com/auth/jbossjbpm/">jBPM Downloads</ulink>. The 3.1 release of the designer comes bundled with the corresponding 3.2 releases of the core jBPM project and the jBPM database project. After downloading save the archive on your computer.</para>
+<section id="InstallationProcess">
+<?dbhtml filename="InstallationProcess.html"?>
+<title>jBPM Installation Process</title>
+<para>Having RHDS up and running and the JBoss jBPM package downloaded somewhere on your harddrive, let's describe the process of installing the plugin.</para>
+<figure>
+<title>Find And Install</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jbpm_designer_install/jbpm_installation.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<para>Experienced Eclipse users will feel very comfortable with this description as it is the normal plugin installation mechanism for local archive update sites. As is illustrated on the figure above "Find And Install" you have to navigate to the <emphasis><property>Find and Install...</property></emphasis> submenu of the Help menu.</para>
+<para>Clicking the <emphasis><property>Find and Install...</property></emphasis> submenu shown above results in the opening of a wizard, as shown in the next screen. This wizard enables you to choose between searching for updates of currently installed plugins and searching for new features. This is the option we need, so we select it and push the <emphasis><property>Next</property></emphasis> button.:</para>
+<figure>
+<title>Search New Features</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jbpm_designer_install/jbpm_installation2.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<para>On the next page of the wizard we click the <emphasis><property>New Archived Site...</property></emphasis> button.</para>
+<figure>
+<title>Update Sites to Visit</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jbpm_designer_install/jbpm_installation3.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<para>The <emphasis><property>Select Local Site Archive</property></emphasis> dialog opens, we navigate to the freshly downloaded zipped update site and select it.</para>
+<figure>
+<title>Select Local Site Archive</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jbpm_designer_install/jbpm_installation4.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<para>Selecting the archive file and clicking the <emphasis><property>OK</property></emphasis> button brings us to another dialog that enables us to edit the name of the update site.</para>
+<figure>
+<title>Edit Local Site Name</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jbpm_designer_install/default.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<para>We accept the defaults and this brings us back to the installation wizard. The selected archive containing the jBPM Designer plugin site should appear. Make sure the checkbox next to it is selected before clicking the <emphasis><property>Finish</property></emphasis> button:</para>
+<figure>
+<title>Select Update Site to Visit</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jbpm_designer_install/default.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<para>The <emphasis><property>Select Update Site</property></emphasis> wizard closes but we aren't done yet as the <emphasis><property>Updates</property></emphasis> wizard opens immediately. In this wizard expand the tree of your newly added update site, select the checkbox next to the <emphasis><property>org.jbpm.ide.feature feature 3.1.0</property></emphasis> feature and click the <emphasis><property>Next</property></emphasis> button:</para>
+<figure>
+<title>Select the Feature to Install</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jbpm_designer_install/default.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<para>We arrive on the <emphasis><property>Accept Feature License</property></emphasis> page of the wizard. Select <emphasis><property>I accept the terms in the license agreement</property></emphasis> if you do and click the <emphasis><property>Next</property></emphasis> button again.</para>
+<figure>
+<title>Accept Feature License</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jbpm_designer_install/default.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<para>Clicking on the <emphasis><property>Next</property></emphasis> button in the <emphasis><property>Accept Feature License</property></emphasis> page has brought us on the final page of this installation wizard: the <emphasis><property>Installation</property></emphasis> page. Click <emphasis><property>Finish</property></emphasis> to end this wizard.</para>
+<figure>
+<title>Install the Selected Feature</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jbpm_designer_install/default.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<para>For a moment, a progress monitor appears, indicating that Red Hat Developer Studio is busy extracting the necessary information out of the archive file to be able to install the contained plugins.</para>
+<figure>
+<title>Progress of the Download</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jbpm_designer_install/default.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<para>After a while a new wizard appears:</para>
+<figure>
+<title>Feature Verification</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jbpm_designer_install/default.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<para>Clicking on the <emphasis><property>Install All</property></emphasis> button results in a progress dialog showing up. After the installation is finished another dialog asks us whether or not to restart the workbench immediately. We want to be able to use the newly installed plugins immediately so we click <emphasis><property>Yes</property></emphasis>:</para>
+<figure>
+<title>Restart the Workbench</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jbpm_designer_install/default.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<para>Congratulations. The JBoss jBPM GPD plugin is installed and ready to use. Let's see how we can set up a project and create a process definition in the following chapter.</para>
+</section>
+</chapter>
+
17 years, 2 months
JBoss Tools SVN: r4878 - in trunk/documentation/guides: resources/styles/en and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: afedosik
Date: 2007-11-13 11:15:39 -0500 (Tue, 13 Nov 2007)
New Revision: 4878
Added:
trunk/documentation/guides/resources/styles/en/Images/
trunk/documentation/guides/resources/styles/en/Images/bg_table.gif
trunk/documentation/guides/resources/styles/en/Images/ico_important.gif
trunk/documentation/guides/resources/styles/en/Images/ico_note.gif
Removed:
trunk/documentation/guides/resources/styles/en/html_1.css
Modified:
trunk/documentation/guides/resources/styles/en/fopdf.xsl
trunk/documentation/guides/resources/styles/en/html.css
trunk/documentation/guides/resources/styles/en/html.xsl
trunk/documentation/guides/resources/styles/en/html_chunk.xsl
trunk/documentation/guides/resources/support.xml
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-163 JBoss Tools Install instruction is added.
Added: trunk/documentation/guides/resources/styles/en/Images/bg_table.gif
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/resources/styles/en/Images/bg_table.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/resources/styles/en/Images/ico_important.gif
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/resources/styles/en/Images/ico_important.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/resources/styles/en/Images/ico_note.gif
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/resources/styles/en/Images/ico_note.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/guides/resources/styles/en/fopdf.xsl
===================================================================
--- trunk/documentation/guides/resources/styles/en/fopdf.xsl 2007-11-13 14:16:51 UTC (rev 4877)
+++ trunk/documentation/guides/resources/styles/en/fopdf.xsl 2007-11-13 16:15:39 UTC (rev 4878)
@@ -284,21 +284,9 @@
<xsl:param name="table.frame.border.thickness">0.1pt</xsl:param>
<xsl:param name="table.cell.border.thickness">0.1pt</xsl:param>
- <xsl:attribute-set name="table.table.properties">
- <xsl:attribute name="keep-together.within-column">auto</xsl:attribute>
- </xsl:attribute-set>
- <xsl:attribute-set name="table.properties">
- <xsl:attribute name="keep-together.within-column">auto</xsl:attribute>
- </xsl:attribute-set>
<!--###################################################
- Images
- ################################################### -->
-
- <xsl:param name="default.image.width" select="'175mm'"></xsl:param>
-
- <!--###################################################
Labels
################################################### -->
<!-- Label Chapters and Sections (numbering) -->
Modified: trunk/documentation/guides/resources/styles/en/html.css
===================================================================
--- trunk/documentation/guides/resources/styles/en/html.css 2007-11-13 14:16:51 UTC (rev 4877)
+++ trunk/documentation/guides/resources/styles/en/html.css 2007-11-13 16:15:39 UTC (rev 4878)
@@ -1,394 +1,339 @@
* {
-font-family:verdana, helvetica, sans-serif;
-line-height:20px;
+ LINE-HEIGHT: 20px; FONT-FAMILY: verdana, helvetica, sans-serif
}
-
-div.navheader table {
-margin:0px;
-border:0px;
+DIV.navheader TABLE, DIV.navheader TABLE td, DIV.navfooter TABLE, DIV.navfooter TABLE td{
+ BORDER-RIGHT: 0px; BORDER-TOP: 0px; MARGIN: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px; FONT-SIZE: 11px; padding : 0px;
}
-
-div.navfooter table {
-margin:0px;
-border:0px;
-}
-
-
A {
- FONT-SIZE: 12px;
- COLOR: #2A7BD4;
- FONT-FAMILY: verdana, helvetica, sans-serif;
+ COLOR: #2a7bd4; FONT-FAMILY: verdana, helvetica, sans-serif
}
-
A:hover {
- FONT-SIZE: 12px;
- COLOR: #003399;
- FONT-FAMILY: verdana, helvetica, sans-serif
+ COLOR: #003399; FONT-FAMILY: verdana, helvetica, sans-serif
}
-
A:visited {
- font-family:verdana, helvetica, sans-serif;
- color: #888888;
- font-size:12px;
+ COLOR: #888888; FONT-FAMILY: verdana, helvetica, sans-serif
}
-
-P, OL, UL, LI, DL, DT, DD, BLOCKQUOTE {
- color: #000000;
- font-size:12px;
+P {
+ FONT-SIZE: 12px; COLOR: #000000; margin : 5px 0px 5px 0px;
}
-
-TD, TH, SPAN {
- color: #000000;
+OL {
+ FONT-SIZE: 12px; COLOR: #000000; margin-top : 5px; margin-bottom : 5px;
}
-
+UL {
+ FONT-SIZE: 12px; COLOR: #000000; margin-top : 5px; margin-bottom : 5px;
+}
+LI {
+ FONT-SIZE: 12px; COLOR: #000000; margin-top : 5px; margin-bottom : 5px;
+}
+DL {
+ FONT-SIZE: 12px; COLOR: #000000; margin-top : 5px; margin-bottom : 5px;
+}
+DT {
+ FONT-SIZE: 12px; COLOR: #000000; margin-top : 5px; margin-bottom : 5px;
+}
+DD {
+ FONT-SIZE: 12px; COLOR: #000000; margin-top : 5px; margin-bottom : 5px;
+}
+BLOCKQUOTE {
+ FONT-SIZE: 12px; COLOR: #000000
+}
+TD {
+ COLOR: #000000
+}
+TH {
+ COLOR: #000000
+}
+SPAN {
+ COLOR: #000000
+}
SPAN.property {
- font-family: Verdana, Helvetica, sans-serif;
- color: #008CCA;
+ COLOR: #008cca;
}
-
SPAN.italic {
- font-family: Verdana, Helvetica, sans-serif;
- font-style:italic;
-
+ FONT-STYLE: italic;
}
-SPAN.bold {
- font-family: Verdana, Helvetica, sans-serif;
- font-style:bold;
-}
-
BLOCKQUOTE {
- margin-right: 0px;
+ MARGIN-RIGHT: 0px
}
-div.titlepage div.mediaobject{
-text-align:center;
+P.title {
+ MARGIN-BOTTOM: 5px;
+ MARGIN-top: 20px;
}
-div.mediaobject, div.mediaobject img{
-text-align:left;
+div.book div.chapter .title {
+ text-align: left;
+}
+
+div.book .title {
+ text-align: center;
}
+.mediaobject{
+ padding : 5px 10px 5px 35px;
+}
H1 {
- color: #FF6600;
- padding-top:30px;
- MARGIN-TOP: 0px;
- FONT-SIZE: 22px;
- PADDING-TOP: 15px;
+ MARGIN: 0px; FONT-SIZE: 22px; COLOR: #ff6600; PADDING: 45px 0px 10px 0px;
}
-
H2 {
- MARGIN-TOP: 10px;
- FONT-SIZE: 18px;
- COLOR: #2A7BD4;
- PADDING-TOP: 20px
+ MARGIN: 0px; FONT-SIZE: 18px; COLOR: #2a7bd4; PADDING: 25px 0px 10px 0px;
}
-
H3 {
- MARGIN-TOP: 15px;
- FONT-SIZE: 16px;
- COLOR: #000000;
- PADDING-TOP: 5px
+ MARGIN: 0px; FONT-SIZE: 15px; COLOR: #000000; PADDING: 20px 0px 10px 0px;
}
-
H4 {
- MARGIN-TOP: 10px;
- FONT-SIZE: 12px;
- COLOR: #000000;
- PADDING-TOP: 15px
+ MARGIN: 0px; FONT-SIZE: 12px; COLOR: #000000; PADDING: 15px 0px 10px 0px;
}
H5 {
- MARGIN-TOP: 10px;
- FONT-SIZE: 12px;
- COLOR: #000000;
- PADDING-TOP: 15px
+ MARGIN: 0px; FONT-SIZE: 12px; COLOR: #000000; PADDING: 15px 0px 10px 0px;
}
-
H6 {
- MARGIN-TOP: 10px;
- FONT-SIZE: 12px;
- COLOR: #000000;
- PADDING-TOP:15px;
+ MARGIN: 0px; FONT-SIZE: 11px; COLOR: #000000; PADDING: 5px 0px 0px 0px;
}
-div.note {
- FONT-SIZE: 12px;
- Color:#000000;
- width:500px;
- text-align:justify;
- font-family:Verdana, Arial, Helvetica, sans-serif;
- border-style:solid;
- border-width:1px;
- border-left-color:#CCCCCC;
- border-top-color:#CCCCCC;
- border-right-color: #CCCCCC;
- border-bottom-color: #CCCCCC;
- background-color: #F4F4F4;
- PADDING-LEFT:1em;
- PADDING-RIGHT:1em;
- PADDING-TOP:0px;
- PADDING-BOTTOM:0px;
- MARGIN-BOTTOM:0px;
- MARGIN-TOP:0px;
+div.book div.section div.mediaobject{
+text-align:left;
}
-.note .title, .important .title {
-MARGIN-BOTTOM:0px;
-MARGIN-TOP:0px;
-MARGIN-BOTTOM:0px;
-MARGIN-TOP:0px;
-PADDING-LEFT:0px;
-PADDING-RIGHT:0px;
-PADDING-TOP:1em;
-PADDING-BOTTOM:5px;
-}
-.note p, .important p {
- PADDING-TOP:0px;
- PADDING-BOTTOM:0px;
- MARGIN-BOTTOM:1em;
- MARGIN-TOP:0px;
+div.book div.mediaobject{
+text-align:center;
}
-div.important {
- FONT-SIZE: 12px;
- Color:#000000;
- width:500px;
- text-align:justify;
- font-family:Verdana, Arial, Helvetica, sans-serif;
- border-style:solid;
- border-width:1px;
- border-left-color:#2A7BD4;
- border-top-color:#2A7BD4;
- border-right-color:#2A7BD4;
- border-bottom-color:#2A7BD4;
- PADDING-LEFT:1em;
- PADDING-RIGHT:1em;
- PADDING-TOP:0px;
- PADDING-BOTTOM:0px;
- MARGIN-BOTTOM:0px;
- MARGIN-TOP:0px;
+div.mediaobject, div.mediaobject img *{
+text-align:left;
+
}
-
-TABLE {
- font-family:Verdana, Arial, Helvetica, sans-serif;
- font-size:12px;
- text-align:justify;
- border-collapse: collapse;
- border-spacing:0;
- border-bottom-width:1px;
- border-top-width:1px;
- border-left-width:1px;
- border-right-width:1px;
- border-left-color:#d8e7f8;
- border-right-color:#d8e7f8;
- border-top-color:#CCCCCC;
- border-bottom-color:#CCCCCC;
- empty-cells: hide;
- border-style: solid;
+DIV.note{
+ BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #FFFDD3;
+ background-image : url('Images/ico_note.gif'); background-repeat : no-repeat; background-position :top left;
}
-.table TH {
- background-color:#d8e7f8;
- text-align:center;
- white-space:nowrap;
+DIV.note *{
+ line-height : 14px;
}
-ul, li {
-list-style-type: disc;
-
-list-style-position:inside;
+.note P {
+ MARGIN-TOP: 0px; MARGIN-BOTTOM: 1em; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
+.important P {
+ MARGIN-TOP: 0px; MARGIN-BOTTOM: 1em; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
+}
+DIV.important {
+ BORDER: #CECECE 1px solid; PADDING: 3px 10px 10px 50px; line-height : 14px; MARGIN: 10px 0px 10px 0px; FONT-SIZE: 11px; WIDTH: 500px; BACKGROUND-COLOR: #CFE3FF;
+ background-image : url('Images/ico_important.gif'); background-repeat : no-repeat; background-position :top left;
+}
-div.table {
- width:800px;
+DIV.important *{
+ line-height : 14px;
}
+.important pre.XML {
+PADDING: 1px 1px 1px 10px;
-TD {
- padding: 4pt;
}
-H1 { font-size: 140%; }
-H2 { font-size: 120%; }
-H3 { font-size: 100%; }
-H4 { font-size: 100%; }
-H5 { font-size: 100%; }
-H6 { font-size: 100%; }
+TABLE {
+ BORDER: #cccccc 1px solid; FONT-SIZE: 11px; BORDER-COLLAPSE: collapse; border-spacing: 0; empty-cells: hide; margin-bottom : 10px;
+}
-p.copyright {
- text-align:center
+table *{
+ line-height : 14px;
}
+.table TH {
+ WHITE-SPACE: nowrap; BACKGROUND-COLOR: #EEF5FF; TEXT-ALIGN: center; BORDER-BOTTOM: #CAE1FF 2px solid; PADDING: 2px 8px 2px 8px;
+ background-image : url('Images/bg_table.gif'); background-repeat : repeat-x; background-position :top left;
+}
+TD {
+ PADDING: 4px 8px 4px 8px; BORDER-BOTTOM: #cccccc 1px dotted; BORDER-right: #cccccc 1px dotted;
+}
+P.copyright {
+ TEXT-ALIGN: center
+}
TT {
-font-size: 90%;
- font-family: "Courier New", Courier, monospace;
- color: #000000;
+ FONT-SIZE: 90%; COLOR: #000000; FONT-FAMILY: "Courier New", Courier, monospace
}
-
-dl, dt, dd{margin-left : 8; margin-bottom : 6;}
-
+DL {
+ MARGIN-BOTTOM: 6px; MARGIN-LEFT: 8px
+}
+DT {
+ MARGIN-BOTTOM: 6px; MARGIN-LEFT: 8px
+}
+DD {
+ MARGIN-BOTTOM: 6px; MARGIN-LEFT: 8px
+}
PRE {
-
- font-family:Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- padding: 5px;
- border-style: solid;
- border-width: 1px;
- border-left-color:#2A7BD4;
- border-top-color:#2A7BD4;
- border-right-color: #CCCCCC;
- border-bottom-color: #CCCCCC;
- background-color: #F4F4F4;
- width:800px;
+ BORDER: #cccccc 1px solid; PADDING: 5px 15px 5px 25px; FONT-SIZE: 11px; BACKGROUND-COLOR: #f5f5f5;
}
-
-UL LI {
- PADDING-LEFT: 20px; LIST-STYLE-TYPE: disc
+HR {
+ BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; WIDTH: 100%; COLOR: #cccccc; PADDING-TOP: 0px; HEIGHT: 1px; BACKGROUND-COLOR: #cccccc; BORDER-RIGHT-WIDTH: 0px
}
-
-OL LI {
- PADDING-LEFT: 20px; LIST-STYLE-TYPE: decimal
+.variablelist {
+ PADDING-BOTTOM: 10px; MARGIN: 0px; PADDING-TOP: 10px
}
-
-HR {
- BORDER-TOP-WIDTH: 0px;
- PADDING-RIGHT: 0px;
- PADDING-LEFT: 0px;
- BORDER-LEFT-WIDTH: 0px;
- BORDER-BOTTOM-WIDTH: 0px;
- PADDING-BOTTOM: 0px;
- WIDTH: 100%;
- COLOR: #cccccc;
- PADDING-TOP: 0px;
- HEIGHT: 1px;
- BACKGROUND-COLOR: #cccccc;
- BORDER-RIGHT-WIDTH: 0px
+.itemizedlist {
+ FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px;TEXT-ALIGN: justify
}
-
-.variablelist {
- padding-top: 10px;
- padding-bottom:10px;
- margin:0;
+.term {
+ FONT-WEIGHT: bold
}
-
-.itemizedlist, UL {
- font-family:Verdana, Arial, Helvetica, sans-serif;
- font-size:12px;
- padding-top: 0;
- padding-bottom:0;
- margin:0;
- text-align:justify;
+PRE.JAVA {
+ LINE-HEIGHT: 0px
}
-
-.itemizedlist, li {
-list-style-position:outside;
+PRE.XML {
+ LINE-HEIGHT: 0px
}
-
-.term {
- font-weight:bold;
+PRE.JSP {
+ LINE-HEIGHT: 0px
}
-
-pre.JAVA, pre.XML, pre.JSP, pre.XHTML {
- line-height:0px;
+PRE.XHTML {
+ LINE-HEIGHT: 0px
}
-
.java_type {
-color:#008CCA;
+ COLOR: #008cca
}
.java_keyword {
-color: rgb(0,0,0); font-weight: bold;
+ FONT-WEIGHT: bold; COLOR: rgb(0,0,0)
}
.java_javadoc_comment {
-color: rgb(147,147,147); background-color: rgb(247,247,247); font-style: italic;
+ COLOR: rgb(147,147,147); FONT-STYLE: italic; BACKGROUND-COLOR: rgb(247,247,247)
}
.java_comment {
-color: rgb(147,147,147); background-color: rgb(247,247,247);
+ COLOR: rgb(147,147,147); BACKGROUND-COLOR: rgb(247,247,247)
}
.java_operator {
-color: #003399;
+ COLOR: #003399
}
.java_plain {
-color: rgb(0,0,0);
+ COLOR: rgb(0,0,0)
}
.java_literal {
-color:#FF6600;
+ COLOR: #ff6600
}
-pre code {
- color: rgb(0,0,0); font-family: monospace; font-size: 12px; white-space: nowrap;
+PRE CODE {
+ FONT-SIZE: 12px; COLOR: rgb(0,0,0); FONT-FAMILY: monospace; WHITE-SPACE: nowrap
}
.java_javadoc_tag {
-color: rgb(147,147,147); background-color: rgb(247,247,247); font-style: italic; font-weight: bold;
+ FONT-WEIGHT: bold; COLOR: rgb(147,147,147); FONT-STYLE: italic; BACKGROUND-COLOR: rgb(247,247,247)
}
.java_separator {
-color:#008CCA;
+ COLOR: #008cca
}
.xml_plain {
-color: rgb(0,0,0);
+ COLOR: rgb(0,0,0)
}
.xml_tag_name {
-color: #008CCA;
+ COLOR: #008cca
}
.xml_comment {
-color: rgb(147,147,147); background-color: rgb(247,247,247);
+ COLOR: rgb(147,147,147); BACKGROUND-COLOR: rgb(247,247,247)
}
.xml_tag_symbols {
-color:#008CCA;
+ COLOR: #008cca
}
.xml_rife_tag {
-color: rgb(0,0,0); background-color: rgb(228,230,160);
+ COLOR: rgb(0,0,0); BACKGROUND-COLOR: rgb(228,230,160)
}
.xml_attribute_value {
-color:#FF6600
+ COLOR: #ff6600
}
-
.xml_attribute_name {
-color: rgb(0,0,0); font-weight: bold;
+ FONT-WEIGHT: bold; COLOR: rgb(0,0,0)
}
.xml_char_data {
-color: rgb(0,0,0);
+ COLOR: rgb(0,0,0)
}
.xml_rife_name {
-color:#008CCA; background-color: rgb(228,230,160);
+ COLOR: #008cca; BACKGROUND-COLOR: rgb(228,230,160)
}
.xml_processing_instruction {
-color: rgb(0,0,0); font-weight: bold; font-style: italic;
+ FONT-WEIGHT: bold; COLOR: rgb(0,0,0); FONT-STYLE: italic
}
-
-.book .titlepage .title {
- text-align:center;
+TD.java {
+ VERTICAL-ALIGN: top; LINE-HEIGHT: 10px
}
-
-.book .chapter .title {
- text-align:left;
+TD.java-ln {
+ VERTICAL-ALIGN: top; LINE-HEIGHT: 10px
}
+TT.java {
+ MARGIN-BOTTOM: 0em; LINE-HEIGHT: 10px
+}
+TT.java-ln {
+ MARGIN-BOTTOM: 0em; LINE-HEIGHT: 10px
+}
+PRE.java {
+ MARGIN-BOTTOM: 0em; LINE-HEIGHT: 10px
+}
+PRE.java-ln {
+ MARGIN-BOTTOM: 0em; LINE-HEIGHT: 10px
+}
+TD.java-ln {
+ LINE-HEIGHT: 10px; TEXT-ALIGN: right
+}
+TT.java-ln {
+ COLOR: #888888; LINE-HEIGHT: 10px
+}
+PRE.java-ln {
+ COLOR: #888888; LINE-HEIGHT: 10px
+}
+SPAN.java0 {
+ FONT-SIZE: 8pt; COLOR: #ffffff; LINE-HEIGHT: 10px
+}
+SPAN.java1 {
+ FONT-SIZE: 8pt; COLOR: #808080
+}
+SPAN.java2 {
+ FONT-SIZE: 8pt; COLOR: #3f7f5f; LINE-HEIGHT: 10px
+}
+SPAN.java3 {
+ FONT-SIZE: 8pt; COLOR: #3f7f5f; LINE-HEIGHT: 10px
+}
+SPAN.java4 {
+ FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #ff6600; LINE-HEIGHT: 10px
+}
+SPAN.java5 {
+ FONT-SIZE: 8pt; COLOR: #2a00ff; LINE-HEIGHT: 10px
+}
+SPAN.java6 {
+ FONT-SIZE: 8pt; COLOR: #990000; LINE-HEIGHT: 10px
+}
+SPAN.java7 {
+ FONT-SIZE: 8pt; COLOR: #990000; LINE-HEIGHT: 10px
+}
+SPAN.java8 {
+ FONT-SIZE: 8pt; COLOR: #000000; LINE-HEIGHT: 10px
+}
+SPAN.java9 {
+ FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #ff6600; LINE-HEIGHT: 10px
+}
+SPAN.java10 {
+ FONT-SIZE: 8pt; COLOR: #000000; LINE-HEIGHT: 10px
+}
+SPAN.java11 {
+ FONT-SIZE: 8pt; COLOR: #7f9fbf; LINE-HEIGHT: 10px
+}
+SPAN.java12 {
+ FONT-SIZE: 8pt; COLOR: #7f7f9f; LINE-HEIGHT: 10px
+}
+SPAN.java13 {
+ FONT-SIZE: 8pt; COLOR: #3f3fbf; LINE-HEIGHT: 10px
+}
+SPAN.java14 {
+ FONT-SIZE: 8pt; COLOR: #3f5fbf; LINE-HEIGHT: 10px
+}
+SPAN.java15 {
+ FONT-SIZE: 8pt; COLOR: #ff6100; LINE-HEIGHT: 10px
+}
+SPAN.java16 {
+ FONT-SIZE: 8pt; COLOR: #646464; LINE-HEIGHT: 10px
+}
-td.java, td.java-ln {vertical-align:top; line-height:10px;}
-tt.java, tt.java-ln, pre.java, pre.java-ln {line-height:1em; margin-bottom:0em;line-height:10px;}
-td.java-ln { text-align:right; line-height:10px;}
-tt.java-ln, pre.java-ln { color:#888888; line-height:10px;}
-/* Background */ span.java0 { font-size: 8pt; color:#ffffff; line-height:10px;}
-/* Line numbers */ span.java1 { font-size: 8pt; color:#808080; }
-/* Multi-line comments */ span.java2 { font-size: 8pt; color:#3f7f5f; line-height:10px;}
-/* Single-line comments */ span.java3 { font-size: 8pt; color:#3f7f5f; line-height:10px;}
-/* Keywords */ span.java4 { font-size: 8pt; color:#FF6600; font-weight:bold; line-height:10px;}
-/* Strings */ span.java5 { font-size:8pt; color:#2a00ff; line-height:10px;}
-/* Character constants */ span.java6 { font-size: 8pt; color:#990000; line-height:10px;}
-/* Numeric constants */ span.java7 { font-size: 8pt; color:#990000; line-height:10px;}
-/* Parenthesis */ span.java8 { font-size: 8pt; color:#000000; line-height:10px;}
-/* Primitive Types */ span.java9 { font-size: 8pt; color:#FF6600; font-weight:bold; line-height:10px;}
-/* Others */ span.java10 { font-size: 8pt; color:#000000; line-height:10px;}
-/* Javadoc keywords */ span.java11 { font-size: 8pt; color:#7f9fbf; line-height:10px;}
-/* Javadoc HTML tags */ span.java12 { font-size: 8pt; color:#7f7f9f; line-height:10px;}
-/* Javadoc links */ span.java13 { font-size: 8pt; color:#3f3fbf; line-height:10px;}
-/* Javadoc others */ span.java14 { font-size: 8pt; color:#3f5fbf; line-height:10px;}
-/* Undefined */ span.java15 { font-size: 8pt; color:#ff6100; line-height:10px;}
-/* Annotation */ span.java16 { font-size: 8pt; color:#646464; line-height:10px;}
-
.expand_collapse_toc {
clear:both;
float:left;
@@ -399,4 +344,3 @@
}
-
Modified: trunk/documentation/guides/resources/styles/en/html.xsl
===================================================================
--- trunk/documentation/guides/resources/styles/en/html.xsl 2007-11-13 14:16:51 UTC (rev 4877)
+++ trunk/documentation/guides/resources/styles/en/html.xsl 2007-11-13 16:15:39 UTC (rev 4878)
@@ -22,6 +22,7 @@
version="1.0"
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
+
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
<xsl:include href="./collapsing-navigation.xsl"></xsl:include>
<xsl:include href="./highlight.xsl"></xsl:include>
Deleted: trunk/documentation/guides/resources/styles/en/html_1.css
===================================================================
--- trunk/documentation/guides/resources/styles/en/html_1.css 2007-11-13 14:16:51 UTC (rev 4877)
+++ trunk/documentation/guides/resources/styles/en/html_1.css 2007-11-13 16:15:39 UTC (rev 4878)
@@ -1,122 +0,0 @@
- * {
- font-family: "Verdana", "Arial", "Helvetica";
- font-size: 14px;
- }
-
- A {
- color: #0000CC;
- }
-
- A:active {
- color: #0000CC;
- }
-
- A:visited {
- color: #0000CC;
- }
-
- P, OL, UL, LI, DL, DT, DD, BLOCKQUOTE {
- color: #000000;
- }
-
- TD, TH, SPAN {
- color: #000000;
- }
-
- BLOCKQUOTE {
- margin-right: 0px;
- }
-
-
- H1, H2, H3, H4, H5, H6 {
- color: #003399;
- font-weight: 500;
- margin-top: 10px;
- padding-top: 5px;
- }
-
- H1 { font-size: 150%; }
- H2 { font-size: 140%; }
- H3 { font-size: 110%; font-weight: bold; }
- H4 { font-size: 110%; font-weight: bold;}
- H5 { font-size: 100%; font-style: italic; }
- H6 { font-size: 100%; font-style: italic; }
-
- TABLE {
- border-collapse: collapse;
- border-spacing: 0;
- border: 1px dashed #CCCCCC;
- empty-cells: hide;
- width: 100%
- }
-
- TD {
- padding: 4pt;
- }
-
-
- TT {
- font-size: 90%;
- font-style: monospace;
- color: #111111;
- }
-
- PRE {
- font-size: 100%;
- padding: 5px;
- border-style: solid;
- border-width: 1px;
- border-color: #CCCCCC;
- background-color: #F4F4F4;
- }
-
- HR {
- width: 100%;
- height: 1px;
- background-color: #CCCCCC;
- border-width: 0px;
- padding: 0px;
- color: #CCCCCC;
- }
-
- .variablelist {
- padding-top: 10;
- padding-bottom: 10;
- margin: 0;
- }
-
- .itemizedlist {
- padding-top: 0;
- padding-bottom: 0;
- margin: 0;
- list-style-type: disc;
-
- }
-
- .orderedlist{
- padding-top: 0;
- padding-bottom: 0;
- margin: 0;
- }
-
- .term {
- font-weight: bold;
- }
-
- .note
- {
- padding-bottom: 5px;
- padding-left: 5px;
- padding-right: 5px;
- background-color: #FFFFCC;
- }
-
- .warning
- {
- padding-bottom: 5px;
- padding-left: 5px;
- padding-right: 5px;
- background-color: #FBDADA;
- }
-
-
Modified: trunk/documentation/guides/resources/styles/en/html_chunk.xsl
===================================================================
--- trunk/documentation/guides/resources/styles/en/html_chunk.xsl 2007-11-13 14:16:51 UTC (rev 4877)
+++ trunk/documentation/guides/resources/styles/en/html_chunk.xsl 2007-11-13 16:15:39 UTC (rev 4878)
@@ -23,15 +23,14 @@
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
-<!-- <xsl:import href="&db_xsl_path;/html/chunk.xsl"/> -->
+<!-- <xsl:import href="&db_xsl_path;/html/chunk.xsl"/> -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
-<xsl:include href="./collapsing-navigation.xsl"></xsl:include>
+<xsl:include href="./collapsing-navigation.xsl"></xsl:include>
<xsl:include href="./highlight.xsl"></xsl:include>
-
<!--###################################################
HTML Settings
################################################### -->
Modified: trunk/documentation/guides/resources/support.xml
===================================================================
--- trunk/documentation/guides/resources/support.xml 2007-11-13 14:16:51 UTC (rev 4877)
+++ trunk/documentation/guides/resources/support.xml 2007-11-13 16:15:39 UTC (rev 4878)
@@ -176,6 +176,12 @@
</fileset>
</copy>
+<copy todir="${build.dir}/${lang}/html/css/images">
+ <fileset dir="${styles.dir}/${lang}/Images">
+ <include name="**/*.gif"/>
+ </fileset>
+ </copy>
+
<java classname="com.icl.saxon.StyleSheet"
fork="true" dir="${build.dir}/${lang}/html">
<classpath refid="lib.classpath"/>
Modified: trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml
===================================================================
--- trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml 2007-11-13 14:16:51 UTC (rev 4877)
+++ trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/getting_started.xml 2007-11-13 16:15:39 UTC (rev 4878)
@@ -180,8 +180,27 @@
</imageobject>
</figure>
- </section>
- </section>
+ </section>
+ <section id="JBossToolsInstall">
+ <title>JBoss Tools Installation</title>
+ <para>If you want to install the JBoss Tools plugins for Eclipse, you need the following:</para>
+ <itemizedlist>
+ <listitem><para>Get Eclipse 3.3.1 and Web Tools 2.0.1</para></listitem>
+ </itemizedlist>
+ <para>The quickest way to get a WTP version is to download "Eclipse IDE for Java EE Developers" via <ulink url="http://www.eclipse.org">www.eclipse.org</ulink>.</para>
+ <note>
+ <title>Note:</title>
+ <para>Remember to choose the download that matches your OS and use Java 5 when you run it.</para>
+ </note>
+ <itemizedlist>
+ <listitem><para>Get the JBoss Tools build</para></listitem>
+ <listitem><para>Finally, install the build</para></listitem>
+ </itemizedlist>
+ <para>Unzip the file(s) directly into your Eclipse <emphasis><property>plugins/features</property></emphasis> directory and it will be readily available.
+ It might be necessary to start Eclipse with eclipse -clean to make sure it starts clean and rereads the new list of plugins.</para>
+ </section>
+ </section>
+
<section id="Welcome">
<title>Welcome to Red Hat Developer Studio</title>
<para>The welcome page is the first page you see when you first launch Red Hat Developer Studio. </para>
17 years, 2 months
JBoss Tools SVN: r4877 - in trunk/seam/docs/reference/en: images and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: afedosik
Date: 2007-11-13 09:16:51 -0500 (Tue, 13 Nov 2007)
New Revision: 4877
Removed:
trunk/seam/docs/reference/en/images/jsp_application/
trunk/seam/docs/reference/en/images/rad_jsf_application/
trunk/seam/docs/reference/en/modules/jsp_application.xml
trunk/seam/docs/reference/en/modules/rad_jsf_application.xml
Modified:
trunk/seam/docs/reference/en/master.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-292 "Developing a simple JSP web application" and "RAD development of a simple JSF application" chapter have been added to GSG.
Modified: trunk/seam/docs/reference/en/master.xml
===================================================================
--- trunk/seam/docs/reference/en/master.xml 2007-11-13 14:11:48 UTC (rev 4876)
+++ trunk/seam/docs/reference/en/master.xml 2007-11-13 14:16:51 UTC (rev 4877)
@@ -3,9 +3,7 @@
"../../resources/support/docbook-dtd/docbookx.dtd"
-[<!ENTITY jsp_application SYSTEM "modules/jsp_application.xml">
-<!ENTITY rad_jsf_application SYSTEM "modules/rad_jsf_application.xml">
-<!ENTITY curd_database_application SYSTEM "modules/curd_database_application.xml">
+[<!ENTITY curd_database_application SYSTEM "modules/curd_database_application.xml">
<!ENTITY curd_application_walkthrough SYSTEM "modules/curd_application_walkthrough.xml">
<!ENTITY business_application SYSTEM "modules/business_application.xml">
<!ENTITY testng SYSTEM "modules/testng.xml">
@@ -27,8 +25,7 @@
<toc/>
-&jsp_application;
-&rad_jsf_application;
+
&curd_database_application;
&curd_application_walkthrough;
&testng;
Deleted: trunk/seam/docs/reference/en/modules/jsp_application.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/jsp_application.xml 2007-11-13 14:11:48 UTC (rev 4876)
+++ trunk/seam/docs/reference/en/modules/jsp_application.xml 2007-11-13 14:16:51 UTC (rev 4877)
@@ -1,272 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="jsp_application" xreflabel="jsp_application">
- <?dbhtml filename="jsp_application.html"?>
- <chapterinfo>
- <keywordset>
- <keyword>Red Hat Developer Studio</keyword>
- <keyword>JSP</keyword>
- <keyword>JBoss</keyword>
- </keywordset>
- </chapterinfo>
- <title>Developing a simple JSP web application</title>
- <para>In this chapter you'll find out how to create a simple JSP application using the Red Hat Developer Studio. The application will show a classic "Hello World!" on the page.</para>
- <para>We'll assume that you have already launched Red Hat Developer Studio and
-also that the Web Development perspective is the current perspective. (If not, make it active by selecting <emphasis><property>Window > Open Perspective > Web Development</property></emphasis> from the menu bar or by selecting <emphasis><property>Window > Open Perspective > Other...</property></emphasis> from the menu bar and then selecting Web Development from
-the Select Perspective dialog box.)</para>
- <section id="SettingUpTheProject">
- <?dbhtml filename="SettingUpTheProject.html"?>
- <title>Setting Up the Project</title>
- <para>At first a new project for the application will be created.</para>
- <itemizedlist>
- <listitem><para>Go to the menu bar and select <emphasis><property>File > New > Project...</property></emphasis></para></listitem>
- <listitem><para>Select <emphasis><property>Web > Dynamic Web Project</property></emphasis> in the New Project dialog box</para></listitem>
- <listitem><para>Click <emphasis><property>Next</property></emphasis> </para></listitem>
- <listitem><para>Enter "jspHello" as a project name</para></listitem>
- <listitem><para>Leave everything else as is, and click <emphasis><property>Finish</property></emphasis></para></listitem>
- </itemizedlist>
- <figure>
- <title>Create New Web Project</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsp_application/jsp_application_1.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>A jspHello node should appear in the upper-left Package Explorer view.</para>
- <figure>
- <title>New Web Project</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsp_application/jsp_application_2.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </section>
-
- <section id="CreatingJSPPage">
- <?dbhtml filename="CreatingJSPPage.html"?>
- <title>Creating JSP Page</title>
- <para>In our simple application we need to create only one JSP page which displays a "Hello World!" message.</para>
- <itemizedlist continuation="continues">
-<listitem><para>Right click <emphasis><property>WebContent > New > JSP</property></emphasis>.</para></listitem>
-<listitem><para>Type "hello.jsp" for a file name and click the <emphasis><property>Next</property></emphasis> button.</para></listitem>
-</itemizedlist>
-<para>In the next window you can choose a template for your jsp page and see its preview.</para>
-<itemizedlist continuation="continues">
-<listitem><para>Select <emphasis><property>New JSP File (xhtml)</property></emphasis> template and click <emphasis><property>Finish</property></emphasis> button.</para></listitem>
-</itemizedlist>
-<figure>
- <title>Create JSP Page</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsp_application/jsp_application_3.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>Our hello.jsp page will now appear in Project Explorer.</para>
- <section id="EditingJSPPage">
- <?dbhtml filename="EditingJSPPage.html"?>
- <title>Editing a JSP Page</title>
- <para>Let's now make a little change so that a jsp page displays "Hello World!" message.</para>
- <itemizedlist continuation="continues">
-<listitem><para>Insert this line inside the <emphasis role="bold"><property><body></property></emphasis><emphasis role="bold"><property></body></property></emphasis> tag:
-</para></listitem>
-</itemizedlist>
-<programlisting role="XML"><![CDATA[<% System.out.println("Hello World!"); %>]]>
-</programlisting>
-
-<para>Notice that content assist functionality is always available when you are typing:</para>
-<figure>
- <title>Content Assist in JSP Page</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsp_application/jsp_application_4.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>After changes made your hello.jsp page should look like this:</para>
- <figure>
- <title>Hello.jsp Page</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsp_application/jsp_application_5.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </section>
-
- <section id="WebXML">
- <?dbhtml filename="WebXML.html"?>
- <title>web.xml file</title>
- <para>When you are creating web project the wizard creates the web.xml for you automatically. The web.xml file editor provided by Red Hat Developer Studio is available in two modes: design and source.</para>
- <figure>
- <title>Web.xml in Design Mode</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsp_application/jsp_application_6.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <figure>
- <title>Web.xml in Source Mode</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsp_application/jsp_application_7.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>Both modes are fully synchronized. Let's add mapping to our hello.jsp page in web.xml file.</para>
- <itemizedlist>
- <listitem><para>Switch to <property>source</property> mode.</para></listitem>
- <listitem><para>Add the next code into <emphasis role="bold"><property><welcome-file-list></property></emphasis>:</para></listitem>
- </itemizedlist>
- <programlisting role="XML"><![CDATA[<welcome-file>hello.jsp</welcome-file>
-]]></programlisting>
-<para>If you come back to design mode you will see that the changes made are automatically reflected in that mode.</para>
-<para>Actually you don't really need any config right now. You can clear the web.xml file, save it and you'll still be able to launch your application.</para>
- </section>
-
- <section id="DeployTheProject">
- <?dbhtml filename="DeployTheProject.html"?>
- <title>Deploying the project</title>
- <para>While creating any web project you could experience a pain writing ant scripts and managing the
-packaging even if a developer is writing the most trivial web applications. With Red Hat Developer Studio you are saved from such a pain. All you need is to start JBoss server and launch your application in your favorite browser.</para>
- <para>You can also create a war archive with RHDS's Archive Tools and export it to any web server.</para>
- <section id="WarConfig">
- <?dbhtml filename="WarConfig.html"?>
- <title>WAR Config</title>
- <para>Project archives managing is available through <property>Project archives</property> view.</para>
- <itemizedlist>
- <listitem><para>Select <emphasis><property>Window > Show view > Other > JBoss Tools > Project archives</property></emphasis> from menu bar</para></listitem>
- <listitem><para>Select a project in Package Explorer you want to be archived</para></listitem>
- </itemizedlist>
- <para>In Project Archives you will see available archive types for the project:</para>
- <figure>
- <title>Project Archives</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsp_application/jsp_application_8.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <itemizedlist>
- <listitem><para>Click, for example, <emphasis><property>WAR</property></emphasis> option to create war archive</para></listitem>
- </itemizedlist>
- <para>In the dialog New WAR you can see automatically selected default values</para>
- <figure>
- <title>New WAR Archive</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsp_application/jsp_application_9.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <itemizedlist>
- <listitem><para>Click <emphasis><property>Next</property></emphasis> to see a stub archive configuration for your project:
- <figure>
- <title>Stub Archive Configuration</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsp_application/jsp_application_10.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </para></listitem>
- <listitem><para>Click <emphasis><property>Finish</property></emphasis>. The <emphasis>.war</emphasis> file will appear in Package Explorer and in Project archives view as structure tree:
- <figure>
- <title>Archive is Created</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsp_application/jsp_application_11.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <figure>
- <title>Archive in Project Archives View</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsp_application/jsp_application_12.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </para></listitem>
- </itemizedlist>
- <para>Via Project archives view you could now edit your archive, add new folders, publish to server, and so on:</para>
- <figure>
- <title>Configure Archive</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsp_application/jsp_application_13.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </section>
-
- <section id="AutoRedeploy">
- <?dbhtml filename="AutoRedeploy.html"?>
- <title>Auto redeploy</title>
- <para>When you are creating a web application and register it on JBoss server it is automatically deployed into <emphasis>/deploy</emphasis> directory of the server. RHDS comes with the feature of auto-redeploy. It means that you don't need to restart JBoss. Any changes made in the application in exploded format will trigger a redeployment on the server.</para>
- </section>
- </section>
-
- <section id="Previewtab">
- <?dbhtml filename="Previewtab.html"?>
- <title>JSP Page Preview</title>
- <para>RHDS comes with JSP design-time preview features. When designing JSP pages you can easily preview how they will look during runtime. You can even attach your stylesheet to the preview.</para>
- <itemizedlist>
- <listitem><para>Make a little change to hello.jsp page, e.g. put this code snippet:</para></listitem>
- </itemizedlist>
- <programlisting role="XML"><![CDATA[<%= new java.util.Date() %>
-]]></programlisting>
- <itemizedlist>
- <listitem><para>Click <emphasis><property>Save</property></emphasis> button.</para></listitem>
- <listitem><para>Switch to Preview page by clicking Preview tab at the bottom of the page. You will see how the page will look at runtime.</para></listitem>
- </itemizedlist>
- <figure>
- <title>Preview Page</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsp_application/jsp_application_14.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </section>
- <section id="LaunchingTheProject">
- <?dbhtml filename="LaunchingTheProject.html"?>
- <title>Launch JSP Project</title>
- <para>Let's now launch our project on server. We'll use JBoss server that is shipped with Red Hat Developer Studio.</para>
- <itemizedlist continuation="continues">
-<listitem><para>Start JBoss server from JBoss Server view by clicking the Start icon.</para></listitem>
-</itemizedlist>
-<figure>
- <title>Starting Server</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsp_application/jsp_application_15.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <itemizedlist continuation="continues">
-<listitem><para>Click the Run icon or right click your project folder and select <emphasis><property>Run As > Run on Server</property></emphasis>. If you haven't made any changes in web.xml file or cleared it out you can launch the application by right clicking the hello.jsp page and selecting <emphasis><property>Run on the Server</property></emphasis>.</para></listitem>
-</itemizedlist>
-<figure>
- <title>Run Project</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsp_application/jsp_application_16.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>You should see the next page in a browser :</para>
- <figure>
- <title>Running Project</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/jsp_application/jsp_application_17.png"/>
- </imageobject>
- </mediaobject>
- </figure>
- </section>
- </section>
-
-</chapter>
\ No newline at end of file
Deleted: trunk/seam/docs/reference/en/modules/rad_jsf_application.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/rad_jsf_application.xml 2007-11-13 14:11:48 UTC (rev 4876)
+++ trunk/seam/docs/reference/en/modules/rad_jsf_application.xml 2007-11-13 14:16:51 UTC (rev 4877)
@@ -1,633 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="rad_jsf_application" xreflabel="rad_jsf_application">
- <?dbhtml filename="rad_jsf_application.html"?>
- <chapterinfo>
- <keywordset>
- <keyword>Red Hat Developer Studio</keyword>
- <keyword>JSF</keyword>
- <keyword>JBoss</keyword>
- <keyword>RAD</keyword>
- </keywordset>
- </chapterinfo>
- <title>RAD development of a simple JSF application</title>
- <para>In this chapter you will see how to create a simple JSF application being based on <property>"RAD"</property> philosophy. We will create the familiar Guess Number application. The scenario is the following. You are asked to guess a number between 0 and 100. If the guess is correct, a success page is displayed with a link to play again. If the guess is incorrect, a message is printed notifying the user that a smaller or a larger number should be entered and the game continues.</para>
- <para>We'll show you how to create such an application from scratch, along the way demonstrating powerful features of Red Hat Developer Studio such as project templating, Visual Page Editor, code completion and others. You will design the
-JSF application and then run the application from inside Red Hat Developer Studio using the bundled JBoss server.</para>
-
-<section id="SettingUpTheProject12">
-<?dbhtml filename="SettingUpTheProject12.html"?>
-<title>Setting up the project</title>
-<para>We will create a JSF 1.2 project using an integrated RHDS's new project wizard and predefined templates.</para>
-<itemizedlist>
- <listitem><para>In Web Projects View (if it is not open select <emphasis><property>Window > Show View > Others > JBoss Tools Web > Web Projects View</property></emphasis>) click <emphasis><property>Create New JSF Project</property></emphasis> button.
-<figure>
-<title>Create New JSF Project</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_1.png"/>
- </imageobject>
-</mediaobject>
-</figure></para></listitem>
-
-<listitem><para>Put <property>GuessNumber</property> as a project name, in JSF Environment drop down list choose <property>JSF 1.2.</property></para></listitem>
-<listitem><para>Leave everything else as it is and click <emphasis><property>Finish</property></emphasis></para></listitem>
-</itemizedlist>
-<para>Our project will appear in Project Explorer and Web Projects Views. As you can see Red Had Developer Studio has created for us the whole skeleton for the project with all needed libraries, faces-config.xml and web.xml files.</para>
-<figure>
-<title>New JSF Project</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_2.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-
-</section>
-<section id="CreatingJSPPages">
-<?dbhtml filename="CreatingJSPPages.html"?>
-<title>Creating JSP Pages</title>
-<para>The application has two pages. The first page is inputnumber.jsp. It prompts you to enter a number. If the guess is incorrect, the same page will be redisplayed with a message indicating whether a smaller or a larger number should be tried. The second page is success.jsp. This page will be shown after you guess the number correctly. From this page you also have the option to play the game again.</para>
-
-<para>On the first page inputnumber.jsp you will enter a number.</para>
-<itemizedlist>
- <listitem><para>Open <emphasis><property>faces-config.xml</property></emphasis> file</para></listitem>
-<listitem><para>Right click anywhere on the diagram mode</para></listitem>
-<listitem><para>From the context menu select <emphasis><property>New View</property></emphasis></para></listitem>
-</itemizedlist>
-<figure>
-<title>Create New View</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_3.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<itemizedlist>
-
- <listitem><para>Type <emphasis><property>pages/inputnumber</property></emphasis> as the value for <emphasis><property>From-view-id</property></emphasis></para></listitem>
- <listitem><para>Leave everything else as is and click <emphasis><property>Finish</property></emphasis></para></listitem>
- <listitem><para>In the same way create another jsf view. Type <emphasis><property>pages/success</property></emphasis> as the value for <emphasis><property>From-view-id</property></emphasis></para></listitem>
-<listitem><para>Select <emphasis><property>File > Save</property></emphasis></para></listitem>
-</itemizedlist>
-<para>On the diagram you will see two created views.</para>
-<figure>
-<title>New Views</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_4.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-</section>
-
-<section id="CreatingTransition">
-<?dbhtml filename="CreatingTransition.html"?>
-<title>Creating Transition between two views</title>
-<para>We should now create connection between jsp pages.</para>
-<itemizedlist>
- <listitem><para>In the diagram, select the <emphasis><property>Create New Connection</property></emphasis> icon third from the top along the upper left side of the diagram to get an arrow cursor with a two-pronged plug at the arrow's bottom
-<figure>
-<title>Create Connection</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_5.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-</para></listitem>
-<listitem><para>Click on the <emphasis><property>pages/inputnumber</property></emphasis> page icon and then click on the <emphasis><property>pages/success</property></emphasis> page icon</para></listitem>
-</itemizedlist>
-<para>A transition should appear between the two icons of views.</para>
-<figure>
-<title>Created Connection</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_6.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<itemizedlist>
-<listitem><para>Select <emphasis><property>File > Save</property></emphasis> from the menu bar</para></listitem>
-</itemizedlist>
-</section>
-<section id="CreatingResourceFile">
-<?dbhtml filename="CreatingResourceFile.html"?>
-<title>Creating Resource File</title>
-<para>Red Hat Developer Studio allows to create quickly a resource file. Using this feature you can collect text messages in one central place. A resource file is just a file with a <emphasis>.properties</emphasis> extension. The messages stored in resource file can be displayed to you on a Web page during application execution. </para>
-<para>With resource file first, you don't hard code anything into the JSP pages. And second, it makes it easier to translate your application to other languages. All you have to do is to translate all your messages to the other language and save them in a new properties file with a name that ends with the appropriate ISO-639 language code.</para>
-<para>It is a good idea to keep your resources inside the <emphasis><property>JavaSource</property></emphasis> folder, where you keep your .java files. Every time you build the project, all <emphasis>.properties</emphasis> files will then be copied to the <emphasis>classes</emphasis> folder by default.</para>
-<itemizedlist>
-<listitem><para>Right click <emphasis><property>JavaSource</property></emphasis> folder and select <emphasis><property>New > Folder</property></emphasis></para></listitem>
- <listitem><para>Type <emphasis><property>game</property></emphasis> for Folder name and click <emphasis><property>Finish</property></emphasis></para></listitem>
-</itemizedlist>
-<para>We will store in this folder our resource file and java bean.</para>
-<itemizedlist>
- <listitem><para>Right click on <emphasis><property>game folder</property></emphasis> and select <emphasis><property>New > Properties File</property></emphasis></para></listitem>
-<listitem><para>Type <emphasis><property>messages</property></emphasis> as the value for "name" attribute and click <emphasis><property>Finish</property></emphasis></para></listitem>
-</itemizedlist>
-<para>Red Hat Developer Studio will automatically open <property>messages.properties</property> file for editing.</para>
-<figure>
-<title>Messages.properties File</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_7.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<itemizedlist>
-<listitem><para>Click <emphasis><property>Add</property></emphasis> button</para></listitem>
-<listitem><para>Type <emphasis role="italic"><property>how_to_play</property></emphasis> for "name" and <emphasis role="italic"><property>Please pick a number between 0 and 100.</property></emphasis> for value</para></listitem>
-<listitem><para>Click <emphasis><property>Finish</property></emphasis></para></listitem>
-<listitem><para>In such a way add the next properties:</para></listitem>
-</itemizedlist>
-<programlisting role="JAVA"><![CDATA[makeguess_button=Make Guess
-trayagain_button=Play Again?
-success_text=How cool.. You have guessed the number, {0} is correct!
-tryagain_smaller=Oops..incorrect guess. Please try a smaller number.
-tryagain_bigger=Oops..incorrect guess. Please try a bigger number.
-]]></programlisting>
-<itemizedlist>
-<listitem><para>Click <emphasis><property>File > Save</property></emphasis> from the menu bar</para></listitem>
-</itemizedlist>
-<para>Your .properties file should now look like follows:</para>
-<figure>
-<title>Properties are Added</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_8.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-</section>
-
-<section id="CreatingJavaBean">
-<?dbhtml filename="CreatingJavaBean.html"?>
-<title>Creating Java Bean</title>
-<para>Now we create a Java bean that will hold business logic of our application.</para>
-<itemizedlist>
-<listitem><para>Right click <emphasis><property>game folder</property></emphasis></para></listitem>
-<listitem><para>Select <emphasis><property>New > Class</property></emphasis></para></listitem>
-<listitem><para>Type <emphasis><property>NumberBean</property></emphasis> for bean name</para></listitem>
-</itemizedlist>
-<para>A java bean is created.</para>
-<itemizedlist>
-<listitem><para>Declare the variable of your entered number:</para></listitem>
-</itemizedlist>
-<programlisting role="JAVA"><![CDATA[Integer userNumber;
-]]></programlisting>
-<para>Red Hat Studio allows to quickly generate getters and setters for java bean.</para>
-<itemizedlist>
- <listitem><para>Right click <emphasis><property>NumberBean.java</property></emphasis> in Package Explorer</para></listitem>
-<listitem><para>Select <emphasis><property>Source > Generate Getters and Setters...</property></emphasis></para></listitem>
-<listitem><para>Check <emphasis><property>userNumber</property></emphasis> box and click <emphasis><property>OK</property></emphasis>
-<figure>
-<title>Generate Getters and Setters</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_9.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-</para></listitem>
-<listitem><para>Add the declaration of the second variable</para></listitem>
-</itemizedlist>
-<programlisting role="JAVA"><![CDATA[int randomNumber;
-]]></programlisting>
-<itemizedlist>
-<listitem><para>.. other bean methods:</para></listitem>
-</itemizedlist>
-<programlisting role="JAVA"><![CDATA[public NumberBean ()
-{
- randomNumber = (int)(Math.random()*100);
- System.out.println ( "Random number: "+randomNumber);
- }
- public String playagain ()
- {
- FacesContext context = FacesContext.getCurrentInstance();
- HttpSession session = (HttpSession) context.getExternalContext().getSession(false);
- session.invalidate();
- return "playagain";
- }
- public String checkGuess ()
- {
-
- // if guessed, return 'success' for navigation
- if ( userNumber.intValue() == randomNumber )
- {
- return "success";
- }
-else
- {
- FacesContext context = FacesContext.getCurrentInstance();
- ResourceBundle bundle = ResourceBundle.getBundle("game.messages", context.getViewRoot().getLocale());
- String msg = "";
- // if number bigger, get appropriate message
- if ( userNumber.intValue() > randomNumber )
- msg = bundle.getString("tryagain_smaller");
- else // if number smaller, get appropriate message
- msg = bundle.getString("tryagain_bigger");
- // add message to be displayed on the page via <h:messages> tag
- context.addMessage (null, new FacesMessage(msg));
- // return 'tryagain' for navigation
- return "tryagain";
- }
- }
-]]></programlisting>
-<itemizedlist>
-<listitem><para>And the import declarations:</para></listitem>
-</itemizedlist>
-<programlisting role="JAVA"><![CDATA[import javax.faces.context.FacesContext;
-import javax.servlet.http.HttpSession;
-import javax.faces.application.FacesMessage;
-import java.util.Locale;
-import java.util.ResourceBundle;
-]]></programlisting>
-<para>The whole java bean should look as follows:</para>
-<programlisting role="JAVA"><![CDATA[import javax.faces.context.FacesContext;
-import javax.servlet.http.HttpSession;
-import javax.faces.application.FacesMessage;
-import java.util.Locale;
-import java.util.ResourceBundle;
-
-public class NumberBean
-{
- Integer userNumber;
- int randomNumber; // random number generated by application
-public Integer getUserNumber ()
- {
- return userNumber;
- }
- public void setUserNumber (Integer value)
- {
- this.userNumber = value;
- }
-
- // constructor, generates random number
- public NumberBean ()
- {
- randomNumber = (int)(Math.random()*100);
- System.out.println (
- "Random number: " + randomNumber);
- }
-
- public String playagain ()
- {
- FacesContext context = FacesContext.getCurrentInstance();
- HttpSession session = (HttpSession) context.getExternalContext().getSession(false);
- session.invalidate();
- return "playagain";
- }
-
- // check if user guessed the number
- public String checkGuess ()
- {
- // if guessed, return 'success' for navigation
- if ( userNumber.intValue() == randomNumber )
- {
- return "success";
- }
- // incorrect guess
- else
- {
- // get a reference to properties file to retrieve messages
- FacesContext context = FacesContext.getCurrentInstance();
- ResourceBundle bundle = ResourceBundle.getBundle("game.messages", context.getViewRoot().getLocale());
- String msg = "";
- // if number is bigger, get appropriate message
- if ( userNumber.intValue() > randomNumber )
- msg = bundle.getString("tryagain_smaller");
- else // if number smaller, get appropriate message
- msg = bundle.getString("tryagain_bigger");
-
- // add message to be displayed on the page via <h:messages> tag
- context.addMessage (null, new FacesMessage(msg));
- // return 'tryagain' for navigation
- return "tryagain";
- }
- }
-}
-]]></programlisting>
-</section>
-
-<section id="EditingFacesConfig">
-<?dbhtml filename="EditingFacesConfig.html"?>
-<title>Editing faces-config.xml File</title>
-<para>This file holds two navigation rules and defines the backing bean used.</para>
-<itemizedlist>
-<listitem><para>Open faces-config.xml file in a source mode</para></listitem>
-<listitem><para>Add here one more navigation rule and a managed bean declarations that the content of the file looks like this:</para></listitem>
-</itemizedlist>
-<programlisting role="XML"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
-<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee
-xmlns:xi="http://www.w3.org/2001/XInclude"
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2_.xsd">
-
- <navigation-rule>
- <from-view-id>*</from-view-id>
- <navigation-case>
- <from-outcome>playagain</from-outcome>
- <to-view-id>/pages/inputnumber.jsp</to-view-id>
- </navigation-case>
- </navigation-rule>
-
- <navigation-rule>
- <from-view-id>/pages/inputnumber.jsp</from-view-id>
- <navigation-case>
- <from-outcome>success</from-outcome>
- <to-view-id>/pages/success.jsp</to-view-id>
- </navigation-case>
- </navigation-rule>
-
- <managed-bean>
- <managed-bean-name>NumberBean</managed-bean-name>
- <managed-bean-class>game.NumberBean</managed-bean-class>
- <managed-bean-scope>session</managed-bean-scope>
- </managed-bean>
-
-</faces-config>
-]]></programlisting>
-<para>The first navigation rule states that from any page (<property>*</property> stands for any page) an outcome of playagain will take you to <emphasis>/pages/inputnumber.jsp</emphasis>. Outcome values are returned from backing bean methods in this example. The second navigation rule states that if you are at the page <emphasis>/pages/inputnumber.jsp</emphasis>, and the outcome is success, then navigate to the <emphasis>/pages/success.jsp</emphasis> page.
-</para>
-</section>
-<section id="EditingTheJSPViewFiles2">
-<?dbhtml filename="EditingTheJSPViewFiles2.html"?>
-<title>Editing the JSP View Files</title>
-<para>Now we will finish editing the JSP files for our two "views" using Visual Page
-Editor.</para>
-<section id="EditingInputjsp">
-<?dbhtml filename="EditingInputjsp.html"?>
-<title>Editing inputnumber.jsp page</title>
-<para>On this page we will have an output text component displaying a message, a text field for user's number entering and a button for input submission.</para>
-<itemizedlist>
-<listitem><para>Open inputnumber.jsp by double-clicking on the <emphasis><property>/pages/inputnumber.
-jsp</property></emphasis> icon</para></listitem>
-</itemizedlist>
-<para>The Visual Page Editor will open in a screen split between source code along the top and
-a WYSIWIG view along the bottom. You can see that some JSF code will be already generated as we choose a template when creating the page.</para>
-<para>At the beginning it's necessary to create a <emphasis role="bold"><property><h:form></property></emphasis> component where all others components are put.</para>
-<itemizedlist>
-<listitem><para>Place the mouse cursor inside <emphasis role="bold"><property><f:view></property></emphasis><emphasis role="bold"><property></f:view></property></emphasis></para></listitem>
-<listitem><para>Go to JBoss Tools Palette and expand JSF HTML folder by selecting it</para></listitem>
-<listitem><para>Click on <emphasis role="bold"><property><h:form></property></emphasis> tag
-<figure>
-<title>Insert h:form</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_10.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-</para></listitem>
-<listitem><para>In the dialog Insert Tag select <emphasis><property>id</property></emphasis> and click on this line below the value header. A blinking cursor will appear in a input text field inviting to enter a value of id
-<figure>
-<title>Define Id of Form</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_11.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-</para></listitem>
-<listitem><para>Type <emphasis><property>inputNumbers</property></emphasis> and click <emphasis><property>Finish</property></emphasis></para></listitem>
-</itemizedlist>
-<para>In source view you can see the declaration of a form.</para>
-<figure>
-<title>Created Form</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_12.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<para>First let's declare the properties file in inputnumber.jsp page using the loadBundle JSF tag.</para>
-<itemizedlist>
-<listitem><para>Put this declaration on the top of a page, right after the first two lines:</para></listitem>
-</itemizedlist>
-<programlisting role="XML"><![CDATA[<f:loadBundle basename="game.messages" var="msg"/>
-]]></programlisting>
-<para>As always Red Hat Studio provides code assist:</para>
-<figure>
-<title>Code Assist</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_13.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<itemizedlist>
-<listitem><para>Switch to Visual tab, so it could be possible to work with the editor completely in its WYSIWYG mode</para></listitem>
-<listitem><para>Click on <emphasis><property>outputText</property></emphasis>, drag the cursor over to the editor, and drop it inside the blue box in the editor</para></listitem>
-
-<listitem><para>Select <emphasis><property>value</property></emphasis> and click on this line below "value" header</para></listitem>
-<listitem><para>Click <property>...</property> button next to the value field</para></listitem>
-</itemizedlist>
-<para>RHDS will nicely propose you to choose within available values:</para>
-<figure>
-<title>Choose Value</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_14.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<itemizedlist>
-<listitem><para>Expand <emphasis><property>Resource Bundles > msg</property></emphasis></para></listitem>
- <listitem><para>Select <emphasis><property>how_to_play</property></emphasis> value and click <emphasis><property>Ok</property></emphasis>. Then click <emphasis><property>Finish</property></emphasis>
-<figure>
-<title>Selecting Value</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_15.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-</para></listitem>
-</itemizedlist>
-<para>The text will appear on the page:</para>
-<figure>
-<title>Created OutputText Component</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_16.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<itemizedlist>
-<listitem><para>Switch to Source mode and insert <emphasis role="bold"><property><br/></property></emphasis> tag after <emphasis role="bold"><property><h:outputText></property></emphasis> component to make a new line.</para></listitem>
-<listitem><para>Click <emphasis><property>Save</property></emphasis> button.</para></listitem>
-<listitem><para>On the Palette click on <emphasis><property>inputText</property></emphasis>, drag the cursor over to the editor, and drop it inside the editor after the text.</para></listitem>
-<listitem><para>Switch to a Source mode and insert <emphasis role="bold"><property><br/></property></emphasis> tag after <emphasis role="bold"><property><h:outputText></property></emphasis> component to make a new line</para></listitem>
-<listitem><para>Click <emphasis><property>Save</property></emphasis> button</para></listitem>
-<listitem><para>On the Palette click on <emphasis><property>inputText</property></emphasis>, drag the cursor over to the editor, and drop it inside the editor after the text</para></listitem>
-<listitem><para>Select <emphasis><property>value</property></emphasis> and click on this line below "value" header</para></listitem>
-<listitem><para>Click <property>...</property> button next to the value field</para></listitem>
-<listitem><para>Expand <emphasis><property>Managed Beans > NumberBean</property></emphasis></para></listitem>
- <listitem><para>Select <emphasis><property>userNumber</property></emphasis> value and click <emphasis><property>Ok</property></emphasis></para></listitem>
-<listitem><para>Switch <emphasis><property>Advanced</property></emphasis> tab</para></listitem>
-<listitem><para>Select <emphasis><property>id</property></emphasis> and click on this line below "value" header</para></listitem>
- <listitem><para>Type <emphasis><property>userNumber</property></emphasis> in text field</para></listitem>
-<listitem><para>Select <emphasis><property>required</property></emphasis> and click on this line below "value" header</para></listitem>
-<listitem><para>Click <property>...</property> button next to the value field</para></listitem>
-<listitem><para>Expand <emphasis><property>Enumeration</property></emphasis> and select <emphasis><property>true</property></emphasis> as a value</para></listitem>
-</itemizedlist>
-<figure>
-<title>Add "required" Attribute</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_17.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<itemizedlist>
-<listitem><para>Click <emphasis><property>Ok</property></emphasis>, then click <emphasis><property>Finish</property></emphasis></para></listitem>
-<listitem><para>Go to Source mode</para></listitem>
-<listitem><para>Add the validation attribute to <emphasis role="bold"><property><f:validateLongRange></property></emphasis> for user input validation</para></listitem></itemizedlist>
-<programlisting role="XML"><![CDATA[<h:inputText id="userNumber" value="#{NumberBean.userNumber}" required="true">
- <f:validateLongRange minimum="0" maximum="100"/>
-</h:inputText>
-]]></programlisting>
-<itemizedlist>
-<listitem><para>Click <emphasis><property>Save</property></emphasis> button</para></listitem>
- <listitem><para>Again select <emphasis><property>Visual</property></emphasis> mode</para></listitem>
-<listitem><para>On the Palette, click on <emphasis><property>commandButton</property></emphasis>, drag the cursor over to the editor, and drop it inside the editor after the inputText component.</para></listitem>
-<listitem><para>In the editing dialog select <emphasis><property>value</property></emphasis> and click on this line below "value" header</para></listitem>
-<listitem><para>Click <property>...</property> button next to the value field</para></listitem>
-<listitem><para>Expand <emphasis><property>Resource Bundles > msg</property></emphasis> and select <emphasis><property>makeguess_button</property></emphasis> as a value</para></listitem>
- <listitem><para>Click <emphasis><property>Ok</property></emphasis></para></listitem>
-<listitem><para>Select <emphasis><property>action</property></emphasis> and click on this line below "value" header</para></listitem>
- <listitem><para>Type <emphasis><property>NumberBean.checkGuess</property></emphasis> in text field</para></listitem>
-<listitem><para>Click <emphasis><property>Finish</property></emphasis></para></listitem>
-<listitem><para>In Source mode add <emphasis role="bold"><property><br/></property></emphasis> tags between <emphasis role="bold"><property><outputText></property></emphasis>, <emphasis role="bold"><property><inputText></property></emphasis> and <emphasis role="bold"><property><commandButton></property></emphasis> components to place them on different lines</para></listitem>
-</itemizedlist>
-<para>inputnumber.jsp page should look like this:</para>
-<programlisting role="XML"><![CDATA[<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<f:loadBundle basename="game.messages" var="msg"/>
-
-<html>
- <f:view>
- <h:form id="inputNumbers">
- <h:outputText value="#{msg.how_to_play}"/>
- <br/>
- <h:messages style="color: blue"/>
- <br/>
- <h:inputText id="userNumber" value="#{NumberBean.userNumber}" required="true">
- <f:validateLongRange minimum="0" maximum="100"/>
- </h:inputText>
- <br/><br/>
- <h:commandButton value="#{msg.makeguess_button}" action="#{NumberBean.checkGuess}"/>
- </h:form>
- </f:view>
-</html>
-]]></programlisting>
-</section>
-<section id="EditingSuccessJsp">
-<?dbhtml filename="EditingSuccessJsp.html"?>
-<title>Editing success.jsp page</title>
-<para>In the same way like inputnumber.jsp, edit success.jsp page. Its whole source should be the next:</para>
-<programlisting role="XML"><![CDATA[<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
-<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
-<f:loadBundle basename="game.messages" var="msg"/>
-
-<html>
- <f:view>
- <h:form id="result">
- <h:outputFormat value="#{msg.success_text}">
- <f:param value="#{NumberBean.userNumber}"/>
- </h:outputFormat>
- <br/><br/>
- <h:commandButton value="#{msg.trayagain_button}" action="#{NumberBean.playagain}"/>
- </h:form>
- </f:view>
-</html>
-]]></programlisting>
-<para>Again you can use code assist provided by RHDS when editing jsp page:</para>
-<figure>
-<title>Code Assist for <f:param></title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_18.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<para>This page, success.jsp, is shown if you correctly guessed the number. The <emphasis role="bold"><property><h:outputFormat></property></emphasis> tag will get the value of success_text from the properties file. The {0} in success_text will be substituted for by the value of the value attribute within the <emphasis role="bold"><property><f:param></property></emphasis> tag during runtime.</para>
-<para>At the end, you have a button which allows you to replay the game. The action value references a backing bean method. In this case, the method only terminates the current session so that when you are shown the first page, the input text box is clear and a new random number is generated.</para>
-<itemizedlist>
-<listitem><para>Switch to Preview mode to see how this page will look in a browser:</para></listitem>
-</itemizedlist>
-<figure>
-<title>Success.jsp in Preview Mode</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_19.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-</section>
-</section>
- <section id="CreatingIndexjsp">
-<?dbhtml filename="CreatingIndexjsp.html"?>
-<title>Creating index.jsp page</title>
-<para>The index.jsp page is the entry point of our application. It's just forwarding to inputnumber.jsp page.</para>
-<itemizedlist>
-<listitem><para>Right click <emphasis><property>WebContent > New > JSP File</property></emphasis></para></listitem>
- <listitem><para>Type <emphasis><property>index</property></emphasis> for name field and choose <emphasis><property>JSPRedirect</property></emphasis> as a template</para></listitem>
-<listitem><para>Click <emphasis><property>Finish</property></emphasis></para></listitem>
-<listitem><para>The source for this page should be like the following:</para></listitem>
-</itemizedlist>
-<programlisting role="XML"><![CDATA[<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
- <body>
- <jsp:forward page="/pages/inputnumber.jsf" />
- </body>
-</html>
-
-]]></programlisting>
-<para>Note the <emphasis>.jsf</emphasis> extension of a page. It means that we trigger the JSF controller servlet to handle the page according the servlet mapping in the faces-config.xml file.</para>
-</section>
-<section id="RunningTheApplication33">
-<?dbhtml filename="RunningTheApplication33.html"?>
-<title>Running the Application</title>
-<para>Everything is ready to run the application.</para>
-<itemizedlist>
- <listitem><para>Start up JBoss server by clicking on the <emphasis><property>Start</property></emphasis> icon in JBoss Server view. (If JBoss is already running, stop it by clicking on the red icon and then start it again. After the messages in the Console tabbed view stop scrolling, JBoss is available</para></listitem>
- <listitem><para>Click on the <emphasis><property>Red Hat</property></emphasis> run icon in the toolbar</para></listitem>
-<listitem><para>Play with the application by entering correct as well as incorrect values</para></listitem>
-</itemizedlist>
-<figure>
-<title>You are Asked to Enter a Number Between 0 and 100</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_20.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-<figure>
-<title>Your Input is Validated and an Error Message is Displayed if Invalid Input was Entered</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_21.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-
-<figure>
-<title>After You Enter a Guess, the Application Tells You Whether a Smaller or a Larger Number Should be Tried</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_22.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-
-<figure>
-<title>Your Guess is Correct</title>
-<mediaobject>
- <imageobject>
- <imagedata fileref="images/rad_jsf_application/rad_jsf_application_23.png"/>
- </imageobject>
-</mediaobject>
-</figure>
-</section>
-</chapter>
17 years, 2 months
JBoss Tools SVN: r4876 - in trunk/documentation/guides/userguide/GettingStartedGuide/en: images and 3 other directories.
by jbosstools-commits@lists.jboss.org
Author: afedosik
Date: 2007-11-13 09:11:48 -0500 (Tue, 13 Nov 2007)
New Revision: 4876
Added:
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_1.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_10.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_11.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_12.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_13.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_14.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_15.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_16.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_17.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_2.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_3.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_4.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_5.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_6.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_7.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_8.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_9.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject10.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject11.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject12.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject13.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject14.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject15.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject16.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject17.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject18.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject21.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject22.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject6.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject7.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject8.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject9.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newprojectjsp20.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_1.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_10.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_11.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_12.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_13.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_14.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_15.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_16.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_17.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_18.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_19.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_2.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_20.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_21.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_22.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_23.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_3.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_4.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_5.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_6.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_7.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_8.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_9.png
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/master.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-292 "Developing a simple JSP web application" and "RAD development of a simple JSF application" chapter have been added to GSG.
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_1.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_10.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_10.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_11.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_11.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_12.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_12.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_13.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_13.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_14.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_14.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_15.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_15.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_16.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_16.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_17.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_17.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_2.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_3.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_4.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_5.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_5.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_6.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_6.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_7.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_7.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_8.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_8.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_9.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/jsp_application_9.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject10.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject10.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject11.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject11.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject12.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject12.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject13.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject13.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject14.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject14.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject15.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject15.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject16.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject16.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject17.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject17.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject18.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject18.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject21.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject21.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject22.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject22.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject6.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject6.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject7.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject7.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject8.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject8.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject9.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newproject9.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newprojectjsp20.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/jsp_application/newprojectjsp20.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_1.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_1.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_10.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_10.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_11.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_11.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_12.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_12.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_13.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_13.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_14.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_14.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_15.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_15.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_16.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_16.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_17.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_17.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_18.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_18.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_19.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_19.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_2.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_20.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_20.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_21.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_21.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_22.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_22.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_23.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_23.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_3.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_4.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_5.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_5.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_6.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_6.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_7.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_7.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_8.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_8.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_9.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/userguide/GettingStartedGuide/en/images/rad_jsf_application/rad_jsf_application_9.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/guides/userguide/GettingStartedGuide/en/master.xml
===================================================================
--- trunk/documentation/guides/userguide/GettingStartedGuide/en/master.xml 2007-11-13 13:40:04 UTC (rev 4875)
+++ trunk/documentation/guides/userguide/GettingStartedGuide/en/master.xml 2007-11-13 14:11:48 UTC (rev 4876)
@@ -5,7 +5,8 @@
[<!ENTITY getting_started SYSTEM "modules/getting_started.xml">
<!ENTITY manage SYSTEM "modules/manage.xml">
<!ENTITY first_seam SYSTEM "modules/first_seam.xml">
-
+<!ENTITY jsp_application SYSTEM "modules/jsp_application.xml">
+<!ENTITY rad_jsf_application SYSTEM "modules/rad_jsf_application.xml">
]>
<book>
@@ -28,7 +29,8 @@
&getting_started;
&manage;
&first_seam;
+&jsp_application;
+&rad_jsf_application;
-
</book>
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml
===================================================================
--- trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml (rev 0)
+++ trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml 2007-11-13 14:11:48 UTC (rev 4876)
@@ -0,0 +1,272 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter id="jsp_application" xreflabel="jsp_application">
+ <?dbhtml filename="jsp_application.html"?>
+ <chapterinfo>
+ <keywordset>
+ <keyword>Red Hat Developer Studio</keyword>
+ <keyword>JSP</keyword>
+ <keyword>JBoss</keyword>
+ </keywordset>
+ </chapterinfo>
+ <title>Developing a simple JSP web application</title>
+ <para>In this chapter you'll find out how to create a simple JSP application using the Red Hat Developer Studio. The application will show a classic "Hello World!" on the page.</para>
+ <para>We'll assume that you have already launched Red Hat Developer Studio and
+also that the Web Development perspective is the current perspective. (If not, make it active by selecting <emphasis><property>Window > Open Perspective > Web Development</property></emphasis> from the menu bar or by selecting <emphasis><property>Window > Open Perspective > Other...</property></emphasis> from the menu bar and then selecting Web Development from
+the Select Perspective dialog box.)</para>
+ <section id="SettingUpTheProject">
+ <?dbhtml filename="SettingUpTheProject.html"?>
+ <title>Setting Up the Project</title>
+ <para>At first a new project for the application will be created.</para>
+ <itemizedlist>
+ <listitem><para>Go to the menu bar and select <emphasis><property>File > New > Project...</property></emphasis></para></listitem>
+ <listitem><para>Select <emphasis><property>Web > Dynamic Web Project</property></emphasis> in the New Project dialog box</para></listitem>
+ <listitem><para>Click <emphasis><property>Next</property></emphasis> </para></listitem>
+ <listitem><para>Enter "jspHello" as a project name</para></listitem>
+ <listitem><para>Leave everything else as is, and click <emphasis><property>Finish</property></emphasis></para></listitem>
+ </itemizedlist>
+ <figure>
+ <title>Create New Web Project</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsp_application/jsp_application_1.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>A jspHello node should appear in the upper-left Package Explorer view.</para>
+ <figure>
+ <title>New Web Project</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsp_application/jsp_application_2.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+
+ <section id="CreatingJSPPage">
+ <?dbhtml filename="CreatingJSPPage.html"?>
+ <title>Creating JSP Page</title>
+ <para>In our simple application we need to create only one JSP page which displays a "Hello World!" message.</para>
+ <itemizedlist continuation="continues">
+<listitem><para>Right click <emphasis><property>WebContent > New > JSP</property></emphasis>.</para></listitem>
+<listitem><para>Type "hello.jsp" for a file name and click the <emphasis><property>Next</property></emphasis> button.</para></listitem>
+</itemizedlist>
+<para>In the next window you can choose a template for your jsp page and see its preview.</para>
+<itemizedlist continuation="continues">
+<listitem><para>Select <emphasis><property>New JSP File (xhtml)</property></emphasis> template and click <emphasis><property>Finish</property></emphasis> button.</para></listitem>
+</itemizedlist>
+<figure>
+ <title>Create JSP Page</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsp_application/jsp_application_3.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Our hello.jsp page will now appear in Project Explorer.</para>
+ <section id="EditingJSPPage">
+ <?dbhtml filename="EditingJSPPage.html"?>
+ <title>Editing a JSP Page</title>
+ <para>Let's now make a little change so that a jsp page displays "Hello World!" message.</para>
+ <itemizedlist continuation="continues">
+<listitem><para>Insert this line inside the <emphasis role="bold"><property><body></property></emphasis><emphasis role="bold"><property></body></property></emphasis> tag:
+</para></listitem>
+</itemizedlist>
+<programlisting role="XML"><![CDATA[<% System.out.println("Hello World!"); %>]]>
+</programlisting>
+
+<para>Notice that content assist functionality is always available when you are typing:</para>
+<figure>
+ <title>Content Assist in JSP Page</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsp_application/jsp_application_4.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>After changes made your hello.jsp page should look like this:</para>
+ <figure>
+ <title>Hello.jsp Page</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsp_application/jsp_application_5.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+
+ <section id="WebXML">
+ <?dbhtml filename="WebXML.html"?>
+ <title>web.xml file</title>
+ <para>When you are creating web project the wizard creates the web.xml for you automatically. The web.xml file editor provided by Red Hat Developer Studio is available in two modes: design and source.</para>
+ <figure>
+ <title>Web.xml in Design Mode</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsp_application/jsp_application_6.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <figure>
+ <title>Web.xml in Source Mode</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsp_application/jsp_application_7.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>Both modes are fully synchronized. Let's add mapping to our hello.jsp page in web.xml file.</para>
+ <itemizedlist>
+ <listitem><para>Switch to <property>source</property> mode.</para></listitem>
+ <listitem><para>Add the next code into <emphasis role="bold"><property><welcome-file-list></property></emphasis>:</para></listitem>
+ </itemizedlist>
+ <programlisting role="XML"><![CDATA[<welcome-file>hello.jsp</welcome-file>
+]]></programlisting>
+<para>If you come back to design mode you will see that the changes made are automatically reflected in that mode.</para>
+<para>Actually you don't really need any config right now. You can clear the web.xml file, save it and you'll still be able to launch your application.</para>
+ </section>
+
+ <section id="DeployTheProject">
+ <?dbhtml filename="DeployTheProject.html"?>
+ <title>Deploying the project</title>
+ <para>While creating any web project you could experience a pain writing ant scripts and managing the
+packaging even if a developer is writing the most trivial web applications. With Red Hat Developer Studio you are saved from such a pain. All you need is to start JBoss server and launch your application in your favorite browser.</para>
+ <para>You can also create a war archive with RHDS's Archive Tools and export it to any web server.</para>
+ <section id="WarConfig">
+ <?dbhtml filename="WarConfig.html"?>
+ <title>WAR Config</title>
+ <para>Project archives managing is available through <property>Project archives</property> view.</para>
+ <itemizedlist>
+ <listitem><para>Select <emphasis><property>Window > Show view > Other > JBoss Tools > Project archives</property></emphasis> from menu bar</para></listitem>
+ <listitem><para>Select a project in Package Explorer you want to be archived</para></listitem>
+ </itemizedlist>
+ <para>In Project Archives you will see available archive types for the project:</para>
+ <figure>
+ <title>Project Archives</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsp_application/jsp_application_8.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <itemizedlist>
+ <listitem><para>Click, for example, <emphasis><property>WAR</property></emphasis> option to create war archive</para></listitem>
+ </itemizedlist>
+ <para>In the dialog New WAR you can see automatically selected default values</para>
+ <figure>
+ <title>New WAR Archive</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsp_application/jsp_application_9.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <itemizedlist>
+ <listitem><para>Click <emphasis><property>Next</property></emphasis> to see a stub archive configuration for your project:
+ <figure>
+ <title>Stub Archive Configuration</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsp_application/jsp_application_10.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </para></listitem>
+ <listitem><para>Click <emphasis><property>Finish</property></emphasis>. The <emphasis>.war</emphasis> file will appear in Package Explorer and in Project archives view as structure tree:
+ <figure>
+ <title>Archive is Created</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsp_application/jsp_application_11.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <figure>
+ <title>Archive in Project Archives View</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsp_application/jsp_application_12.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </para></listitem>
+ </itemizedlist>
+ <para>Via Project archives view you could now edit your archive, add new folders, publish to server, and so on:</para>
+ <figure>
+ <title>Configure Archive</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsp_application/jsp_application_13.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+
+ <section id="AutoRedeploy">
+ <?dbhtml filename="AutoRedeploy.html"?>
+ <title>Auto redeploy</title>
+ <para>When you are creating a web application and register it on JBoss server it is automatically deployed into <emphasis>/deploy</emphasis> directory of the server. RHDS comes with the feature of auto-redeploy. It means that you don't need to restart JBoss. Any changes made in the application in exploded format will trigger a redeployment on the server.</para>
+ </section>
+ </section>
+
+ <section id="Previewtab">
+ <?dbhtml filename="Previewtab.html"?>
+ <title>JSP Page Preview</title>
+ <para>RHDS comes with JSP design-time preview features. When designing JSP pages you can easily preview how they will look during runtime. You can even attach your stylesheet to the preview.</para>
+ <itemizedlist>
+ <listitem><para>Make a little change to hello.jsp page, e.g. put this code snippet:</para></listitem>
+ </itemizedlist>
+ <programlisting role="XML"><![CDATA[<%= new java.util.Date() %>
+]]></programlisting>
+ <itemizedlist>
+ <listitem><para>Click <emphasis><property>Save</property></emphasis> button.</para></listitem>
+ <listitem><para>Switch to Preview page by clicking Preview tab at the bottom of the page. You will see how the page will look at runtime.</para></listitem>
+ </itemizedlist>
+ <figure>
+ <title>Preview Page</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsp_application/jsp_application_14.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+ <section id="LaunchingTheProject">
+ <?dbhtml filename="LaunchingTheProject.html"?>
+ <title>Launch JSP Project</title>
+ <para>Let's now launch our project on server. We'll use JBoss server that is shipped with Red Hat Developer Studio.</para>
+ <itemizedlist continuation="continues">
+<listitem><para>Start JBoss server from JBoss Server view by clicking the Start icon.</para></listitem>
+</itemizedlist>
+<figure>
+ <title>Starting Server</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsp_application/jsp_application_15.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <itemizedlist continuation="continues">
+<listitem><para>Click the Run icon or right click your project folder and select <emphasis><property>Run As > Run on Server</property></emphasis>. If you haven't made any changes in web.xml file or cleared it out you can launch the application by right clicking the hello.jsp page and selecting <emphasis><property>Run on the Server</property></emphasis>.</para></listitem>
+</itemizedlist>
+<figure>
+ <title>Run Project</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsp_application/jsp_application_16.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>You should see the next page in a browser :</para>
+ <figure>
+ <title>Running Project</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/jsp_application/jsp_application_17.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </section>
+ </section>
+
+</chapter>
\ No newline at end of file
Added: trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml
===================================================================
--- trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml (rev 0)
+++ trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml 2007-11-13 14:11:48 UTC (rev 4876)
@@ -0,0 +1,633 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter id="rad_jsf_application" xreflabel="rad_jsf_application">
+ <?dbhtml filename="rad_jsf_application.html"?>
+ <chapterinfo>
+ <keywordset>
+ <keyword>Red Hat Developer Studio</keyword>
+ <keyword>JSF</keyword>
+ <keyword>JBoss</keyword>
+ <keyword>RAD</keyword>
+ </keywordset>
+ </chapterinfo>
+ <title>RAD development of a simple JSF application</title>
+ <para>In this chapter you will see how to create a simple JSF application being based on <property>"RAD"</property> philosophy. We will create the familiar Guess Number application. The scenario is the following. You are asked to guess a number between 0 and 100. If the guess is correct, a success page is displayed with a link to play again. If the guess is incorrect, a message is printed notifying the user that a smaller or a larger number should be entered and the game continues.</para>
+ <para>We'll show you how to create such an application from scratch, along the way demonstrating powerful features of Red Hat Developer Studio such as project templating, Visual Page Editor, code completion and others. You will design the
+JSF application and then run the application from inside Red Hat Developer Studio using the bundled JBoss server.</para>
+
+<section id="SettingUpTheProject12">
+<?dbhtml filename="SettingUpTheProject12.html"?>
+<title>Setting up the project</title>
+<para>We will create a JSF 1.2 project using an integrated RHDS's new project wizard and predefined templates.</para>
+<itemizedlist>
+ <listitem><para>In Web Projects View (if it is not open select <emphasis><property>Window > Show View > Others > JBoss Tools Web > Web Projects View</property></emphasis>) click <emphasis><property>Create New JSF Project</property></emphasis> button.
+<figure>
+<title>Create New JSF Project</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_1.png"/>
+ </imageobject>
+</mediaobject>
+</figure></para></listitem>
+
+<listitem><para>Put <property>GuessNumber</property> as a project name, in JSF Environment drop down list choose <property>JSF 1.2.</property></para></listitem>
+<listitem><para>Leave everything else as it is and click <emphasis><property>Finish</property></emphasis></para></listitem>
+</itemizedlist>
+<para>Our project will appear in Project Explorer and Web Projects Views. As you can see Red Had Developer Studio has created for us the whole skeleton for the project with all needed libraries, faces-config.xml and web.xml files.</para>
+<figure>
+<title>New JSF Project</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_2.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+
+</section>
+<section id="CreatingJSPPages">
+<?dbhtml filename="CreatingJSPPages.html"?>
+<title>Creating JSP Pages</title>
+<para>The application has two pages. The first page is inputnumber.jsp. It prompts you to enter a number. If the guess is incorrect, the same page will be redisplayed with a message indicating whether a smaller or a larger number should be tried. The second page is success.jsp. This page will be shown after you guess the number correctly. From this page you also have the option to play the game again.</para>
+
+<para>On the first page inputnumber.jsp you will enter a number.</para>
+<itemizedlist>
+ <listitem><para>Open <emphasis><property>faces-config.xml</property></emphasis> file</para></listitem>
+<listitem><para>Right click anywhere on the diagram mode</para></listitem>
+<listitem><para>From the context menu select <emphasis><property>New View</property></emphasis></para></listitem>
+</itemizedlist>
+<figure>
+<title>Create New View</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_3.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<itemizedlist>
+
+ <listitem><para>Type <emphasis><property>pages/inputnumber</property></emphasis> as the value for <emphasis><property>From-view-id</property></emphasis></para></listitem>
+ <listitem><para>Leave everything else as is and click <emphasis><property>Finish</property></emphasis></para></listitem>
+ <listitem><para>In the same way create another jsf view. Type <emphasis><property>pages/success</property></emphasis> as the value for <emphasis><property>From-view-id</property></emphasis></para></listitem>
+<listitem><para>Select <emphasis><property>File > Save</property></emphasis></para></listitem>
+</itemizedlist>
+<para>On the diagram you will see two created views.</para>
+<figure>
+<title>New Views</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_4.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+</section>
+
+<section id="CreatingTransition">
+<?dbhtml filename="CreatingTransition.html"?>
+<title>Creating Transition between two views</title>
+<para>We should now create connection between jsp pages.</para>
+<itemizedlist>
+ <listitem><para>In the diagram, select the <emphasis><property>Create New Connection</property></emphasis> icon third from the top along the upper left side of the diagram to get an arrow cursor with a two-pronged plug at the arrow's bottom
+<figure>
+<title>Create Connection</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_5.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+</para></listitem>
+<listitem><para>Click on the <emphasis><property>pages/inputnumber</property></emphasis> page icon and then click on the <emphasis><property>pages/success</property></emphasis> page icon</para></listitem>
+</itemizedlist>
+<para>A transition should appear between the two icons of views.</para>
+<figure>
+<title>Created Connection</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_6.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<itemizedlist>
+<listitem><para>Select <emphasis><property>File > Save</property></emphasis> from the menu bar</para></listitem>
+</itemizedlist>
+</section>
+<section id="CreatingResourceFile">
+<?dbhtml filename="CreatingResourceFile.html"?>
+<title>Creating Resource File</title>
+<para>Red Hat Developer Studio allows to create quickly a resource file. Using this feature you can collect text messages in one central place. A resource file is just a file with a <emphasis>.properties</emphasis> extension. The messages stored in resource file can be displayed to you on a Web page during application execution. </para>
+<para>With resource file first, you don't hard code anything into the JSP pages. And second, it makes it easier to translate your application to other languages. All you have to do is to translate all your messages to the other language and save them in a new properties file with a name that ends with the appropriate ISO-639 language code.</para>
+<para>It is a good idea to keep your resources inside the <emphasis><property>JavaSource</property></emphasis> folder, where you keep your .java files. Every time you build the project, all <emphasis>.properties</emphasis> files will then be copied to the <emphasis>classes</emphasis> folder by default.</para>
+<itemizedlist>
+<listitem><para>Right click <emphasis><property>JavaSource</property></emphasis> folder and select <emphasis><property>New > Folder</property></emphasis></para></listitem>
+ <listitem><para>Type <emphasis><property>game</property></emphasis> for Folder name and click <emphasis><property>Finish</property></emphasis></para></listitem>
+</itemizedlist>
+<para>We will store in this folder our resource file and java bean.</para>
+<itemizedlist>
+ <listitem><para>Right click on <emphasis><property>game folder</property></emphasis> and select <emphasis><property>New > Properties File</property></emphasis></para></listitem>
+<listitem><para>Type <emphasis><property>messages</property></emphasis> as the value for "name" attribute and click <emphasis><property>Finish</property></emphasis></para></listitem>
+</itemizedlist>
+<para>Red Hat Developer Studio will automatically open <property>messages.properties</property> file for editing.</para>
+<figure>
+<title>Messages.properties File</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_7.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<itemizedlist>
+<listitem><para>Click <emphasis><property>Add</property></emphasis> button</para></listitem>
+<listitem><para>Type <emphasis role="italic"><property>how_to_play</property></emphasis> for "name" and <emphasis role="italic"><property>Please pick a number between 0 and 100.</property></emphasis> for value</para></listitem>
+<listitem><para>Click <emphasis><property>Finish</property></emphasis></para></listitem>
+<listitem><para>In such a way add the next properties:</para></listitem>
+</itemizedlist>
+<programlisting role="JAVA"><![CDATA[makeguess_button=Make Guess
+trayagain_button=Play Again?
+success_text=How cool.. You have guessed the number, {0} is correct!
+tryagain_smaller=Oops..incorrect guess. Please try a smaller number.
+tryagain_bigger=Oops..incorrect guess. Please try a bigger number.
+]]></programlisting>
+<itemizedlist>
+<listitem><para>Click <emphasis><property>File > Save</property></emphasis> from the menu bar</para></listitem>
+</itemizedlist>
+<para>Your .properties file should now look like follows:</para>
+<figure>
+<title>Properties are Added</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_8.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+</section>
+
+<section id="CreatingJavaBean">
+<?dbhtml filename="CreatingJavaBean.html"?>
+<title>Creating Java Bean</title>
+<para>Now we create a Java bean that will hold business logic of our application.</para>
+<itemizedlist>
+<listitem><para>Right click <emphasis><property>game folder</property></emphasis></para></listitem>
+<listitem><para>Select <emphasis><property>New > Class</property></emphasis></para></listitem>
+<listitem><para>Type <emphasis><property>NumberBean</property></emphasis> for bean name</para></listitem>
+</itemizedlist>
+<para>A java bean is created.</para>
+<itemizedlist>
+<listitem><para>Declare the variable of your entered number:</para></listitem>
+</itemizedlist>
+<programlisting role="JAVA"><![CDATA[Integer userNumber;
+]]></programlisting>
+<para>Red Hat Studio allows to quickly generate getters and setters for java bean.</para>
+<itemizedlist>
+ <listitem><para>Right click <emphasis><property>NumberBean.java</property></emphasis> in Package Explorer</para></listitem>
+<listitem><para>Select <emphasis><property>Source > Generate Getters and Setters...</property></emphasis></para></listitem>
+<listitem><para>Check <emphasis><property>userNumber</property></emphasis> box and click <emphasis><property>OK</property></emphasis>
+<figure>
+<title>Generate Getters and Setters</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_9.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+</para></listitem>
+<listitem><para>Add the declaration of the second variable</para></listitem>
+</itemizedlist>
+<programlisting role="JAVA"><![CDATA[int randomNumber;
+]]></programlisting>
+<itemizedlist>
+<listitem><para>.. other bean methods:</para></listitem>
+</itemizedlist>
+<programlisting role="JAVA"><![CDATA[public NumberBean ()
+{
+ randomNumber = (int)(Math.random()*100);
+ System.out.println ( "Random number: "+randomNumber);
+ }
+ public String playagain ()
+ {
+ FacesContext context = FacesContext.getCurrentInstance();
+ HttpSession session = (HttpSession) context.getExternalContext().getSession(false);
+ session.invalidate();
+ return "playagain";
+ }
+ public String checkGuess ()
+ {
+
+ // if guessed, return 'success' for navigation
+ if ( userNumber.intValue() == randomNumber )
+ {
+ return "success";
+ }
+else
+ {
+ FacesContext context = FacesContext.getCurrentInstance();
+ ResourceBundle bundle = ResourceBundle.getBundle("game.messages", context.getViewRoot().getLocale());
+ String msg = "";
+ // if number bigger, get appropriate message
+ if ( userNumber.intValue() > randomNumber )
+ msg = bundle.getString("tryagain_smaller");
+ else // if number smaller, get appropriate message
+ msg = bundle.getString("tryagain_bigger");
+ // add message to be displayed on the page via <h:messages> tag
+ context.addMessage (null, new FacesMessage(msg));
+ // return 'tryagain' for navigation
+ return "tryagain";
+ }
+ }
+]]></programlisting>
+<itemizedlist>
+<listitem><para>And the import declarations:</para></listitem>
+</itemizedlist>
+<programlisting role="JAVA"><![CDATA[import javax.faces.context.FacesContext;
+import javax.servlet.http.HttpSession;
+import javax.faces.application.FacesMessage;
+import java.util.Locale;
+import java.util.ResourceBundle;
+]]></programlisting>
+<para>The whole java bean should look as follows:</para>
+<programlisting role="JAVA"><![CDATA[import javax.faces.context.FacesContext;
+import javax.servlet.http.HttpSession;
+import javax.faces.application.FacesMessage;
+import java.util.Locale;
+import java.util.ResourceBundle;
+
+public class NumberBean
+{
+ Integer userNumber;
+ int randomNumber; // random number generated by application
+public Integer getUserNumber ()
+ {
+ return userNumber;
+ }
+ public void setUserNumber (Integer value)
+ {
+ this.userNumber = value;
+ }
+
+ // constructor, generates random number
+ public NumberBean ()
+ {
+ randomNumber = (int)(Math.random()*100);
+ System.out.println (
+ "Random number: " + randomNumber);
+ }
+
+ public String playagain ()
+ {
+ FacesContext context = FacesContext.getCurrentInstance();
+ HttpSession session = (HttpSession) context.getExternalContext().getSession(false);
+ session.invalidate();
+ return "playagain";
+ }
+
+ // check if user guessed the number
+ public String checkGuess ()
+ {
+ // if guessed, return 'success' for navigation
+ if ( userNumber.intValue() == randomNumber )
+ {
+ return "success";
+ }
+ // incorrect guess
+ else
+ {
+ // get a reference to properties file to retrieve messages
+ FacesContext context = FacesContext.getCurrentInstance();
+ ResourceBundle bundle = ResourceBundle.getBundle("game.messages", context.getViewRoot().getLocale());
+ String msg = "";
+ // if number is bigger, get appropriate message
+ if ( userNumber.intValue() > randomNumber )
+ msg = bundle.getString("tryagain_smaller");
+ else // if number smaller, get appropriate message
+ msg = bundle.getString("tryagain_bigger");
+
+ // add message to be displayed on the page via <h:messages> tag
+ context.addMessage (null, new FacesMessage(msg));
+ // return 'tryagain' for navigation
+ return "tryagain";
+ }
+ }
+}
+]]></programlisting>
+</section>
+
+<section id="EditingFacesConfig">
+<?dbhtml filename="EditingFacesConfig.html"?>
+<title>Editing faces-config.xml File</title>
+<para>This file holds two navigation rules and defines the backing bean used.</para>
+<itemizedlist>
+<listitem><para>Open faces-config.xml file in a source mode</para></listitem>
+<listitem><para>Add here one more navigation rule and a managed bean declarations that the content of the file looks like this:</para></listitem>
+</itemizedlist>
+<programlisting role="XML"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee
+xmlns:xi="http://www.w3.org/2001/XInclude"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2_.xsd">
+
+ <navigation-rule>
+ <from-view-id>*</from-view-id>
+ <navigation-case>
+ <from-outcome>playagain</from-outcome>
+ <to-view-id>/pages/inputnumber.jsp</to-view-id>
+ </navigation-case>
+ </navigation-rule>
+
+ <navigation-rule>
+ <from-view-id>/pages/inputnumber.jsp</from-view-id>
+ <navigation-case>
+ <from-outcome>success</from-outcome>
+ <to-view-id>/pages/success.jsp</to-view-id>
+ </navigation-case>
+ </navigation-rule>
+
+ <managed-bean>
+ <managed-bean-name>NumberBean</managed-bean-name>
+ <managed-bean-class>game.NumberBean</managed-bean-class>
+ <managed-bean-scope>session</managed-bean-scope>
+ </managed-bean>
+
+</faces-config>
+]]></programlisting>
+<para>The first navigation rule states that from any page (<property>*</property> stands for any page) an outcome of playagain will take you to <emphasis>/pages/inputnumber.jsp</emphasis>. Outcome values are returned from backing bean methods in this example. The second navigation rule states that if you are at the page <emphasis>/pages/inputnumber.jsp</emphasis>, and the outcome is success, then navigate to the <emphasis>/pages/success.jsp</emphasis> page.
+</para>
+</section>
+<section id="EditingTheJSPViewFiles2">
+<?dbhtml filename="EditingTheJSPViewFiles2.html"?>
+<title>Editing the JSP View Files</title>
+<para>Now we will finish editing the JSP files for our two "views" using Visual Page
+Editor.</para>
+<section id="EditingInputjsp">
+<?dbhtml filename="EditingInputjsp.html"?>
+<title>Editing inputnumber.jsp page</title>
+<para>On this page we will have an output text component displaying a message, a text field for user's number entering and a button for input submission.</para>
+<itemizedlist>
+<listitem><para>Open inputnumber.jsp by double-clicking on the <emphasis><property>/pages/inputnumber.
+jsp</property></emphasis> icon</para></listitem>
+</itemizedlist>
+<para>The Visual Page Editor will open in a screen split between source code along the top and
+a WYSIWIG view along the bottom. You can see that some JSF code will be already generated as we choose a template when creating the page.</para>
+<para>At the beginning it's necessary to create a <emphasis role="bold"><property><h:form></property></emphasis> component where all others components are put.</para>
+<itemizedlist>
+<listitem><para>Place the mouse cursor inside <emphasis role="bold"><property><f:view></property></emphasis><emphasis role="bold"><property></f:view></property></emphasis></para></listitem>
+<listitem><para>Go to JBoss Tools Palette and expand JSF HTML folder by selecting it</para></listitem>
+<listitem><para>Click on <emphasis role="bold"><property><h:form></property></emphasis> tag
+<figure>
+<title>Insert h:form</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_10.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+</para></listitem>
+<listitem><para>In the dialog Insert Tag select <emphasis><property>id</property></emphasis> and click on this line below the value header. A blinking cursor will appear in a input text field inviting to enter a value of id
+<figure>
+<title>Define Id of Form</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_11.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+</para></listitem>
+<listitem><para>Type <emphasis><property>inputNumbers</property></emphasis> and click <emphasis><property>Finish</property></emphasis></para></listitem>
+</itemizedlist>
+<para>In source view you can see the declaration of a form.</para>
+<figure>
+<title>Created Form</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_12.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<para>First let's declare the properties file in inputnumber.jsp page using the loadBundle JSF tag.</para>
+<itemizedlist>
+<listitem><para>Put this declaration on the top of a page, right after the first two lines:</para></listitem>
+</itemizedlist>
+<programlisting role="XML"><![CDATA[<f:loadBundle basename="game.messages" var="msg"/>
+]]></programlisting>
+<para>As always Red Hat Studio provides code assist:</para>
+<figure>
+<title>Code Assist</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_13.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<itemizedlist>
+<listitem><para>Switch to Visual tab, so it could be possible to work with the editor completely in its WYSIWYG mode</para></listitem>
+<listitem><para>Click on <emphasis><property>outputText</property></emphasis>, drag the cursor over to the editor, and drop it inside the blue box in the editor</para></listitem>
+
+<listitem><para>Select <emphasis><property>value</property></emphasis> and click on this line below "value" header</para></listitem>
+<listitem><para>Click <property>...</property> button next to the value field</para></listitem>
+</itemizedlist>
+<para>RHDS will nicely propose you to choose within available values:</para>
+<figure>
+<title>Choose Value</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_14.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<itemizedlist>
+<listitem><para>Expand <emphasis><property>Resource Bundles > msg</property></emphasis></para></listitem>
+ <listitem><para>Select <emphasis><property>how_to_play</property></emphasis> value and click <emphasis><property>Ok</property></emphasis>. Then click <emphasis><property>Finish</property></emphasis>
+<figure>
+<title>Selecting Value</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_15.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+</para></listitem>
+</itemizedlist>
+<para>The text will appear on the page:</para>
+<figure>
+<title>Created OutputText Component</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_16.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<itemizedlist>
+<listitem><para>Switch to Source mode and insert <emphasis role="bold"><property><br/></property></emphasis> tag after <emphasis role="bold"><property><h:outputText></property></emphasis> component to make a new line.</para></listitem>
+<listitem><para>Click <emphasis><property>Save</property></emphasis> button.</para></listitem>
+<listitem><para>On the Palette click on <emphasis><property>inputText</property></emphasis>, drag the cursor over to the editor, and drop it inside the editor after the text.</para></listitem>
+<listitem><para>Switch to a Source mode and insert <emphasis role="bold"><property><br/></property></emphasis> tag after <emphasis role="bold"><property><h:outputText></property></emphasis> component to make a new line</para></listitem>
+<listitem><para>Click <emphasis><property>Save</property></emphasis> button</para></listitem>
+<listitem><para>On the Palette click on <emphasis><property>inputText</property></emphasis>, drag the cursor over to the editor, and drop it inside the editor after the text</para></listitem>
+<listitem><para>Select <emphasis><property>value</property></emphasis> and click on this line below "value" header</para></listitem>
+<listitem><para>Click <property>...</property> button next to the value field</para></listitem>
+<listitem><para>Expand <emphasis><property>Managed Beans > NumberBean</property></emphasis></para></listitem>
+ <listitem><para>Select <emphasis><property>userNumber</property></emphasis> value and click <emphasis><property>Ok</property></emphasis></para></listitem>
+<listitem><para>Switch <emphasis><property>Advanced</property></emphasis> tab</para></listitem>
+<listitem><para>Select <emphasis><property>id</property></emphasis> and click on this line below "value" header</para></listitem>
+ <listitem><para>Type <emphasis><property>userNumber</property></emphasis> in text field</para></listitem>
+<listitem><para>Select <emphasis><property>required</property></emphasis> and click on this line below "value" header</para></listitem>
+<listitem><para>Click <property>...</property> button next to the value field</para></listitem>
+<listitem><para>Expand <emphasis><property>Enumeration</property></emphasis> and select <emphasis><property>true</property></emphasis> as a value</para></listitem>
+</itemizedlist>
+<figure>
+<title>Add "required" Attribute</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_17.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<itemizedlist>
+<listitem><para>Click <emphasis><property>Ok</property></emphasis>, then click <emphasis><property>Finish</property></emphasis></para></listitem>
+<listitem><para>Go to Source mode</para></listitem>
+<listitem><para>Add the validation attribute to <emphasis role="bold"><property><f:validateLongRange></property></emphasis> for user input validation</para></listitem></itemizedlist>
+<programlisting role="XML"><![CDATA[<h:inputText id="userNumber" value="#{NumberBean.userNumber}" required="true">
+ <f:validateLongRange minimum="0" maximum="100"/>
+</h:inputText>
+]]></programlisting>
+<itemizedlist>
+<listitem><para>Click <emphasis><property>Save</property></emphasis> button</para></listitem>
+ <listitem><para>Again select <emphasis><property>Visual</property></emphasis> mode</para></listitem>
+<listitem><para>On the Palette, click on <emphasis><property>commandButton</property></emphasis>, drag the cursor over to the editor, and drop it inside the editor after the inputText component.</para></listitem>
+<listitem><para>In the editing dialog select <emphasis><property>value</property></emphasis> and click on this line below "value" header</para></listitem>
+<listitem><para>Click <property>...</property> button next to the value field</para></listitem>
+<listitem><para>Expand <emphasis><property>Resource Bundles > msg</property></emphasis> and select <emphasis><property>makeguess_button</property></emphasis> as a value</para></listitem>
+ <listitem><para>Click <emphasis><property>Ok</property></emphasis></para></listitem>
+<listitem><para>Select <emphasis><property>action</property></emphasis> and click on this line below "value" header</para></listitem>
+ <listitem><para>Type <emphasis><property>NumberBean.checkGuess</property></emphasis> in text field</para></listitem>
+<listitem><para>Click <emphasis><property>Finish</property></emphasis></para></listitem>
+<listitem><para>In Source mode add <emphasis role="bold"><property><br/></property></emphasis> tags between <emphasis role="bold"><property><outputText></property></emphasis>, <emphasis role="bold"><property><inputText></property></emphasis> and <emphasis role="bold"><property><commandButton></property></emphasis> components to place them on different lines</para></listitem>
+</itemizedlist>
+<para>inputnumber.jsp page should look like this:</para>
+<programlisting role="XML"><![CDATA[<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+<f:loadBundle basename="game.messages" var="msg"/>
+
+<html>
+ <f:view>
+ <h:form id="inputNumbers">
+ <h:outputText value="#{msg.how_to_play}"/>
+ <br/>
+ <h:messages style="color: blue"/>
+ <br/>
+ <h:inputText id="userNumber" value="#{NumberBean.userNumber}" required="true">
+ <f:validateLongRange minimum="0" maximum="100"/>
+ </h:inputText>
+ <br/><br/>
+ <h:commandButton value="#{msg.makeguess_button}" action="#{NumberBean.checkGuess}"/>
+ </h:form>
+ </f:view>
+</html>
+]]></programlisting>
+</section>
+<section id="EditingSuccessJsp">
+<?dbhtml filename="EditingSuccessJsp.html"?>
+<title>Editing success.jsp page</title>
+<para>In the same way like inputnumber.jsp, edit success.jsp page. Its whole source should be the next:</para>
+<programlisting role="XML"><![CDATA[<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
+<f:loadBundle basename="game.messages" var="msg"/>
+
+<html>
+ <f:view>
+ <h:form id="result">
+ <h:outputFormat value="#{msg.success_text}">
+ <f:param value="#{NumberBean.userNumber}"/>
+ </h:outputFormat>
+ <br/><br/>
+ <h:commandButton value="#{msg.trayagain_button}" action="#{NumberBean.playagain}"/>
+ </h:form>
+ </f:view>
+</html>
+]]></programlisting>
+<para>Again you can use code assist provided by RHDS when editing jsp page:</para>
+<figure>
+<title>Code Assist for <f:param></title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_18.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<para>This page, success.jsp, is shown if you correctly guessed the number. The <emphasis role="bold"><property><h:outputFormat></property></emphasis> tag will get the value of success_text from the properties file. The {0} in success_text will be substituted for by the value of the value attribute within the <emphasis role="bold"><property><f:param></property></emphasis> tag during runtime.</para>
+<para>At the end, you have a button which allows you to replay the game. The action value references a backing bean method. In this case, the method only terminates the current session so that when you are shown the first page, the input text box is clear and a new random number is generated.</para>
+<itemizedlist>
+<listitem><para>Switch to Preview mode to see how this page will look in a browser:</para></listitem>
+</itemizedlist>
+<figure>
+<title>Success.jsp in Preview Mode</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_19.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+</section>
+</section>
+ <section id="CreatingIndexjsp">
+<?dbhtml filename="CreatingIndexjsp.html"?>
+<title>Creating index.jsp page</title>
+<para>The index.jsp page is the entry point of our application. It's just forwarding to inputnumber.jsp page.</para>
+<itemizedlist>
+<listitem><para>Right click <emphasis><property>WebContent > New > JSP File</property></emphasis></para></listitem>
+ <listitem><para>Type <emphasis><property>index</property></emphasis> for name field and choose <emphasis><property>JSPRedirect</property></emphasis> as a template</para></listitem>
+<listitem><para>Click <emphasis><property>Finish</property></emphasis></para></listitem>
+<listitem><para>The source for this page should be like the following:</para></listitem>
+</itemizedlist>
+<programlisting role="XML"><![CDATA[<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+ <body>
+ <jsp:forward page="/pages/inputnumber.jsf" />
+ </body>
+</html>
+
+]]></programlisting>
+<para>Note the <emphasis>.jsf</emphasis> extension of a page. It means that we trigger the JSF controller servlet to handle the page according the servlet mapping in the faces-config.xml file.</para>
+</section>
+<section id="RunningTheApplication33">
+<?dbhtml filename="RunningTheApplication33.html"?>
+<title>Running the Application</title>
+<para>Everything is ready to run the application.</para>
+<itemizedlist>
+ <listitem><para>Start up JBoss server by clicking on the <emphasis><property>Start</property></emphasis> icon in JBoss Server view. (If JBoss is already running, stop it by clicking on the red icon and then start it again. After the messages in the Console tabbed view stop scrolling, JBoss is available</para></listitem>
+ <listitem><para>Click on the <emphasis><property>Red Hat</property></emphasis> run icon in the toolbar</para></listitem>
+<listitem><para>Play with the application by entering correct as well as incorrect values</para></listitem>
+</itemizedlist>
+<figure>
+<title>You are Asked to Enter a Number Between 0 and 100</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_20.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+<figure>
+<title>Your Input is Validated and an Error Message is Displayed if Invalid Input was Entered</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_21.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+
+<figure>
+<title>After You Enter a Guess, the Application Tells You Whether a Smaller or a Larger Number Should be Tried</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_22.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+
+<figure>
+<title>Your Guess is Correct</title>
+<mediaobject>
+ <imageobject>
+ <imagedata fileref="images/rad_jsf_application/rad_jsf_application_23.png"/>
+ </imageobject>
+</mediaobject>
+</figure>
+</section>
+</chapter>
17 years, 2 months