diff --git a/doc/reference/src/index.xml b/doc/reference/src/index.xml index 2bc10c7b..58244363 100644 --- a/doc/reference/src/index.xml +++ b/doc/reference/src/index.xml @@ -64,8 +64,8 @@ The Spring.NET Framework Reference Documentation - Version 1.3.0 RC1 - Last Updated August 3, 2009 (Latest documentation) + Version 1.3.0 + Last Updated December 15, 2009 (Latest documentation) Mark @@ -348,6 +348,7 @@ &messaging; + &messaging-ems; &msmq; &scheduling; &templating; diff --git a/doc/reference/src/objects.xml b/doc/reference/src/objects.xml index 9f6b8d4b..70dbd57c 100644 --- a/doc/reference/src/objects.xml +++ b/doc/reference/src/objects.xml @@ -35,10 +35,10 @@ The Spring.Core assembly is the basis for Spring.NET's IoC container. The IObjectFactory + ns6:href="http://www.springframework.net/doc-latest/api/net-2.0/html/Spring.Objects.Factory.IObjectFactory.html">IObjectFactory interface provides an advanced configuration mechanism capable of managing any type of object. IApplicationContext + ns6:href="http://www.springframework.net/doc-latest/api/net-2.0/html/Spring.Context.IApplicationContext.html">IApplicationContext is a sub-interface of IObjectFactory. It adds easier integration with Spring.NET's Aspect Oriented Programming (AOP) features, message resource handling (for use in internationalization), event @@ -235,7 +235,7 @@ In the previous example the configuration resources are assumed to be located in the bin\Debug directory. You can use Spring's IResource + ns6:href="http://www.springframework.net/doc-latest/api/net-2.0/html/Spring.Core.IO.IResource.html">IResource abstraction to load resources from other locations. The following example shows how to create an IoC container @@ -246,7 +246,7 @@ "file:///services.xml", "assembly://MyAssembly/MyDataAccess/data-access.xml"); The above example uses Spring.NET's IResource + ns6:href="http://www.springframework.net/doc-latest/api/net-2.0/html/Spring.Core.IO.IResource.html">IResource abstraction. The IResource interface provides a simple and uniform interface to a wide array of IO resources that can represent themselves as System.IO.Stream. @@ -254,7 +254,7 @@ After you learn about Spring's IoC container, you may want to know more about Spring's IResource + ns6:href="http://www.springframework.net/doc-latest/api/net-2.0/html/Spring.Core.IO.IResource.html">IResource abstraction to load metadata from other locations as desribed below and alsoin the chapter