Web Quickstarts
Introduction
Spring.NET provides integration with ASP.NET Web Forms and ASP.NET MVC versions 2 and 3. There are
quick start applications for both Web Forms and MVC. You can read more about Web Form integration in
, MVC2 in and MVC3 in .
The ASP.NET Web Form Quickstart solution provides basic 'Hello World' examples
for using a wide variety of Spring.Web features, staring with dependency injection for you
pages and user controls. You can use this solution as a starting
point and then move on to the SpringAir application that uses a wider
range of Spring.Web features. (See ). The documention inside the ASP.NET Web Form Quickstart solution and web application will guide you through each feature.
To follow the Web Form QuickStart load the solution file found in
the directory
<spring-install-dir>\examples\Spring\Spring.WebQuickStart
The ASP.NET MVC2 and MVC3 examples show how you can configure various MVC components using
the Spring Dependency Injection container.
To follow this MVC2 QuickStart load the solution file found in
the directory
<spring-install-dir>\examples\Spring\Spring.MvcQuickStart
To follow this MVC3 QuickStart load the solution file found in
the directory
<spring-install-dir>\examples\Spring\Spring.Mvc3QuickStart