Last change
on this file since 3063 was
3011,
checked in by kgrading, 15 years ago
|
changed the complete DAL to LINQ 2 SQL (with the exception of the job streaming), did a lot of refactoring, Introduced DTOs (that are named DTOs for better understanding), added the spring.NET Interceptor, reintroduced transactions and cleaned up the whole JobResult thing and updated a part of the config merger (#830)
|
File size:
362 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
2 | <configuration>
|
---|
3 | <configSections>
|
---|
4 | <sectionGroup name="spring">
|
---|
5 | <section name="context" type="Spring.Context.Support.ContextHandler, Spring.Core"/>
|
---|
6 | <section name="objects" type="Spring.Context.Support.DefaultSectionHandler, Spring.Core"/>
|
---|
7 | </sectionGroup>
|
---|
8 | </configSections>
|
---|
9 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.