Author: Grid.Qian
Date: 2008-12-12 04:02:37 -0500 (Fri, 12 Dec 2008)
New Revision: 12566
Modified:
workspace/examples/projectExamples.xml
Log:
change the file for adding some esb examples
Modified: workspace/examples/projectExamples.xml
===================================================================
--- workspace/examples/projectExamples.xml 2008-12-12 09:01:41 UTC (rev 12565)
+++ workspace/examples/projectExamples.xml 2008-12-12 09:02:37 UTC (rev 12566)
@@ -197,5 +197,109 @@
<url>
http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/webs...
</url>
- </project>
+ </project>
+
+ <project>
+ <category>ESB</category>
+ <name>transform_CSV2XML</name>
+ <shortDescription>JBoss ESB Smooks CSV->XML Example</shortDescription>
+ <description>This sample demonstrates how to transform a comma separated value
(CSV) file to an xml.
+ The tranformation is done by configuring Smooks and performing two transformation, one
+ transformation from CSV to an intermediate xml format, and a second transformation from
+ the intermediate xml format to the target xml.</description>
+ <size>9500</size>
+ <url>
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/tran...
+ </url>
+ </project>
+
+ <project>
+ <category>ESB</category>
+ <name>transform_CSV2XML_client</name>
+ <shortDescription>JBoss ESB Smooks CSV->XML Example -
Client</shortDescription>
+ <description>This sample is to test the JBoss ESB smooks CSV->XML
transformation.It requires the transform_CSV2XML project.</description>
+ <size>16600</size>
+ <url>
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/tran...
+ </url>
+ </project>
+
+ <project>
+ <category>ESB</category>
+ <name>transform_XML2POJO</name>
+ <shortDescription>JBoss ESB Smooks XML->POJO Example</shortDescription>
+ <description>The purpose of the simple_transformation sample is to illustrate
the
+use of Smooks performing a simple transformation by converting a XML file into
+Java POJOs.</description>
+ <size>26600</size>
+ <url>
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/tran...
+ </url>
+ </project>
+
+ <project>
+ <category>ESB</category>
+ <name>transform_XML2POJO_client</name>
+ <shortDescription>JBoss ESB Smooks XML->POJO Example -
Client</shortDescription>
+ <description>This sample is to test the JBoss ESB smooks XML->POJO
transformation.It requires the transform_XML2POJO project.</description>
+ <size>22400</size>
+ <url>
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/tran...
+ </url>
+ </project>
+
+ <project>
+ <category>ESB</category>
+ <name>transform_XML2XML_date_manipulation</name>
+ <shortDescription>JBoss ESB Smooks XML->XML date-manipulation
Example</shortDescription>
+ <description>This is another simple sample of how to manually define and apply a
Message
+ Transformation within JBoss ESB.
+
+ This sample is an extension of the "transformation_XML2XML_simple"
+ Quickstart, demonstrating how JBoss ESB Transformations can simplify your
+ XSLT transformations by combining the power of XSLT with Java. In this
+ Quickstart, we use Java to perform the ugly string manipulation on the
+ SampleOrder date field (see OrderDate.java) and use XSLT for what it's good at
+ i.e. Templating. Again, the transformed SampleOrder.xml message is just
+ printed to the Java console (message before and after).</description>
+ <size>13600</size>
+ <url>
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/tran...
+ </url>
+ </project>
+
+ <project>
+ <category>ESB</category>
+ <name>transform_XML2XML_date_manipulation_client</name>
+ <shortDescription>JBoss ESB Smooks XML->XML date-manipulation Example -
Client</shortDescription>
+ <description>This sample is to test the JBoss ESB XML->XML date-manipulation
transformation.It requires the transform_XML2XML_date_manipulation
project.</description>
+ <size>18600</size>
+ <url>
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/tran...
+ </url>
+ </project>
+
+ <project>
+ <category>ESB</category>
+ <name>transform_XML2XML_simple</name>
+ <shortDescription>JBoss ESB Smooks XML->XML Example</shortDescription>
+ <description>This is a very basic sample of how to manually define and apply a
Message
+ Transformation within JBoss ESB. It applies a very simple XSLT to a
+ SampleOrder.xml message and prints the before and after XML to the
console.</description>
+ <size>9300</size>
+ <url>
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/tran...
+ </url>
+ </project>
+
+ <project>
+ <category>ESB</category>
+ <name>transform_XML2XML_simple_client</name>
+ <shortDescription>JBoss ESB Smooks XML->XML Example -
Client</shortDescription>
+ <description>This sample is to test the JBoss ESB XML->XML transformation.It
requires the transform_XML2XML_simple project.</description>
+ <size>17800</size>
+ <url>
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/tran...
+ </url>
+ </project>
</projects>