Update of /cvsroot/springnet/Spring.Net/doc/reference/src
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv8484/doc/reference/src
Modified Files:
aop-aspect-library.xml index.xml
Log Message:
update docs with dates/links
update readme/changelog
fix 1.1 solution/projects
Index: index.xml
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/doc/reference/src/index.xml,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** index.xml 10 Oct 2007 03:03:28 -0000 1.74
--- index.xml 11 Oct 2007 16:05:50 -0000 1.75
***************
*** 54,61 ****
<title>The Spring.NET Framework</title>
<subtitle>Reference Documentation</subtitle>
! <!--
! <releaseinfo>Version 1.1 RC1</releaseinfo>
! -->
! <pubdate>Last Updated October 9, 2007</pubdate>
<authorgroup>
<author>
--- 54,59 ----
<title>The Spring.NET Framework</title>
<subtitle>Reference Documentation</subtitle>
! <releaseinfo>Version 1.1 RC2</releaseinfo>
! <pubdate>Last Updated October 15, 2007</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.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** aop-aspect-library.xml 11 Oct 2007 06:02:13 -0000 1.7
--- aop-aspect-library.xml 11 Oct 2007 16:05:49 -0000 1.8
***************
*** 208,215 ****
</object></programlisting>
! <para>in this example an ObjectNameAutoProxyCreator was used to apply this
! the cache aspect to objects that have Dao in their name,</para>
!
! <para></para>
</sect1>
--- 208,215 ----
</object></programlisting>
! <para>in this example an <classname>ObjectNameAutoProxyCreator</classname>
! was used to apply this the cache aspect to objects that have Dao in their
! name. The AspNetCache setting for TimetoLive will override the TimeToLive
! value set on the method level via the attribute.</para>
</sect1>
***************
*** 433,437 ****
</sect1>
! <sect1>
<title>Logging</title>
--- 433,437 ----
</sect1>
! <sect1 id="logging-aspect">
<title>Logging</title>
***************
*** 506,510 ****
<para>As an example of the Logging advice's output, adding the advice to
! the method </para>
<programlisting>public int Bark(string message, int[] luckyNumbers)
--- 506,510 ----
<para>As an example of the Logging advice's output, adding the advice to
! the method</para>
<programlisting>public int Bark(string message, int[] luckyNumbers)
***************
*** 526,530 ****
</sect1>
! <sect1>
<title>Retry</title>
--- 526,530 ----
</sect1>
! <sect1 id="retry-aspect">
<title>Retry</title>
***************
*** 619,623 ****
</sect1>
! <sect1>
<title>Transactions</title>
--- 619,623 ----
</sect1>
! <sect1 id="tx-aspect">
<title>Transactions</title>
|