Skip to content

BotWorks 105: All problems can be solved with HashMaps and StringTemplates

Gary Anderson edited this page Nov 29, 2018 · 1 revision
  1. Meta-Programming
  • A guiding principle behind our Bot technology is to maximize the use of Meta-Programming, that is generating code artifacts automatically via standardized templates and data stored in our metadata repository.
  • A key technology used by the Bot implementation is StringTemplates (https://www.stringtemplate.org/). In order to implement and extend the technology for your use, you will need to become familar how we use StringTemplates to embed Business Logic in the Bot messages.