A skeleton for building RESTful web services in Scala with Spring (and no XML!)
It’s quite frequent that I’ll need to stand up new web services. Most of the time when doing this I have turned to using Spring because it is really convenient for that sort of thing. Often this has meant copying an existing web service project and modifying it to become …