Quantcast
Channel: SOA Development
Viewing all articles
Browse latest Browse all 58

Dropwizard Tools

$
0
0
Date Created: 
Sat, 2016-03-05 08:58
Date Updated: 
Mon, 2016-03-07 11:41

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 all articles
Browse latest Browse all 58

Trending Articles