Author: irooskov(a)redhat.com
Date: 2011-09-27 21:58:56 -0400 (Tue, 27 Sep 2011)
New Revision: 35100
Modified:
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/first_seam.xml
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/installation.xml
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/introduction.xml
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml
Log:
updated for TOOLSDOC-253
Modified:
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/first_seam.xml
===================================================================
---
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/first_seam.xml 2011-09-28
01:58:52 UTC (rev 35099)
+++
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/first_seam.xml 2011-09-28
01:58:56 UTC (rev 35100)
@@ -644,7 +644,7 @@
to <emphasis>
<property>http://localhost:8080/workshop</property>
</emphasis> and insert/update/delete/query a few records. There is quite a
bit of AJAX in
- this application, but which we will explore further later on in the lab. For now,
take note
+ this application, but we will explore that later on in the lab. For now, take
note
of the page tabs, required field logic and data table sorting in the list pages.
</para>
<note>
Modified:
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/installation.xml
===================================================================
---
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/installation.xml 2011-09-28
01:58:52 UTC (rev 35099)
+++
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/installation.xml 2011-09-28
01:58:56 UTC (rev 35100)
@@ -549,7 +549,7 @@
<guibutton>
Remove
</guibutton>
- button will the remove the selected server from the list. If necessary, you can
edit the server details clicking on the
+ button will remove the selected server from the list. If necessary, you can edit
the server details clicking on the
<guibutton>
Edit
</guibutton>
Modified:
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/introduction.xml
===================================================================
---
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/introduction.xml 2011-09-28
01:58:52 UTC (rev 35099)
+++
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/introduction.xml 2011-09-28
01:58:56 UTC (rev 35100)
@@ -13,7 +13,7 @@
<section id="intro1">
<title>What JBoss Developer Studio is</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 preconfigured tools offer significant time-savings and value,
making them more productive and 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. Many do find these preconfigured tools save time and offer significant 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, JBoss Developer Studio and
JBoss Tools.
Modified:
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml
===================================================================
---
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml 2011-09-28
01:58:52 UTC (rev 35099)
+++
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml 2011-09-28
01:58:56 UTC (rev 35100)
@@ -251,11 +251,11 @@
</programlisting>
<para>
- If you come back to <property>Tree</property> mode you will see that
the changes made are automatically reflected in that mode.
+ If you go back to <property>Tree</property> tab you will see that the
changes made in the <property>Source</proeprty> tab are automatically
reflected.
</para>
<para>
- Actually you don't really need to do any configurations right now.
+ Actually you do not really need to do any configurations right now.
</para>
</section>
@@ -347,7 +347,7 @@
</figure>
<figure>
- <title>Archive in Project Archives View</title>
+ <title>Archive in Project Explorer View</title>
<mediaobject>
<imageobject>
<imagedata
fileref="images/jsp_application/jsp_application_12.png"/>
Modified:
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml
===================================================================
---
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml 2011-09-28
01:58:52 UTC (rev 35099)
+++
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml 2011-09-28
01:58:56 UTC (rev 35100)
@@ -657,7 +657,7 @@
<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 a
<code><br/></code> tag after the
<code><h:outputText></code> component to make a new
line</para>
+ <para>Switch to Source mode and insert a
<code><br/></code> tag after the
<code><h:outputText></code> component to make a new
line</para>
</listitem>
<listitem>
<para>Click the <guibutton>Save</guibutton> button</para>