Update of /cvsroot/springnet/Spring.Net/doc/reference/src
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6974
Modified Files:
overview.xml
Log Message:
added a section on quickstarts to the overview
Index: overview.xml
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/doc/reference/src/overview.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** overview.xml 20 Oct 2006 23:57:00 -0000 1.18
--- overview.xml 27 Nov 2007 21:10:42 -0000 1.19
***************
*** 70,74 ****
Dependency Injection (DI) principle. If you need a decent insight into IoC
and DI, please do refer to the article :
! http://martinfowler.com/articles/injection.html. </para>
</sect1>
--- 70,74 ----
Dependency Injection (DI) principle. If you need a decent insight into IoC
and DI, please do refer to the article :
! http://martinfowler.com/articles/injection.html.</para>
</sect1>
***************
*** 147,157 ****
<sect1>
<title>License Information</title>
<para>Spring.NET is licensed according to the terms of the Apache License,
Version 2.0. The full text of this license are available online at
! http://www.apache.org/licenses/LICENSE-2.0 . You can also
! view the full text of the license in the license.txt file located in the
! root installation directory.</para>
</sect1>
--- 147,167 ----
<sect1>
+ <title>Quickstart applications</title>
+
+ <para>There are several sample applications that are described in the
+ <xref linkend="quickstarts" /> section. if you are already familiar with
+ the concepts of dependency injection, AOP, or have experience using the
+ Java version of the Spring framework you may find jumping into the
+ examples a better way to bootstrap the learning processing process.</para>
+ </sect1>
+
+ <sect1>
<title>License Information</title>
<para>Spring.NET is licensed according to the terms of the Apache License,
Version 2.0. The full text of this license are available online at
! http://www.apache.org/licenses/LICENSE-2.0 . You can also view the full
! text of the license in the license.txt file located in the root
! installation directory.</para>
</sect1>
***************
*** 159,165 ****
<title>Support</title>
! <para>Training and Support are available through <ulink url="http://www.interface21.com">Interface21</ulink> in addition
! to mailing lists and fourms you can find on the main <ulink url="http://www.springframework.net">Spring.NET</ulink>
! website.</para>
</sect1>
</chapter>
\ No newline at end of file
--- 169,176 ----
<title>Support</title>
! <para>Training and Support are available through <ulink
! url="http://www.interface21.com">Interface21</ulink> in addition to
! mailing lists and fourms you can find on the main <ulink
! url="http://www.springframework.net">Spring.NET</ulink> website.</para>
</sect1>
</chapter>
\ No newline at end of file
|