Added Boxfuse

This commit is contained in:
Axel Fontaine
2016-02-24 00:29:42 +01:00
parent 4e17f50ca1
commit f8d6049d78

View File

@ -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.*