Author: smukhina
Date: 2007-09-19 11:09:08 -0400 (Wed, 19 Sep 2007)
New Revision: 3713
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/AddBusinessProcess.xml
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GetStartSeamGen.xml
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-174
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/AddBusinessProcess.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/AddBusinessProcess.xml 2007-09-19
13:45:05 UTC (rev 3712)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/AddBusinessProcess.xml 2007-09-19
15:09:08 UTC (rev 3713)
@@ -181,7 +181,7 @@
]]></programlisting>
<para>Notice that the IDE automatically highlights the syntax and provides
auto-completion help.
You may wonder how Seam knows to load the process-order.drl file for the
application.</para>
- <para>If you look in the
<emphasis>resources/WEB-INF/components.xml</emphasis> file we copied from the
imported
+ <para>If you look in the
<emphasis><property>resources/WEB-INF/components.xml</property></emphasis>
file we copied from the imported
rules-bpm project. It has an element pointing to the process-order.drl
file.</para>
<programlisting role="XML"><![CDATA[<drools:rule-base
name="securityRules">
<drools:rule-files>
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml 2007-09-19
13:45:05 UTC (rev 3712)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/DevelopAsimpleJSPWebApplication.xml 2007-09-19
15:09:08 UTC (rev 3713)
@@ -11,16 +11,16 @@
<title>Developing a simple JSP web application</title>
<para>In this 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 Red Hat perspective is the current perspective. (If not, make it active by
selecting <emphasis>Window/Open Perspective/Red Hat Developer
Studio</emphasis> from the menu bar or by selecting <emphasis>Window/
-Open Perspective/Other...</emphasis> from the menu bar and then selecting Red Hat
Developer Studio from
+also that the Red Hat perspective is the current perspective. (If not, make it active by
selecting <emphasis><property>Window/Open Perspective/Red Hat Developer
Studio</property></emphasis> from the menu bar or by selecting
<emphasis><property>Window/
+Open Perspective/Other...</property></emphasis> from the menu bar and then
selecting Red Hat Developer Studio 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>File/New/Project...</emphasis></para></listitem>
- <listitem><para>Select <emphasis>Web/Dynamic Web
Project</emphasis> in the New Project dialog box</para></listitem>
+ <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 Next ></para></listitem>
<listitem><para>Enter "jspHello" as the project
name</para></listitem>
<listitem><para>Leave everything else as is, and click
Finish</para></listitem>
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GetStartSeamGen.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GetStartSeamGen.xml 2007-09-19
13:45:05 UTC (rev 3712)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GetStartSeamGen.xml 2007-09-19
15:09:08 UTC (rev 3713)
@@ -157,7 +157,7 @@
</mediaobject>
</figure>
- <para>To make simple changes to the page, you just need to double click on the
<emphasis>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>
+ <para>To make simple changes to the page, you just need to double click on the
<emphasis><property>WebContent/home.xhtml
file</property></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>
Modified:
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml
===================================================================
---
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml 2007-09-19
13:45:05 UTC (rev 3712)
+++
trunk/documentation/GettingStartedGuide/docs/userguide/en/modules/GettingStartedWithRHDS.xml 2007-09-19
15:09:08 UTC (rev 3713)
@@ -23,7 +23,7 @@
In that case you can skip the next step mentioned here. But it is recommended to use
the SysV service scripts for production servers.</para></listitem>
<listitem><para>Download and install the appropriate -compat RPM from
JPackage <ulink
url="ftp://jpackage.hmdc.harvard.edu/JPackage/1.7/generic/RPMS.non-f...;.
Please ensure you choose a matching version of the -compat package to the JDK you
installed.</para></listitem>
- <listitem><para>Create an environment variable that points to the JDK
installation directory and call it JAVA_HOME. Add
<emphasis>$JAVA_HOME/bin</emphasis> to the system path to be able to run java
from the
+ <listitem><para>Create an environment variable that points to the JDK
installation directory and call it JAVA_HOME. Add
<emphasis><property>$JAVA_HOME/bin</property></emphasis> to the
system path to be able to run java from the
command line. You can do this by adding the following lines to the .bashrc file in
your home directory.</para>
<programlisting role="JAVA"><![CDATA[#In this example
/usr/java/jdk1.5.0_11 is the JDK installation directory.
export JAVA_HOME=/usr/java/jdk1.5.0_11