You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Declarative transaction management via use of common XML configuration and attributes across different transaction APIs
21
+
* Declarative transaction management via use of common XML configuration and attributes across different transaction
22
+
APIs
23
23
* ADO.NET framework
24
-
* Simplifies use of ADO.NET. DAO support classes and integration with Spring's declarative transaction management functionality
24
+
* Simplifies use of ADO.NET. DAO support classes and integration with Spring's declarative transaction management
25
+
functionality
25
26
* Portable Service Abstractions
26
-
* Export plain .NET objects via .NET Remoting, Web Service or .NET Serviced Component and create client side proxies based on endpoint URL and service interface.
27
+
* Export plain .NET objects via .NET Remoting, Web Service or .NET Serviced Component and create client side proxies
28
+
based on endpoint URL and service interface.
27
29
* NHibernate Integation
28
-
* NHibernate 5 integration to simplify use of NHibernate and participate in Spring's declarative transaction management functionality.
30
+
* NHibernate 5 integration to simplify use of NHibernate and participate in Spring's declarative transaction
31
+
management functionality.
29
32
* ASP.NET AJAX Integration
30
33
* Exporter to expose plain object on which Dependency Injection and AOP have been applied to JavaScript.
31
34
* NUnit and MSTest integration
32
-
* Provides Dependency Injection of test cases and Spring container loading and caching. . Data access and transaction management features aid with integration testing.
35
+
* Provides Dependency Injection of test cases and Spring container loading and caching. . Data access and
36
+
transaction management features aid with integration testing.
33
37
* WCF integration
34
38
* Provides Dependency Injection and applicatin of AOP advice to WCF services
35
39
* Quartz integration
36
40
* Configure Quartz jobs using dependency injection and Spring's transactional support to persist job details
37
41
* MSMQ integration
38
-
* Simplifies the use MSMQ by providing helper classes for message sending and receiving. Integrates with Spring's transaction management features.
42
+
* Simplifies the use MSMQ by providing helper classes for message sending and receiving. Integrates with Spring's
43
+
transaction management features.
39
44
* NMS integration
40
45
* Simplifies the use of NMS by providing helper classes for message sending and receiving.
41
46
* TIBCO EMS integration
42
47
* Simplifies the use of TIBCO EMS by providing helper classes for message sending and receiving.
43
48
* NVelocity integration
44
49
* Simplifies the use of configuring NVelocity
45
50
46
-
Spring.NET is a port of the Java based Spring Framework. In turn, the Java/J2EE Spring Framework is based on code published in "Expert One-on-One J2EE Design and Development" by Rod Johnson (Wrox, 2002).
51
+
Spring.NET is a port of the Java based Spring Framework. In turn, the Java/J2EE Spring Framework is based on code
52
+
published in "Expert One-on-One J2EE Design and Development" by Rod Johnson (Wrox, 2002).
47
53
48
54
## SUPPORTED .NET FRAMEWORK VERSIONS
49
55
@@ -64,7 +70,7 @@ Release contents:
64
70
*`doc` contains reference documentation, MSDN-style API help, and the Spring.NET xsd.
65
71
*`examples` contains sample applications.
66
72
*`build-support` contains additonal applications need to build using NAnt as some convenience
67
-
VS.NET solution files.
73
+
VS.NET solution files.
68
74
*`dev-support` contains 'developer support' tools and code, such as solution templates for VS.NET
69
75
70
76
debug build is done using /DEBUG:full and release build using /DEBUG:pdbonly flags.
@@ -75,74 +81,89 @@ Latest info is available at the public website: http://www.springframework.net/
75
81
76
82
The Spring Framework is released under the terms of the Apache Software License (see license.txt).
77
83
78
-
79
84
## DISTRIBUTION DLLs
80
85
81
-
The "bin" directory contains the following distinct dll files for use in applications. Dependencies are those other than on the .NET BCL.
86
+
The "bin" directory contains the following distinct dll files for use in applications. Dependencies are those other than
[Parameter("Configuration to build - Default is 'Debug' (local) or 'Release' (server)")]readonlyConfigurationConfiguration=IsLocalBuild?Configuration.Debug:Configuration.Release;
32
33
33
-
[Parameter("Configuration to build - Default is 'Debug' (local) or 'Release' (server)")]
0 commit comments