- Revision
- 781
- Author
- mauro
- Date
- 2008-08-21 05:14:53 -0500 (Thu, 21 Aug 2008)
Log Message
Updated documentation.
Modified Paths
- trunk/waffle-distribution/src/site/content/binding.html
- trunk/waffle-distribution/src/site/content/download.html
Diff
Modified: trunk/waffle-distribution/src/site/content/binding.html (780 => 781)
--- trunk/waffle-distribution/src/site/content/binding.html 2008-08-21 10:06:01 UTC (rev 780) +++ trunk/waffle-distribution/src/site/content/binding.html 2008-08-21 10:14:53 UTC (rev 781) @@ -161,16 +161,22 @@ <tr class="b"> <td align="left"><a href="" </td> - <td align="left">Converts CSV Number values with configurable error message using the injectable <code>NumberFormat</code> instance, + <td align="left">Converts CSV Number values to Lists with configurable error message using the injectable <code>NumberFormat</code> instance, which defaults to <code>NumberFormat.getInstance()</code>. </td> </tr> <tr class="b"> <td align="left"><a href="" </td> - <td align="left">Converts CSV String values with configurable error messages. + <td align="left">Converts CSV String values to Lists with configurable error messages. </td> </tr> + <tr class="b"> + <td align="left"><a href="" + </td> + <td align="left">Converts Properties-like String=Numbers values to Maps with configurable error messages. + </td> + </tr> </tbody> </table>
Modified: trunk/waffle-distribution/src/site/content/download.html (780 => 781)
--- trunk/waffle-distribution/src/site/content/download.html 2008-08-21 10:06:01 UTC (rev 780) +++ trunk/waffle-distribution/src/site/content/download.html 2008-08-21 10:14:53 UTC (rev 781) @@ -12,6 +12,7 @@ The stable releases of Waffle can be found on the <a href="" <ul> + <li><a href="" bin distribution</a> (xx Aug 2008)</li> <li><a href="" bin distribution</a> (7 May 2008)</li> <li><a href="" bin distribution</a> (19 January 2008)</li> </ul> @@ -37,9 +38,10 @@ <version>[version]</version> </dependency> </textarea> - specifying the desired module and version. Currently, Waffle comprises of five Java modules: + specifying the desired module and version. Currently, Waffle comprises of six Java modules: <ul> <li><a href="" + <li><a href="" <li><a href="" <li><a href="" <li><a href="" @@ -49,7 +51,7 @@ the core dependency if using mock and/or taglib. </p> <p> - Additionally, the waffle-resources module contains non-Java resources such as _javascript_, which + Additionally, the waffle-resources module contains non-Java resources, such as _javascript_ and FTL, which can be included in the webapp via the maven-dependency-plugin:unpack goal. </p> <div class="clear">
To unsubscribe from this list please visit:
