Author: cluts
Date: 2008-01-15 10:11:12 -0500 (Tue, 15 Jan 2008)
New Revision: 5706
Modified:
trunk/documentation/guides/userguide/Exadel-migration/en/modules/jsf_struts.xml
trunk/documentation/guides/userguide/Exadel-migration/en/modules/jsf_struts_war.xml
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml
Log:
http://jira.jboss.org/jira/browse/JBDS-143 - Transition sentences are added to the all
residuary guides (Migration,Web Tools and others).
Modified: trunk/documentation/guides/userguide/Exadel-migration/en/modules/jsf_struts.xml
===================================================================
---
trunk/documentation/guides/userguide/Exadel-migration/en/modules/jsf_struts.xml 2008-01-15
15:01:55 UTC (rev 5705)
+++
trunk/documentation/guides/userguide/Exadel-migration/en/modules/jsf_struts.xml 2008-01-15
15:11:12 UTC (rev 5706)
@@ -11,6 +11,7 @@
</chapterinfo>
<title>Migration of JSF and Struts Projects</title>
+ <para>In this chapter you can find concise description of migration of JSF and
Struts Projects.</para>
<section>
<title>JSF</title>
<para>JBoss Developer Studio includes an Import <property>JSF
Project</property> Wizard that radically simplifies the process of bringing your
existing JSF applications
Modified:
trunk/documentation/guides/userguide/Exadel-migration/en/modules/jsf_struts_war.xml
===================================================================
---
trunk/documentation/guides/userguide/Exadel-migration/en/modules/jsf_struts_war.xml 2008-01-15
15:01:55 UTC (rev 5705)
+++
trunk/documentation/guides/userguide/Exadel-migration/en/modules/jsf_struts_war.xml 2008-01-15
15:11:12 UTC (rev 5706)
@@ -13,7 +13,7 @@
</chapterinfo>
<title>Migrate JSF and Struts projects from *.war file</title>
-
+ <para>After you familiarized oneself with last chapter you can read this chapter.
It looks as if you read in last chapter.</para>
<section>
<title>JSF</title>
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml
===================================================================
---
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml 2008-01-15
15:01:55 UTC (rev 5705)
+++
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/jsp_application.xml 2008-01-15
15:11:12 UTC (rev 5706)
@@ -13,7 +13,7 @@
<note>
<title>Note:</title>
<para>We highly recommend developing in <property>Seam</property>.
This chapter is for users
- who for some reason cannot use Seam.</para>
+ who for some reason cannot use <property>Seam</property>.</para>
</note>
<para>In this chapter you'll find out how to create a simple JSP application
using the JBoss
Modified:
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml
===================================================================
---
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml 2008-01-15
15:01:55 UTC (rev 5705)
+++
trunk/documentation/guides/userguide/GettingStartedGuide/en/modules/rad_jsf_application.xml 2008-01-15
15:11:12 UTC (rev 5706)
@@ -14,7 +14,7 @@
<note>
<title>Note:</title>
<para>We highly recommend developing in
<property>Seam</property>. This chapter is for users
- who for some reason cannot use Seam.</para>
+ who for some reason cannot use
<property>Seam</property>.</para>
</note>
<para>In this chapter you will see how to create a simple JSF application being
based on
@@ -528,10 +528,10 @@
]]></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
+
<emphasis><property>/pages/inputnumber.jsp</property></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>
+ page
<emphasis></property>/pages/inputnumber.jsp</property></emphasis>,
and the outcome is success, then
+ navigate to the
<emphasis><property>/pages/success.jsp</property></emphasis> page.
</para>
</section>
<section id="EditingTheJSPViewFiles2">
<?dbhtml filename="EditingTheJSPViewFiles2.html"?>
@@ -1023,7 +1023,7 @@
Console tabbed view stop scrolling, JBoss is available)</para>
</listitem>
<listitem>
- <para>Right-click on project <emphasis>Run AS > Run
on
+ <para>Right-click on project <emphasis><property>Run AS
> Run on
Server<property/></emphasis></para>
</listitem>
<listitem>