Author: DartPeng
Date: 2008-12-03 00:47:49 -0500 (Wed, 03 Dec 2008)
New Revision: 12239
Modified:
trunk/smooks/docs/reference/en/modules/introduction.xml
trunk/smooks/docs/reference/en/modules/quick_start.xml
Log:
JBIDE-3296
Modify some docs
Modified: trunk/smooks/docs/reference/en/modules/introduction.xml
===================================================================
--- trunk/smooks/docs/reference/en/modules/introduction.xml 2008-12-03 05:06:02 UTC (rev
12238)
+++ trunk/smooks/docs/reference/en/modules/introduction.xml 2008-12-03 05:47:49 UTC (rev
12239)
@@ -14,15 +14,85 @@
<para>Smooks is a Java Framework/Engine for processing XML and
non XML data (CSV, EDI, Java, JSON etc).</para>
<para></para>
- <para>In this guide we provide you with the information on ESB
- Editor which allows you to
- develop ESB file much faster and with far
- fewer errors so sparing your time.
+ <para>
+ <orderedlist numeration="Upperroman" inheritnum="inherit">
+ <listitem>Transformation:Perform a wide range
+ of Data
+ Transforms. Supports many different Source and Result types
+ -
+ XML/CSV/EDI/Java/JSON to XML/CSV/EDI/Java/JSON.
+ </listitem>
+ <listitem>
+ Java Binding:
+ Bind into a Java Object Model from any data
+ source (CSV, EDI, XML,
+ Java, JSON etc).
+ </listitem>
+
+ <listitem>
+ Huge Message
+ Processing:
+ Process huge messages (GBs) -
+ Split, Transform and Route message fragments
+ to JMS, File, Database
+ etc destinations. Route multiple message
+ formats to multiple
+ destinations in a single pass over a message.
+ </listitem>
+
+ <listitem>
+ <bold>Message
+ Enrichment:</bold>
+ Enrich a message with data from a
+ Database, or other Datasources.
+ </listitem>
+
+ <listitem>
+ Combine : Combine the above features in different ways
+ e.g.
+ add Message Enrichment as part of a Splitting and Routing
+ process.
+ </listitem>
+ </orderedlist>
</para>
+ <figure>
+ <title>SmooKs</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/common/smooks-usecase.png"
+ scale="90" />
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>
+ More informations about Smooks , please visit here :
+ <link>http://www.smooks.org</link>
+ </para>
</sect1>
<sect1>
<title>What is Smooks dev tools?</title>
<para>Smooks dev tools is a set of graphical tools for editing
- Smooks configuration file base on Eclipse</para>
+ Smooks configuration file base on Eclipse.</para>
+ <figure>
+ <title>Smooks form editor</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/common/form_editor.png" scale="90"
/>
+ </imageobject>
+ </mediaobject>
+ </figure>
</sect1>
+ <sect1>
+ <title>How to install Smooks dev tools?</title>
+ <para>The Smooks dev tools was contained by JBossTools since 3.0.0
+ beta1 version. You can download the JBossTools form :
+ .</para>
+ <para>
+ Smooks dev tools(JBossTools) need the latest Eclipse and other
+ required plug-ins(GEF,EMF,etc.),
+ User can download the latest IDE for Java EE developers from this site(
+ <
link>http://www.eclipse.org/downloads/
+ </link>) for installing JBossTools.
+ </para>
+ </sect1>
</chapter>
Modified: trunk/smooks/docs/reference/en/modules/quick_start.xml
===================================================================
--- trunk/smooks/docs/reference/en/modules/quick_start.xml 2008-12-03 05:06:02 UTC (rev
12238)
+++ trunk/smooks/docs/reference/en/modules/quick_start.xml 2008-12-03 05:47:49 UTC (rev
12239)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="quickstart" xreflabel="Quick Start">
+<chapter id="quickstart" xreflabel="Smooks dev tools">
<?dbhtml filename="quick_start.html"?>
<chapterinfo>
<keywordset>
@@ -9,10 +9,39 @@
<keyword>java</keyword>
</keywordset>
</chapterinfo>
- <title>Quick Start</title>
+ <title>Smooks dev tools</title>
<sect1>
- <title>Java-to-Java Quick Start</title>
+ <title>Quick Start</title>
+ <para>
+ This "Quick Start" will show how to use the Smooks tools to
+ create/edit the Smooks configuration file for Java2Java
+ data
+ transformation.</para>
+ <para>
+ This chapter should give the readers a brief understanding of
+ the Smooks
+ dev tools.
+ </para>
<sect2>
+ <title>Download Smooks Java-to-Java example</title>
+ <para>
+ Visit
+ <ulink
+
url="http://www.smooks.org/documentation/documentation-smooks-1-1-x/...
+ to download the "java-to-java" example project.
+ </para>
+ <tip>
+ <title>Tip:</title>
+ <para>
+ The example projects is Maven project, we suggest user to
+ create a
+ new eclipse Java project, Copy the example codes and .jars
+ from the
+ example project and paste them to the eclipse Java project.
+ </para>
+ </tip>
+ </sect2>
+ <sect2>
<title>Smooks configuration file wizard</title>
<para>First , select the Java project what you created first to
create Smooks configuration file and right-click , select : “New” ->