Update of /cvsroot/springnet/Spring.Net/doc/reference/src
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9469
Modified Files:
aop-aspect-library.xml index.xml
Log Message:
misc doc improvements
Index: index.xml
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/doc/reference/src/index.xml,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** index.xml 3 Apr 2008 06:03:10 -0000 1.82
--- index.xml 4 Apr 2008 15:18:18 -0000 1.83
***************
*** 53,58 ****
<title>The Spring.NET Framework</title>
<subtitle>Reference Documentation</subtitle>
! <releaseinfo>Version 1.1</releaseinfo>
! <pubdate>Last Updated February 25, 2008</pubdate>
<authorgroup>
<author>
--- 53,58 ----
<title>The Spring.NET Framework</title>
<subtitle>Reference Documentation</subtitle>
! <releaseinfo>Version 1.1.1</releaseinfo>
! <pubdate>Last Updated April 4, 2008</pubdate>
<authorgroup>
<author>
Index: aop-aspect-library.xml
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/doc/reference/src/aop-aspect-library.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** aop-aspect-library.xml 4 Apr 2008 14:59:28 -0000 1.13
--- aop-aspect-library.xml 4 Apr 2008 15:18:18 -0000 1.14
***************
*** 665,669 ****
</sect1>
! <sect1>
<title>Parameter Validation</title>
--- 665,669 ----
</sect1>
! <sect1 id="parameter-validation">
<title>Parameter Validation</title>
***************
*** 679,683 ****
the service layer, in order to be proactive in case non UI-based clients
invoke the service layer. Validation rules completely different from those
! used in the UI layer may be used on the server side. </para>
<para>To address some of the common needs for validation on the server
--- 679,683 ----
the service layer, in order to be proactive in case non UI-based clients
invoke the service layer. Validation rules completely different from those
! used in the UI layer may be used on the server side.</para>
<para>To address some of the common needs for validation on the server
***************
*** 729,733 ****
<classname>ValidationException</classname> is thrown and you can retrieve
errors information from its property <literal>ValidationErrors</literal>.
! See the SDK documentation for details. </para>
</sect1>
</chapter>
\ No newline at end of file
--- 729,733 ----
<classname>ValidationException</classname> is thrown and you can retrieve
errors information from its property <literal>ValidationErrors</literal>.
! See the SDK documentation for details.</para>
</sect1>
</chapter>
\ No newline at end of file
|