Removed new category deployment

This commit is contained in:
Axel Fontaine
2016-02-26 11:57:32 +01:00
parent f8d6049d78
commit cb3ab876c2

View File

@ -20,7 +20,6 @@ A curated list of awesome Java frameworks, libraries and software.
- [Database](#database) - [Database](#database)
- [Date and Time](#date-and-time) - [Date and Time](#date-and-time)
- [Dependency Injection](#dependency-injection) - [Dependency Injection](#dependency-injection)
- [Deployment](#deployment)
- [Development](#development) - [Development](#development)
- [Distributed Applications](#distributed-applications) - [Distributed Applications](#distributed-applications)
- [Distributed Databases](#distributed-databases) - [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. * [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. * [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 ## Development
*Augmentation of the development process at a fundamental level.* *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.* *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. * [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. * [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. * [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. * [IzPack](http://izpack.org/) - Setup authoring tool for cross-platform deployments.