Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/19/13 08:46:01 (11 years ago)
Author:
fschoepp
Message:

#1888:

  • Experiments will be saved as JSON elements within the blob store.
  • Added simple model and JSON converters.
  • Backend stores and runs experiments.
  • Updated interfaces to save/read experiments.
  • Added a binding to automatically map incoming JSON ajax requests to experiment models.
  • Added the javascript DatatypeMapper to map parameter inputs to the right html elements and vice versa.
  • Added smartwizard to generate Wizards for creating new experiments (New.cshtml).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Clients.Hive/3.3/Util/PluginUtil.cs

    r7259 r9227  
    2727using System.ServiceModel;
    2828using HeuristicLab.PluginInfrastructure;
     29using System.Diagnostics;
    2930
    3031namespace HeuristicLab.Clients.Hive {
     
    103104          CollectPluginDependencies(plugins, plugin);
    104105        }
     106        else if (plugin == null && !type.FullName.StartsWith("System")) {
     107          Trace.WriteLine("No plugin available for: " + type.FullName);
     108        }
    105109      }
    106110    }
Note: See TracChangeset for help on using the changeset viewer.