Changeset 734

Show
Ignore:
Timestamp:
06/14/07 10:43:29 (1 year ago)
Author:
mikey
Message:

added an example for the request broker

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/docroot/index.php

    r705 r734  
    8181        </ul> 
    8282      </li> 
     83      <li> 
     84        Request handling 
     85        <ul> 
     86          <li> 
     87            <a href="request/broker.php">Using the request broker</a> (<a href="showsource.php?group=request&example=broker">show PHP source</a>) 
     88          </li> 
     89        </ul> 
     90      </li> 
    8391      <li>Event handling<ul><li><a href="events/">Simple example</a></li><li><a href="events/queue.php">Queued events</a></li></ul></li> 
    8492      <li> 
  • trunk/src/main/php/net/stubbles/ipo/request/broker/stubRequestBroker.php

    r731 r734  
    1616                      'net.stubbles.ipo.request.broker.annotations.stubStringFilterAnnotation', 
    1717                      'net.stubbles.ipo.request.broker.annotations.stubTextFilterAnnotation', 
     18                      'net.stubbles.reflection.stubReflectionClass', 
    1819                      'net.stubbles.util.exceptions.stubIllegalArgumentException' 
    1920);