java-basic |
A very basic example that illustrates how Smooks can be used to apply a Java based transform on a message fragment. |
||
xslt-basic |
A very basic example that illustrates how Smooks can be used to apply an XSLT based transform on a message fragment. |
||
xslt-groovy |
An illustration of how Smooks can be used to combine Groovy scripting with XSLT to perform an Order message transform, simplifying the XSLT and maintaining its portability across XSLT Processors. |
||
javabean-populator |
An illustration of how Smooks can be used to extract data from an XML message, and use the data to populate an Object graph. It also shows how this Object graph is then accessible outside Smooks via the ExecutionContext. |
||
javabean-templating |
Performing XSLT and StringTemplate templating using Smooks. |
||
csv-to-xml |
An example of how to configure Smooks to process a non-XML stream (CSV). |
||
edi-to-xml |
An example of how to configure Smooks to process a non-XML stream (EDI). |
||
edi-to-java |
An example of how to configure Smooks to process a non-XML stream (EDI) and bind the data from that stream into Java Business Objects (Javabeans). |
||
profiling |
An simple example of how Smooks can be used to "profile" a set of messages, and so share transformation/analysis configurations across a message set. |
Labels