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 c386e83525 Merge branch 'feature/new-templates' of gremlin/lti-demo-cmr into develop пре 4 година
src b47a069708 More images пре 4 година
.gitignore a3a59d43e2 Initial Command+Message->dispatcher->response implementation пре 4 година
README.md 3594e13e10 Initial commit пре 4 година
pom.xml ecba6b9cfa Added JWKS Endpoint with key rotation пре 4 година

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