I have a source which emits Tin Can API statements and where I can provide endpoint where to send these statements (it's a plugin for moodle).
I want to write a simple Java server which will be able to receive these statements. Authentication is not required now. Just receive and print them out, like http://tincanapi.com/public-lrs/ does.
Where do I start?