Removed new category deployment
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user