Here we can post some file that are related to forum discussions.
Download to ParentContext.zip
for a sample program illustating the use of parent and child contexts.
Download ThirdPartyLibExample.zip
for a sample program showing how you can bundle create your own '3rd party library' that can be configured using Spring. Refer to the forum for discussion.
Download environmentvariablepostprocessor.cs
for a quick-n-dirty implementation that will replace tokens such as
in the configuration file with the corresponding environment variables. Will be refactored to remove duplicate code with PropertyPlaceHolderConfiguer.
NOTE this is now supported inside of PropertyPlaceHolderConfigurer explicitly. See reference documentation for more informatoin
Download MovieFinderRefactored.zip
for a modified movie finder example that refers to movie finder implementations taken from libraries from .dlls and not the main application .exe
Download circularreferenceobjectpostprocessor.cs
to declaratively wire up object that have circular dependencies.
Download AopMultipleAssembly.zip
for a sample demonstrating this scenario.
Download RemotingUsingWebServer.zip
for a sample demonstrating this scenario.
Download Spring.NHibernate.Integration.Tests.zip
for a sample demonstrating this scenario.
Download WSE2Integration.zip
for a sample demonstrating this scenario.
Download SpringSample.zip
for a sample demonstrating this scenario.
Download SimpleWindowsService.zip
for a sample demonstrating this scenario.
Download Spring.AopQuickStart.ProxyingThis.zip
for a sample demonstrating this scenario.
Download Spring.Examples.SoapHeader.rar
for a sample demonstrating this scenario.
Download NUnitTesting.zip
for a sample solution using NUnit 2.4.6.