jezell / iserviceoriented

iserviceoriented / Readme.txt
51cb9914 » jezell 2008-12-04 1 I'm now working on the Neuron team at Neudesic. Feel free to use this code however you want.
2
3 ------------------------------------
4
124bb40e » jezell 2008-10-09 Move tests to NUnit, refact... 5 Projects
6 ------------------------------------
7
8 IServiceOriented.ServiceBus - Core functionality
9 IServiceOriented.ServiceBus.UnitTests - Unit tests for core project
10 IServiceOriented.ServiceBus.Scripting - Experimental DLR support
11 IServiceOriented.ServiceBus.Scripting.UnitTests - Tests for DLR support
12 IServiceOriented.ServiceBus.ConsoleUtility - Command line utility for setup tasks
13 IServiceOriented.ServiceBus.Samples.Chat - Simple chat server sample
14
15 Required Libraries
16 -------------------------------------
17 Runtime - Microsoft Common Service Locator 1.0
18 http://www.codeplex.com/CommonServiceLocator
19
20 Unit Tests - NUnit 2.4.8.0
21 http://www.nunit.org
22
23 DLR - IronPython 2.0 Beta 5
24 http://www.codeplex.com/IronPython
25
26 Contact
27 -------------------------------------
28 Jesse Ezell
29 jezell@gmail.com
30
31