Skip to content

Meeting 20 jun 2012

loudej edited this page Jun 26, 2012 · 5 revisions

Wednesday 20th, 11am Pacific, 7pm London

Agenda

Standardize exception handling

  • Consider adding optional Exception to write callback.
  • Merge AppDelegate's result and fault callbacks with optional Exception on result

Additional response properties

Adding IDictionary to response info

Unify Request and Response representation

Treat headers/body parameters same in both directions

For examples of these options see gist

https://gist.github.com/2920089

IAppBuilder interface

Consider naming this IPipeline?

Minutes

  • Additional response properties make sense

  • In the options from the gist, C and D make the most sense

  • Trying C, with a fallback to D if problems with value-types become obvious

  • There is no strong opinion between IAppBuilder and IPipeline

  • IPipeline slightly better, all things being equal

  • IPipeline may also conflict with some fwk interfaces, OpenRasta in particular may have one

  • Will be left as IAppBuilder, as all things equal, it is less likely to conflict