Image may be NSFW.
Clik here to view.
Clik here to view.

Submitted by:
Date Created:
Sat, 2016-03-05 08:58
Date Updated:
Fri, 2021-01-15 10:10
Eclipse Tools to ease the development of Dropwizard applications. The following tools are included and described in more detail below:
- Dropwizard Application Launcher
- YAML Editor
Dropwizard Application Launcher
Dropwizard applications can be launched as plain Java applications. The drawback here is that each instance launched will use the same port and therefore new instances fail to start. The Dropwizard Application Launcher solves this and has the following features:
- Eliminate all running instances before starting a new one (no more "Port is already in use!")
- Define configuration file to use for the Dropwizard instance
- Choose the mode to launch e.g. server and check
- Select an Application class (must implement main method) and Run As... Dropwizard Application
YEdit
Some YAML is part of each Dropwizard application. The Dropwizard tools contain the awesome YEdit Plug-In to make YAML editing fun.