Changes between Version 1 and Version 2 of FeddReferenceGuide


Ignore:
Timestamp:
Jun 12, 2014 3:49:03 PM (10 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddReferenceGuide

    v1 v2  
    33This page collects the detailed reference material about the federation system.
    44
     5[[TOC()]]
     6
     7== User Information ==
    58
    69* [FeddCommands Commands] including the `fedd` command
    710* [FeddConfig Configuration files] for `fedd`
    811  * [FeddDatabases Databases ] that control the `fedd`
    9   * [FeddDesktop Desktop controller] configuration
     12* [FeddDesktop Desktop controller] configuration
     13* [DesktopExoGeni Using the desktop controller in ExoGENI]
     14* [FeddAuthorizationArchitecture Authorization Architecture]
    1015* [FeddReleaseNotes Release Notes]
    1116
     17== Developer Information ==
    1218
     19* TopDL - One of DETER's experiment layout languages
     20  * [TopDl The TopDL language definition]
     21  * [TopdlLibrary A python library for TopDL manipulation]
     22
     23
     24* [FeddPluginArchitecture The plug-in architecture] (building new access controllers)
     25 * [FeddPluginCalls The Interfaces a Plugin Supports]
     26 * [FeddSkelPlugin A skeleton plug-in (and how to test plug-ins)]
     27 * [FeddPluggingIn Loading dynamic plug-ins into fedd ]
     28
     29* [FeddInfoOperation The info/operations architecture]
     30
     31* [FeddMulti Using federation for Multi-party experiments]
     32
     33== Code and Interfaces ==
     34
     35* [source:fedd Source]
     36
     37* WSDL Interface descriptions
     38  * [source:wsdl/fedd_types.xsd Data types]
     39  * [source:wsdl/fedd.wsdl Interfaces]
     40  * [source:wsdl/fedd_internal.wsdl Internal Interfaces]
     41  * [SoapToPython Converting SOAP to python representations]