Last change
on this file since 4695 was
4598,
checked in by cneumuel, 14 years ago
|
worked on implementation new data layer and server components (#1233)
|
File size:
740 bytes
|
Rev | Line | |
---|
[4598] | 1 | HeuristicLab.Hive
|
---|
| 2 | // general plugin, which needs to be included when working with hive
|
---|
| 3 | # IJob.cs
|
---|
| 4 |
|
---|
| 5 | HeuristicLab.Clients.Hive
|
---|
| 6 | + ServiceClients
|
---|
| 7 | # HiveClient.cs // abstracts all the service calls
|
---|
| 8 | # HiveExperiment.cs
|
---|
| 9 |
|
---|
| 10 | HeuristicLab.Clients.Hive.Views
|
---|
| 11 | # HiveExperimentView.cs
|
---|
| 12 |
|
---|
| 13 | HeuristicLab.Clients.Hive.Slave
|
---|
| 14 | // all the slave logic
|
---|
| 15 | # Slave
|
---|
| 16 |
|
---|
| 17 | HeuristicLab.Clients.Hive.Slave.Views
|
---|
| 18 | + WindowsService
|
---|
| 19 | + HL.Application
|
---|
| 20 |
|
---|
| 21 | HeuristicLab.Services.Hive
|
---|
| 22 | // This is hive server, it implements the service
|
---|
| 23 |
|
---|
| 24 |
|
---|
| 25 | HeuristicLab.Services.Hive.Common
|
---|
| 26 | // Common plugin also referenced by the client
|
---|
| 27 | + ServiceContracts
|
---|
| 28 | # IHiveService.cs
|
---|
| 29 | + DataTransfer
|
---|
| 30 |
|
---|
| 31 | HeuristicLab.Services.Hive.DataAccess
|
---|
| 32 | // defines LinqToSql mapping |
---|
Note: See
TracBrowser
for help on using the repository browser.