Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/12/10 10:57:21 (14 years ago)
Author:
kgrading
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Contracts/3.2/HeuristicLab.Hive.Contracts-3.2.csproj

    r2117 r3011  
    8787  <ItemGroup>
    8888    <Compile Include="ApplicationConstants.cs" />
    89     <Compile Include="BusinessObjects\CachedHivePluginInfo.cs" />
    90     <Compile Include="BusinessObjects\ClientGroup.cs" />
     89    <Compile Include="BusinessObjects\CachedHivePluginInfoDto.cs" />
     90    <Compile Include="BusinessObjects\ClientGroupDto.cs" />
     91    <Compile Include="BusinessObjects\ResourceDto.cs" />
    9192    <Compile Include="BusinessObjects\SerializedJob.cs" />
    92     <Compile Include="BusinessObjects\Project.cs" />
    93     <Compile Include="BusinessObjects\HivePluginInfo.cs" />
     93    <Compile Include="BusinessObjects\ProjectDto.cs" />
     94    <Compile Include="BusinessObjects\HivePluginInfoDto.cs" />
    9495    <Compile Include="BusinessObjects\HeartBeatData.cs" />
    95     <Compile Include="BusinessObjects\Job.cs" />
     96    <Compile Include="BusinessObjects\JobDto.cs" />
    9697    <Compile Include="BusinessObjects\JobResult.cs" />
    97     <Compile Include="BusinessObjects\Resource.cs" />
    9898    <Compile Include="BusinessObjects\SerializedJobResult.cs" />
    99     <Compile Include="BusinessObjects\UpTimeStatistics.cs" />
    100     <Compile Include="BusinessObjects\Client.cs" />
    101     <Compile Include="BusinessObjects\ClientConfig.cs" />
     99    <Compile Include="BusinessObjects\UpTimeStatisticsDto.cs" />
     100    <Compile Include="BusinessObjects\ClientDto.cs" />
     101    <Compile Include="BusinessObjects\ClientConfigDto.cs" />
    102102    <Compile Include="ResponseSerializedJob.cs" />
    103103    <Compile Include="MultiStream.cs" />
Note: See TracChangeset for help on using the changeset viewer.