Quantcast
Viewing latest article 12
Browse Latest Browse All 58

Dropwizard Tools

Image may be NSFW.
Clik here to view.
Date Created: 
Sat, 2016-03-05 08:58
Date Updated: 
Fri, 2021-01-15 10:10
Tasktop Technologies

Eclipse Tools to ease the development of Dropwizard applications. The following tools are included and described in more detail below:

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.


Viewing latest article 12
Browse Latest Browse All 58

Trending Articles