Author: tfennelly
Date: 2010-10-24 16:22:38 -0400 (Sun, 24 Oct 2010)
New Revision: 26017
Added:
trunk/documentation/whatsnew/smooks/images/Smooks_direct-mapping.png
trunk/documentation/whatsnew/smooks/smooks-news-1.2.0.beta1.html
Log:
Added N&N for Smooks.
Added: trunk/documentation/whatsnew/smooks/images/Smooks_direct-mapping.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/smooks/images/Smooks_direct-mapping.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/smooks/smooks-news-1.2.0.beta1.html
===================================================================
--- trunk/documentation/whatsnew/smooks/smooks-news-1.2.0.beta1.html
(rev 0)
+++ trunk/documentation/whatsnew/smooks/smooks-news-1.2.0.beta1.html 2010-10-24 20:22:38
UTC (rev 26017)
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css" />
+<title>Smooks tools 1.1.0.M4 What's New</title>
+</head>
+<body>
+<h1>Smooks tools 1.2.0.beta1 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main
Index</a></p>
+
+
+<table border="0" cellpadding="10" cellspacing="0"
width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>Smooks Configuration Editor</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a
name="itemname1" id="itemname1"></a><b>Direct Source to
Target Templating</b></td>
+ <td valign="top">
+ <p>Added support for transforming directly from a source message (XML, EDI, Java,
CSV etc) to a target (XML or CSV)
+ without requiring an intermediate Java Mapping Model.</p>
+
+ <img src="images/Smooks_direct-mapping.png">
+
+ <p>
+ The last version of this plugin required an intermediate Java Mapping Model in
situations
+ where the user simply wanted to apply a templating transformation e.g.
XML-<i>A</i> to XML-<i>B</i>. This
+ is no longer a requirement. The user can now apply a template drectly to the input
data
+ model.
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
+
+