Changes between Version 4 and Version 5 of BluePrint/Messaging/Parsing


Ignore:
Timestamp:
03/13/12 17:42:54 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Messaging/Parsing

    v4 v5  
    1616== Parsing ==
    1717If we need to have complex parsing, then we can make use of [wiki:pyparsing pyparsing]
    18 * wiki/BluePrint/Messaging#Parser
     18* [wiki:BluePrint/Messaging#Parser Parser]
    1919
     20== Routing ==
     21We want to be able to direct the message to the appropriate module to handle the data.
     22
     23This could be done either by launching a real REST request or else simulating one via the APT.
    2024
    2125== Use Cases ==