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 cd39ec4dbd Merge branch 'develop' of gremlin/lti-demo-cmr into master 4 tahun lalu
src a3a79f5be5 Added more comments and made some interfaces more generic 4 tahun lalu
.gitignore a3a59d43e2 Initial Command+Message->dispatcher->response implementation 4 tahun lalu
README.md 3594e13e10 Initial commit 4 tahun lalu
pom.xml a3a59d43e2 Initial Command+Message->dispatcher->response implementation 4 tahun lalu

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