Implement a bare bones parser for Celerity blueprints so the runtime can load a blueprint to extract information about the kind of application it should run and about the message and request handlers.
This should not carry out the in depth validation of blueprints that the Blueprint Framework does, this should only parse and include minimal validation specific to the needs of the runtime.
Implement a bare bones parser for Celerity blueprints so the runtime can load a blueprint to extract information about the kind of application it should run and about the message and request handlers. This should not carry out the in depth validation of blueprints that the Blueprint Framework does, this should only parse and include minimal validation specific to the needs of the runtime.