From cb3ab876c2134746fd8cade8e7716e23e92af742 Mon Sep 17 00:00:00 2001 From: Axel Fontaine Date: Fri, 26 Feb 2016 11:57:32 +0100 Subject: [PATCH] Removed new category deployment --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index ce8f7a8..548d7e6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ A curated list of awesome Java frameworks, libraries and software. - [Database](#database) - [Date and Time](#date-and-time) - [Dependency Injection](#dependency-injection) - - [Deployment](#deployment) - [Development](#development) - [Distributed Applications](#distributed-applications) - [Distributed Databases](#distributed-databases) @@ -239,12 +238,6 @@ A curated list of awesome Java frameworks, libraries and software. * [Guice](https://github.com/google/guice) - Lightweight but powerful framework that completes Dagger. * [HK2](https://hk2.java.net) - Light-weight and dynamic dependency injection framework. -## Deployment - -*Tools that deploy applications.* - -* [Boxfuse](https://boxfuse.com) - Deployment of JVM application to AWS using the principles of Immutable Infrastructure. - ## Development *Augmentation of the development process at a fundamental level.* @@ -289,6 +282,7 @@ A curated list of awesome Java frameworks, libraries and software. *Tools which handle the distribution of applications in native formats.* * [Bintray](https://bintray.com/) - Version control for binaries which handles the publishing. Can also be used with Maven or Gradle and has a free plan for open-source software or several business plans. +* [Boxfuse](https://boxfuse.com) - Deployment of JVM application to AWS using the principles of Immutable Infrastructure. * [Capsule](http://www.capsule.io/) - Simple and powerful packaging and deployment. A fat JAR on steroids or a "Docker for Java" that supports JVM-optimized containers. * [Central Repository](http://search.maven.org/) - Largest binary component repository available as a free service to the open-source community. Default used by Apache Maven and available in all other build tools. * [IzPack](http://izpack.org/) - Setup authoring tool for cross-platform deployments.