Tag Archives: REST

The most important thing when picking HTTP status codes

Every couple of months I’m in a meeting where a couple of developers start arguing about which HTTP status codes to use in their RESTful API, or where they decide to not use HTTP status codes at all and instead … Continue reading

Posted in Opinion, Services | Tagged , , , | Leave a comment

Playing with Play Framework 2.3.x: REST, pipelines, and Scala

It’s an established trend in the modern software world that if you want to get something done, you’ll probably need to put together a web service to get do it. People expect data and services to be available everywhere, in a mobile world. With the plethora of frameworks and technologies available to go about implementing a web service, it becomes a chore to try using anything beyond what’s already familiar. But every now and then it’s an enjoyable experience to dive into something new and distinctly unfamiliar. Continue reading

Posted in Web | Tagged , , , , , , , , | 1 Comment

Spring Data REST and Projections

Introduction In recent years, Spring has become much more than just a dependancy injection container and an MVC web application framework. Nowadays, it’s the go-to for building enterprise solutions due to the fact it has a fantastic community built up around it, and it has a … Continue reading

Posted in Opinion | Tagged , , , , , , , , , | 11 Comments