Automation Rhapsody
Posts with tag: Dropwizard
Run multiple machines in a single Vagrant file
How to run multiple machines on Vagrant described in a single Vagrantfile.
Jun 10, 2017
Run Dropwizard Java application on Vagrant
How to run Dropwizard or any other Java application on Vagrant.
Jun 8, 2017
Build a Dropwizard project with Gradle
Code examples how to create Dropwizard project with Gradle.
Jun 5, 2017
Run Dropwizard application in Docker with templated configuration using environment variables
How to run Dropwizard application inside a Docker container with configuration template file which later gets replaced by environment variables.
Apr 19, 2017
Implement secure API authentication over HTTP with Dropwizard
Reference implementation on suggested in "How to implement secure REST API authentication over HTTP" post authentication mechanism.
Jul 8, 2016
JPS alternative for Dropwizard - Servlet with Apache Velocity template engine
How to create a web application with Dropwizard with Servlet and Apache Velocity template engine since JSP is not supported.
Aug 5, 2015
REST performance problems with Dropwizard and Jersey JAXB provider
Dropwizard's performance highly degrades when using REST with XML caused by Jersey's Abstract JAXB provider. Solution is to inject your own JAXB provider.
Jul 28, 2015
Build a RESTful stub server with Dropwizard
How to make a RESTful server that can be used for stub during testing.
Apr 7, 2015