Author: gvanmatre
Date: Fri Dec 29 09:55:28 2006
New Revision: 491062
URL: http://svn.apache.org/viewvc?view=rev&rev=491062
Log:
Added a few paragraphs on Clay Improvements. SHALE-380
Modified:
shale/framework/trunk/src/site/resources/docs/release-notes-1.0.4.html
Modified: shale/framework/trunk/src/site/resources/docs/release-notes-1.0.4.html
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/src/site/resources/docs/release-notes-1.0.4.html?view=diff&rev=491062&r1=491061&r2=491062
==============================================================================
--- shale/framework/trunk/src/site/resources/docs/release-notes-1.0.4.html
(original)
+++ shale/framework/trunk/src/site/resources/docs/release-notes-1.0.4.html Fri
Dec 29 09:55:28 2006
@@ -234,8 +234,22 @@
to build unit tests, using the Test Framework, that cater to JSF 1.2
APIs.</p>
- <p><strong>Clay Improvements</strong> - FIXME ... identify the
- highlights of what has improved.</p>
+ <p><strong>Clay Improvements</strong> - As part of the framework
refactoring,
+ we reduced inner shale-clay dependencies to just the shale-core module
thereby
+ providing servlet 2.3 compatibility.
+ <br/><br/>
+ There were several enhancements made to the Clay non-validating markup
parser.
+ Clay markup template namespace support was extended to allow a prefix that
+ differs from the component's definition. In addition, we added a Clay
template
+ directive and a global setting to specify the template encoding. We also
added
+ limited support for handing reuse of JSPX tags.
+ <br/><br/>
+ Furthermore, we added JSF 1.2 basic support for Clay managed views. The
basic
+ support covers some new ground into supporting new features such as the
binding
+ attribute for converters, validators and listeners. This support doesn't
have
+ direct 1.2 dependencies; meaning it is compatible with 1.1 features. As a
result,
+ not all of the 1.2 component attributes and bindings are natively
supported.
+ </p>
<h4>3.3 Bugfix Issues</h4>