Update of /cvsroot/springnet/Spring.Net/examples/Spring/Spring.WebQuickStart/src/Spring.WebQuickStart.2005
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12311
Modified Files:
Default.aspx
Log Message:
improved WebQuickStart examples
fixed SPRNET-344
fixed SPRNET-696
fixed SPRNET-706
Index: Default.aspx
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/examples/Spring/Spring.WebQuickStart/src/Spring.WebQuickStart.2005/Default.aspx,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Default.aspx 4 Dec 2006 00:08:35 -0000 1.1
--- Default.aspx 23 Aug 2007 10:37:38 -0000 1.2
***************
*** 37,41 ****
to everyone who prefers to learn by example.
</p>
! <h3>Dependency Injection</h3>
<p>
Samples in this category show you how to inject dependencies into your web pages
--- 37,41 ----
to everyone who prefers to learn by example.
</p>
! <h3><a href="DI/Default.aspx">Dependency Injection</a></h3>
<p>
Samples in this category show you how to inject dependencies into your web pages
***************
*** 45,49 ****
your application into components using hierarchical web contexts.
</p>
! <h3>Bi-directional Data Binding</h3>
<p>
By studying samples in this category, you will learn how to declaratively define
--- 45,49 ----
your application into components using hierarchical web contexts.
</p>
! <h3><a href="DataBinding/Default.aspx">Bi-directional Data Binding</a></h3>
<p>
By studying samples in this category, you will learn how to declaratively define
|