REST means Representational state transfer. Adding REST channel
for BTT runtime could support calling major BTT runtime artifacts
by standard HTTP methods.
Advantage- Simpler programming model for some consumers of web services
- Easier for “last leg” kinds of clients (browsers, mobile devices,
and so on)
- Re-use web development knowledge
- Provide industry standard interfaces to existing skilled developers
on BTT, lower BTT specific skills need, reduce learning effort