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 b24b0acbc5 Merge branch 'feature/picker' of gremlin/lti-demo-cmr into develop 3 år sedan
src 7c9fb323d1 Now have full deep-link flow 3 år sedan
.gitignore a3a59d43e2 Initial Command+Message->dispatcher->response implementation 3 år sedan
README.md 3594e13e10 Initial commit 3 år sedan
pom.xml 7c9fb323d1 Now have full deep-link flow 3 år sedan

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