Changes between Version 2 and Version 3 of RpDynamicCreation


Ignore:
Timestamp:
Sep 30, 2010, 1:17:34 PM (14 years ago)
Author:
harald.kornmayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RpDynamicCreation

    v2 v3  
    11= Dynamic Resource Creation =
    2 The Resource Creation Interface is provided by the Resource Host in order to enable the dynamic creation of new Sensei Resources. The Resource Creation interface provide currently one method called "''deployResource''" with a ResourceDescriptionTemplate and a set of parameters as arguments. The SENSEI specification is technology agnostic, so the ResourceHost with an RCI can use various technologies.
     2The Resource Creation Interface is provided by the Resource Host in order to enable the dynamic creation of new Sensei Resources. The Resource Creation interface provide currently one method called "''deployResource''" with a Resource Description Template and a set of parameters as arguments. The SENSEI specification is technology agnostic, so the Resource Host with an RCI can use various technologies.
    33
    44== Demonstrator ==
    55
    6 The demonstrator of the RCI is based on OSGi technology, namely the Equinox runtime. The services are realized with the Restlet framework and can be access using the RESTLET patterns. The OSGi runtime plus the Restlet framework represent the ResourceHost. A REST interface for the RCI is available. With a POST message to the interface, new Resources can be deployed. In our example we create a new "Averager" Resource dynamically.
     6The demonstrator of the RCI is based on OSGi technology, namely the Equinox runtime. The services are realized with the Restlet framework and can be access using the RESTLET patterns. The OSGi runtime plus the Restlet framework represent the Resource Host. A REST interface for the RCI is available. With a POST message to the interface, new Resources can be deployed. In our example we create a new "Averager" Resource dynamically.
    77
    88=== The Resource Host and the RCI ===
    99
    10  1. Download one of the following versions:
     10 1. Download one of the following versions of the Resource Host:
     11   1. Linux (gtk.x86)
     12   1. Windows (win32.x86)
     13   1. MacOS (cocoa.ppc) 
     14 1. Unzip the content
     15 1. Change to the directory ResourceHost
     16   + Perhaps change the permission of the executable
     17 1. run the executable RCIResourceHost
     18
     19
     20 2.