Categories
Tech

SpringEmberTodo

I’ve been learning Ember.js for a project at work which also uses SpringMVC. So after working through the Getting Started tutorial in which you build the popular TodoMVC web app, I thought it would be a good exercise for me to combine the two things together.

That turned out to be just as I thought, because I had to wrestle with a bunch of different things to make it work. Not that it was particularly difficult, it was just one of those things that you have to do once and then after that you see why it’s actually easy.

Anyhow, for all of that, I decided to share the final result here on github. Enjoy!