Tag Archives: rest services

Scala Quick Start – Making Dropwizard configuration more Scala friendly

Travel very far with Dropwizard and Scala and you’ll eventually encounter a few obstacles. Here’s a solution to one of them, generating Scala collections when processing the configuration file Continue reading

Scala Quick Start – Developing a microservice with Dropwizard

You can make your Dropwizard microservices even more micro if you switch to Scala Continue reading

Java Quick Start – JAX-RS RESTful services with CXF and TomCat

JAX-RS makes it pretty straightforward to build RESTful services in Java. In this quick start we create a simple-as-possible example with a little help from CXF and TomCat Continue reading