Tag Archives: quick start

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

Java Quick Start – Deploying a portlet to Apache Pluto with Maven

In this quick start we use Maven and a few plugins to streamline deploying a very simple Java portlet to Apache Pluto 2. Continue reading

Java Quick Start – Marshalling a class to XML with JAXB

Want to use JAXB to convert a plain Java class to and from XML without an associated XSD? In this quick start we work through how to do it. Continue reading

Java Quick Start – JAX-WS code-first web services with CXF and Spring

In this quick start we work through creating and deploying a minimal JAX-WS code-first web service to a Java webapp container using Apache CXF and Spring. Continue reading