lti-demo is predominantly builder based ...

api->actionbuilder->build->response

there is another approach which is message-response
pattern and this lti tool demo project does that.

api->messagebuilder->dispatch->response

gremlin 6627ea38da Basic implementation using message->command dispatcher pattern há 4 anos atrás
src 6627ea38da Basic implementation using message->command dispatcher pattern há 4 anos atrás
.gitignore 3594e13e10 Initial commit há 4 anos atrás
README.md 3594e13e10 Initial commit há 4 anos atrás

README.md

lti-demo-cmr

lti-demo is predominantly builder based ...

api->actionbuilder->build->response

there is another approach which is message-response pattern and this lti tool demo project does that.

api->messagebuilder->dispatch->response