Changes between Version 4 and Version 5 of BluePrint/Messaging/Parsing
- Timestamp:
- 03/13/12 17:42:54 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Messaging/Parsing
v4 v5 16 16 == Parsing == 17 17 If we need to have complex parsing, then we can make use of [wiki:pyparsing pyparsing] 18 * wiki/BluePrint/Messaging#Parser18 * [wiki:BluePrint/Messaging#Parser Parser] 19 19 20 == Routing == 21 We want to be able to direct the message to the appropriate module to handle the data. 22 23 This could be done either by launching a real REST request or else simulating one via the APT. 20 24 21 25 == Use Cases ==