Author: sabrashevich
Date: 2007-08-16 09:16:35 -0400 (Thu, 16 Aug 2007)
New Revision: 3173
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile2.png
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GetStartSeamGen.xml
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml
Log:
http://jira.jboss.com/jira/browse/EXIN-373 text styling, image changed
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/images/connectionprofile2.png
===================================================================
(Binary files differ)
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GetStartSeamGen.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GetStartSeamGen.xml 2007-08-16
13:14:56 UTC (rev 3172)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GetStartSeamGen.xml 2007-08-16
13:16:35 UTC (rev 3173)
@@ -20,7 +20,7 @@
<section>
<title>Create a Seam Project</title>
- <para>To create a new web application in Seam, select "New >
Project ... > Seam > Seam Web Project". You will be prompted to enter a
name and a location directory for your new project. You will also be asked to choose a
JBoss AS server to deploy the project. You must choose the JBoss AS 4.2.0 instance we had
defined in the JBoss AS Server manager view.</para>
+ <para>To create a new web application in Seam, select <emphasis
role="italic">New > Project ... > Seam > Seam Web
Project</emphasis>. You will be prompted to enter a name and a location directory
for your new project. You will also be asked to choose a JBoss AS server to deploy the
project. You must choose the JBoss AS 4.2.0 instance we had defined in the JBoss AS Server
manager view.</para>
<figure>
<title>Create a Seam project</title>
@@ -82,7 +82,6 @@
<orderedlist continuation="continues">
<listitem><para>Click the Browse button near driver selection drop down
list.</para></listitem>
</orderedlist>
-
<figure>
<title>Give a name to connection profile</title>
<mediaobject>
@@ -93,9 +92,8 @@
</figure>
<orderedlist continuation="continues">
-
<listitem><para>In the next dialog select Add
button.</para></listitem>
- <listitem><para>Select Hypersonic database: Hypersonic > 1.8
> Hypersonic DB.</para></listitem>
+ <listitem><para>Select Hypersonic database: <emphasis
role="italic">Hypersonic > 1.8 > Hypersonic
DB</emphasis></para></listitem>
</orderedlist>
<figure>
@@ -119,7 +117,7 @@
<orderedlist continuation="continues">
<listitem><para>Select hsqldb.jar in Driver File panel and click the
button Remove jar/Zip.</para></listitem>
<listitem><para>Select Add jar/Zip.</para></listitem>
- <listitem><para>Select hsqldb driver which is located in jboss-eap
> jboss-as > server > default > lib folder of RHDS
installation.</para></listitem>
+ <listitem><para>Select hsqldb driver which is located in <emphasis
role="italic">jboss-eap > jboss-as > server > default
> lib</emphasis> folder of RHDS installation.</para></listitem>
</orderedlist>
<figure>
<title>Adding driver</title>
@@ -208,7 +206,7 @@
</mediaobject>
</figure>
- <para>To make simple changes to the page, you just need to double click on the
view/index.xhtml file and edit it in the visual editor. Notice that the visual editor lets
you both the XHTML code and the rendered page. The rendered view is designed to make it
easy to find stuff in a complex XHTML page.</para>
+ <para>To make simple changes to the page, you just need to double click on the
<emphasis role="italic">WebContent/home.xhtml file</emphasis> and
edit it in the visual editor. Notice that the visual editor lets you both the XHTML code
and the rendered page. The rendered view is designed to make it easy to find stuff in a
complex XHTML page.</para>
<figure>
<title>Making changes in the visual editor</title>
@@ -219,7 +217,7 @@
</mediaobject>
</figure>
- <para>Once you finished editing, save the file (File > Save), re-deploy the
application, and reload the browser to see the changes.</para>
+ <para>Once you finished editing, save the file (<emphasis
role="italic">File > Save</emphasis>), re-deploy the
application, and reload the browser to see the changes.</para>
<figure>
<title>The front page is changed</title>
@@ -239,7 +237,7 @@
<section>
<title>Add a Web Page and an Action</title>
- <para>To add a new page and related UI action to the project, use the
"New > Other ... > Seam > Seam Form" wizard. You are prompted
to enter the name of the web page, the name for the Seam component that handles UI actions
from the page, and UI action method name.</para>
+ <para>To add a new page and related UI action to the project, use the
<emphasis role="italic">New > Other ... > Seam > Seam
Form</emphasis> wizard. You are prompted to enter the name of the web page, the name
for the Seam component that handles UI actions from the page, and UI action method
name.</para>
<figure>
<title>New form for the application</title>
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml 2007-08-16
13:14:56 UTC (rev 3172)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/ManageJBossAS.xml 2007-08-16
13:16:35 UTC (rev 3173)
@@ -21,7 +21,7 @@
<title>Starting JBoss server</title>
<para>Starting JBoss server is quite simple. Red Hat Developer Studio allows you
control its behaviour through a special toolbar: start it in a regular or debug mode, stop
it, or restart it.</para>
<orderedlist>
- <listitem><para>To launch the server click the green-with-white-arrow icon
on the JBoss Server View or right click server name in this view and select
"Start". If this view is not open select Window > Show View
> Other > Server > JBoss Server View:</para></listitem>
+ <listitem><para>To launch the server click the green-with-white-arrow icon
on the JBoss Server View or right click server name in this view and select
"Start". If this view is not open select <emphasis
role="italic">Window > Show View > Other > Server
> JBoss Server View</emphasis></para></listitem>
</orderedlist>
<figure>
<title>Starting from icon</title>
@@ -87,7 +87,7 @@
<section id="ServerPreferences">
<?dbhtml filename="ServerPreferences.html"?>
<title>Server Container Preferences</title>
- <para>You can control how Red Hat Developer Studio interacts with servlet
containers in Preferences. Select Window > Preferences > JBoss Tools
> JBoss Servers and switch to the desired server:</para>
+ <para>You can control how Red Hat Developer Studio interacts with servlet
containers in Preferences. Select <emphasis role="italic">Window >
Preferences > JBoss Tools > JBoss Servers</emphasis> and switch to the
desired server:</para>
<figure>
<title>Server preferences</title>
<mediaobject>
@@ -131,9 +131,9 @@
<title>Adding and configuring JBoss server</title>
<para>Now we should add just installed server into server manager in Red Hat
Developer Studio.</para>
<orderedlist>
- <listitem><para>Open the JBoss Server View by selecting Window >
Show View > Other > Server > JBoss Server View. You will see JBoss
Server view.</para></listitem>
+ <listitem><para>Open the JBoss Server View by selecting <emphasis
role="italic">Window > Show View > Other > Server
> JBoss Server View</emphasis>. You will see JBoss Server
view.</para></listitem>
<listitem><para>Right click anywhere in this view and select New
Server.</para></listitem>
-<listitem><para>Select JBoss, a division of Red Hat > JBoss v4.2 and
click the "Installed Runtimes" button to select a new installed
runtime.</para></listitem>
+<listitem><para>Select <emphasis role="italic">JBoss, a
division of Red Hat > JBoss v4.2</emphasis> and click the "Installed
Runtimes" button to select a new installed
runtime.</para></listitem>
</orderedlist>
<figure>
<title>Selecting server type</title>
@@ -146,7 +146,7 @@
<orderedlist continuation="continues">
<listitem><para>Click "Add" button to add a new
jboss runtime.</para></listitem>
- <listitem><para>Select JBoss, a division of Red Hat > JBoss
v4.2 and press Next.</para></listitem>
+ <listitem><para>Select <emphasis
role="italic">JBoss, a division of Red Hat > JBoss
v4.2</emphasis> and press Next.</para></listitem>
</orderedlist>
<figure>
@@ -186,7 +186,7 @@
</imageobject>
</mediaobject>
</figure>
- <para>A new runtime will now appear in the Preferences > Server >
Installed Runtimes dialog.</para>
+ <para>A new runtime will now appear in the <emphasis
role="italic">Preferences > Server > Installed
Runtimes</emphasis> dialog.</para>
<figure>
<title>Runtime is added</title>
<mediaobject>