diff --git a/README.md b/README.md index 5556890..ce8f7a8 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ 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) @@ -238,6 +239,12 @@ 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.*