Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Tasktop/dropwizard-tools
Eclipse Tools for Dropwizard
https://github.com/Tasktop/dropwizard-tools
Last synced: about 2 months ago
JSON representation
Eclipse Tools for Dropwizard
- Host: GitHub
- URL: https://github.com/Tasktop/dropwizard-tools
- Owner: Tasktop
- License: other
- Created: 2016-02-01T10:22:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-07T17:52:05.000Z (almost 9 years ago)
- Last Synced: 2024-08-04T01:05:17.798Z (5 months ago)
- Language: Java
- Homepage: http://www.dropwizard.io
- Size: 1.59 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-dropwizard - dropwizard-tools - Eclipse Tools for Dropwizard (Editor Support / Eclipse)
README
# Eclipse Dropwizard Tools ![Logo](https://cloud.githubusercontent.com/assets/289648/12719167/c63235f6-c8f3-11e5-87e4-124451a26fdf.png) [![Drag to your running Eclipse workspace to install Dropwizard Tools](https://marketplace.eclipse.org/sites/all/themes/solstice/_themes/solstice_marketplace/public/images/btn-install.png)](http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=2755285) [ ![Codeship Status for Tasktop/dropwizard-tools](https://codeship.com/projects/90854c80-ab14-0133-943f-4a9cc2c4d260/status?branch=master)](https://codeship.com/projects/131204) [![License](http://img.shields.io/badge/license-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
Eclipse Tools to ease the development of [Dropwizard](http://www.dropwizard.io) applications. The following tools are included and described in more detail below:
* Dropwizard Application Launcher
* [YAML Editor](https://github.com/oyse/yedit)## Dropwizard Application Launcher
![Plugin](https://cloud.githubusercontent.com/assets/289648/13546886/24882a84-e2bc-11e5-970a-6e26cf375349.png)
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 ![Select](https://cloud.githubusercontent.com/assets/289648/12719099/4d55d020-c8f3-11e5-99e1-44747b136d5e.png)## YEdit
Some YAML is part of each Dropwizard application. The Dropwizard tools contain the awesome [YEdit](https://github.com/oyse/yedit) Plug-In to make YAML editing fun.## Installation
* Open the Eclipse help menu
* Click "Install New Software"
* Enter this URL: http://tasktop.github.io/dropwizard-tools/
* Select the Features you wish to install
* Click on "Finish", accept the license
* Enjoy the tools!## License
All code in this repository is published under terms of the [Apache 2.0 Software License](http://www.apache.org/licenses/LICENSE-2.0). The included binaries from YEdit are published under the terms of the [Eclipse Public License v1.0](https://www.eclipse.org/legal/epl-v10.html).