Author: abogachuk
Date: 2009-06-12 12:07:31 -0400 (Fri, 12 Jun 2009)
New Revision: 15929
Modified:
trunk/smooks/docs/reference/en/modules/introduction.xml
trunk/smooks/docs/reference/en/modules/quick_start.xml
trunk/smooks/docs/reference/en/modules/smooksformeditor_configurationpage.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-153: key features chapters created, verified, some
misprints corrected.
Modified: trunk/smooks/docs/reference/en/modules/introduction.xml
===================================================================
--- trunk/smooks/docs/reference/en/modules/introduction.xml 2009-06-12 16:07:06 UTC (rev
15928)
+++ trunk/smooks/docs/reference/en/modules/introduction.xml 2009-06-12 16:07:31 UTC (rev
15929)
@@ -10,7 +10,57 @@
</chapterinfo>
<title>Introduction</title>
<para>This chapter give you a short introduction to Smooks, Smooks tools and its
installation</para>
+ <para>First, have a look at the key features of Smooks tools:</para>
<section>
+ <title>Key Features of Smooks Tools</title>
+ <para>Here, we provide you with a key functionality which is integrated in Smooks
tools.</para>
+ <table>
+
+ <title>Key Functionality for Smooks Tools</title>
+ <tgroup cols="3">
+
+ <colspec colnum="1" align="left" colwidth="2*"/>
+ <colspec colnum="2" colwidth="4*"/>
+ <colspec colnum="3" align="left" colwidth="2*"/>
+
+ <thead>
+ <row>
+ <entry>Feature</entry>
+ <entry>Benefit</entry>
+ <entry>Chapter</entry>
+ </row>
+ </thead>
+
+ <tbody>
+
+ <row>
+ <entry><para>Smooks Configuration File
Wizard</para></entry>
+ <entry><para>Smooks tools allows to create/edit the Smooks
configuration file for Java2Java data transformation.</para></entry>
+ <entry>
+ <link linkend="config_file_wizzard">Smooks Configuration File
Wizard</link>
+ </entry>
+ </row>
+
+ <row>
+ <entry><para>Smooks Editor</para></entry>
+ <entry><para>Smooks Editor helps configure the created Smooks
configuration file.</para></entry>
+ <entry>
+ <link linkend="quickstart_formeditor">Smooks Editor</link>
+ </entry>
+ </row>
+
+ </tbody>
+
+ </tgroup>
+ </table>
+
+
+
+ </section>
+
+
+
+ <section>
<title>What is Smooks?</title>
<para><property>Smooks</property> is a Java Framework/Engine for
processing XML and non XML
Modified: trunk/smooks/docs/reference/en/modules/quick_start.xml
===================================================================
--- trunk/smooks/docs/reference/en/modules/quick_start.xml 2009-06-12 16:07:06 UTC (rev
15928)
+++ trunk/smooks/docs/reference/en/modules/quick_start.xml 2009-06-12 16:07:31 UTC (rev
15929)
@@ -26,7 +26,7 @@
them into the eclipse Java project. </para>
</tip>
</section>
- <section>
+ <section id="config_file_wizzard">
<title>Smooks Configuration File Wizard</title>
<para>Select the Smooks Java-to-Java example project that you created and
right-click,
select the menu <emphasis><property>New >
Other</property>,</emphasis> then find
Modified: trunk/smooks/docs/reference/en/modules/smooksformeditor_configurationpage.xml
===================================================================
---
trunk/smooks/docs/reference/en/modules/smooksformeditor_configurationpage.xml 2009-06-12
16:07:06 UTC (rev 15928)
+++
trunk/smooks/docs/reference/en/modules/smooksformeditor_configurationpage.xml 2009-06-12
16:07:31 UTC (rev 15929)
@@ -19,7 +19,7 @@
</imageobject>
</mediaobject>
</figure>
- <para>This page consists of 3 setions:Message Filtering Resources,Input Data and
Section devoted to the configurations of a selected in a Message Filtering Resources
section Item.</para>
+ <para>This page consists of 3 setions: Message Filtering Resources, Input Data and
Section devoted to the configurations of a selected in a Message Filtering Resources
section Item.</para>
<para> You can bind classes <link
linkend="quickstart_mapping">using Bindings item
</link> on the Design page of the <property>Smooks
Editor</property>. </para>
<para> The configuration editor also edits the <link
linkend="configurationpage_parsetype">Smooks parse
@@ -29,7 +29,7 @@
<section id="configurationpage_parsetype">
<title>Smooks Parse Type</title>
- <para>If your config file doesn't contain Global Parametres item yet,you
should add it by right click Resource List>Add Smooks Resource>Global
Parametres.After this step you should add Param to just created Global Parametres.
</para>
+ <para>If your config file doesn't contain Global Parametres item yet, you
should add it by right click Resource List>Add Smooks Resource>Global
Parametres.After this step you should add Param to just created Global Parametres.
</para>
<figure>
<title>Smooks Parse Types</title>
<mediaobject>
@@ -40,7 +40,7 @@
</figure>
<para>Then left click <emphasis>
<property>Param</property>
- </emphasis>and in the Param section,you will see a set of text fields:Name,Type
and Text.Name value is required.To set a parse type you should write SAX/DOM to the
+ </emphasis>and in the Param section, you will see a set of text fields:
Name,Type and Text.Name value is required. To set a parse type you should write SAX/DOM to
the
<emphasis>
<property>Text</property></emphasis> field.</para>