Author: mcaspers
Date: 2011-02-01 00:01:53 -0500 (Tue, 01 Feb 2011)
New Revision: 28811
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/first_seam.xml
trunk/documentation/guides/GettingStartedGuide/en-US/installation.xml
trunk/documentation/guides/GettingStartedGuide/en-US/introduction.xml
trunk/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml
trunk/documentation/guides/GettingStartedGuide/en-US/manage.xml
trunk/documentation/guides/GettingStartedGuide/en-US/project_examples.xml
trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml
Log:
General Updates
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/first_seam.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/first_seam.xml 2011-02-01
04:25:03 UTC (rev 28810)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/first_seam.xml 2011-02-01
05:01:53 UTC (rev 28811)
@@ -23,7 +23,7 @@
<para>To start the database just run
<filename>./runDBServer.sh</filename> or
<filename>runDBServer.bat</filename> from the database
directory.</para>
<para>The end result should be a console window that looks
like:</para>
<figure>
- <title>Starting DataBase</title>
+ <title>Starting the Database</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/first_seam/first_seam1.png"/>
@@ -57,7 +57,7 @@
<para>The <property>New Seam Project wizard</property> is
started. You need to enter a name
(e.g., "workshop") and a location for your new project. The
wizard has
an option for selecting the actual Server (and not just WTP runtime) that will be
used for
- the project. This allows the wizard to correctly identify where the desitination
folder for the required datasource and
+ the project. This allows the wizard to correctly identify where the destination
folder for the required datasource and
driver libraries.</para>
<figure>
<title>New Seam Project Wizard</title>
@@ -228,7 +228,7 @@
<para>Click on <guibutton>Finish</guibutton> button. Now, there
should be a new Seam project called “workshop” listed in the Package Explorer
view.</para>
<figure>
- <title>"worskhop" Project in the Package
Explorer</title>
+ <title>"workshop" Project in the Package
Explorer</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/first_seam/first_seam14.png"/>
@@ -248,7 +248,7 @@
<para>Then run the project by selecting the project then selecting
<menuchoice><guimenuitem>Run As...</guimenuitem><guimenuitem>Run
on Server</guimenuitem></menuchoice>.</para>
<figure>
- <title>"worskhop" Run As</title>
+ <title>"workshop" Run As</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/first_seam/first_seam15a.png"/>
@@ -261,7 +261,7 @@
</para>
<figure>
- <title>"worskhop" Run On Server</title>
+ <title>"workshop" Run On Server</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/first_seam/first_seam15b.png"/>
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/installation.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/installation.xml 2011-02-01
04:25:03 UTC (rev 28810)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/installation.xml 2011-02-01
05:01:53 UTC (rev 28811)
@@ -20,7 +20,7 @@
<section id="InstallJDK50onLinux">
<title>Installing and Configuring 32-bit Sun JDK 5.0 on Linux</title>
<para>To install 32-bit Sun JDK 5.0 on Linux and configure it, you should follow
the next steps:</para>
- <itemizedlist>
+ <itemizedlist>
<listitem>
<para>
Download the <ulink
url="http://java.sun.com/javase/downloads/index_jdk5.jsp">Sun JDK 5.0 (Java 2
Development Kit)</ulink> from Sun's website. Choose "JDK 5.0
Update <x>" (where "x" is the latest update
number) for download and then select "Red Hat Package Manager in
self-extracting" file for Linux. Read the instructions on Sun's website
for installing the JDK.
@@ -251,7 +251,7 @@
<itemizedlist>
<listitem>
<para>
- You can fill the list automatically using the
<guibutton>Find</guibutton> button. When the
<guibutton>Find</guibutton> button is clicked you are propmpted to select the
folder from which to search for available JBoss Application Servers. Click the
<guibutton>OK</guibutton> button to select the chosen folder.
+ You can fill the list automatically using the
<guibutton>Find</guibutton> button. When the
<guibutton>Find</guibutton> button is clicked you are prompted to select the
folder from which to search for available JBoss Application Servers. Click the
<guibutton>OK</guibutton> button to select the chosen folder.
</para>
</listitem>
</itemizedlist>
@@ -567,7 +567,7 @@
<note>
<title>Note:</title>
<para>
- Sometimes when a user changes the list of plugins for download and clicks the
<guibutton>Next</guibutton> button, after the required dependences have been
checked, the list of missing dependencies from the previous attempt is showed. In this
case completely closing the <emphasis>Install New Software</emphasis> dialog
can help.
+ Sometimes when a user changes the list of plugins for download and clicks the
<guibutton>Next</guibutton> button, after the required dependencies have been
checked, the list of missing dependencies from the previous attempt is showed. In this
case completely closing the <emphasis>Install New Software</emphasis> dialog
can help.
</para>
</note>
<para>
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/introduction.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/introduction.xml 2011-02-01
04:25:03 UTC (rev 28810)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/introduction.xml 2011-02-01
05:01:53 UTC (rev 28811)
@@ -13,7 +13,7 @@
<section id="intro1">
<title>What is JBDS?</title>
<para>
- <property>JBoss Developer Studio</property> is a set of eclipse-based
development tools that have been pre-configured for JBoss Enterprise Middleware Platforms
and Red Hat Enterprise Linux. Developers are not required to use <property>JBoss
Developer Studio</property> to develop on JBoss Enterprise Middleware and/or Red Hat
Linux. But, many find these pre-configured tools offer significant time-savings and value,
making them more pra JSPoductive reducing deployment times.
+ <property>JBoss Developer Studio</property> is a set of eclipse-based
development tools that have been pre-configured for JBoss Enterprise Middleware Platforms
and Red Hat Enterprise Linux. Developers are not required to use <property>JBoss
Developer Studio</property> to develop on JBoss Enterprise Middleware and/or Red Hat
Linux. But, many find these pre-configured tools offer significant time-savings and value,
making them more productive and reducing deployment times.
</para>
<para>
This guide covers the first steps required to get started with <property>JBoss
Developer Studio</property>. You will learn how to install and configure the
software necessary for your OS (currently Linux, Microsoft Windows or Mac OSX), including
detailed information on how to install, configure and use JDK, JBDS and JBoss Tools.
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml 2011-02-01
04:25:03 UTC (rev 28810)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml 2011-02-01
05:01:53 UTC (rev 28811)
@@ -358,7 +358,7 @@
<listitem>
<para>Click the <guibutton>Run</guibutton> icon or right click
your project folder and select <menuchoice><guimenuitem>Run
As</guimenuitem><guimenuitem>Run on
Server</guimenuitem></menuchoice>. If you
haven't made any changes in the <filename>web.xml</filename>
file or cleared it out you can launch the application by right
- clicking the the <filename>hello.jsp</filename> page and selecting
<guimenuitem>Run on the Server</guimenuitem>(
+ clicking the <filename>hello.jsp</filename> page and selecting
<guimenuitem>Run on the Server</guimenuitem>(
<inlinemediaobject>
<imageobject>
<imagedata
fileref="images/jsp_application/jsp_application_16.png"/>
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/manage.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/manage.xml 2011-02-01 04:25:03
UTC (rev 28810)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/manage.xml 2011-02-01 05:01:53
UTC (rev 28811)
@@ -98,7 +98,7 @@
<section id="StoppingJBoss">
<?dbhtml filename="StoppingJBoss.html"?>
<title>Stopping JBoss Server</title>
- <para>To stop the server, click the the <guibutton>Stop</guibutton>
button icon in <property>Servers</property> or right click the server name and
press <guimenuitem>Stop</guimenuitem>.
+ <para>To stop the server, click the <guibutton>Stop</guibutton>
button icon in <property>Servers</property> or right click the server name and
press <guimenuitem>Stop</guimenuitem>.
</para>
<figure>
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/project_examples.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/project_examples.xml 2011-02-01
04:25:03 UTC (rev 28810)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/project_examples.xml 2011-02-01
05:01:53 UTC (rev 28811)
@@ -161,7 +161,7 @@
</listitem>
</itemizedlist>
- <para>When downloading is finished the project will be imported
automatically and you will be able to see it in the the <guilabel>Package
Explorer</guilabel> view.</para>
+ <para>When downloading is finished the project will be imported
automatically and you will be able to see it in the <guilabel>Package
Explorer</guilabel> view.</para>
<para>Now you can run the application on the server.</para>
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml
===================================================================
---
trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml 2011-02-01
04:25:03 UTC (rev 28810)
+++
trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml 2011-02-01
05:01:53 UTC (rev 28811)
@@ -731,7 +731,7 @@
<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 tothe editor, and drop it inside the editor after the
<code>inputText</code> component.</para>
+ <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
<code>inputText</code> component.</para>
</listitem>
<listitem>
<para>In the editing dialog select the
<emphasis><property>value</property></emphasis> row and click on
the second column</para>
@@ -880,7 +880,7 @@
<para>Finally, we have all the pieces needed to run the
application.</para>
<itemizedlist>
<listitem>
- <para>Start up JBoss server by clicking on the the
<guibutton>Start</guibutton> icon in the
<property>Servers</property> view. (If the JBoss Server 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>
+ <para>Start up JBoss server by clicking on the
<guibutton>Start</guibutton> icon in the
<property>Servers</property> view. (If the JBoss Server 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>Right-click on the project and select
<menuchoice><guimenuitem>Run As</guimenuitem><guimenuitem>Run on
Server</guimenuitem></menuchoice></para>