Skip to content

Commit cb3ab87

Browse files
author
Axel Fontaine
committed
Removed new category deployment
1 parent f8d6049 commit cb3ab87

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ A curated list of awesome Java frameworks, libraries and software.
2020
- [Database](#database)
2121
- [Date and Time](#date-and-time)
2222
- [Dependency Injection](#dependency-injection)
23-
- [Deployment](#deployment)
2423
- [Development](#development)
2524
- [Distributed Applications](#distributed-applications)
2625
- [Distributed Databases](#distributed-databases)
@@ -239,12 +238,6 @@ A curated list of awesome Java frameworks, libraries and software.
239238
* [Guice](https://github.com/google/guice) - Lightweight but powerful framework that completes Dagger.
240239
* [HK2](https://hk2.java.net) - Light-weight and dynamic dependency injection framework.
241240

242-
## Deployment
243-
244-
*Tools that deploy applications.*
245-
246-
* [Boxfuse](https://boxfuse.com) - Deployment of JVM application to AWS using the principles of Immutable Infrastructure.
247-
248241
## Development
249242

250243
*Augmentation of the development process at a fundamental level.*
@@ -289,6 +282,7 @@ A curated list of awesome Java frameworks, libraries and software.
289282
*Tools which handle the distribution of applications in native formats.*
290283

291284
* [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.
285+
* [Boxfuse](https://boxfuse.com) - Deployment of JVM application to AWS using the principles of Immutable Infrastructure.
292286
* [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.
293287
* [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.
294288
* [IzPack](http://izpack.org/) - Setup authoring tool for cross-platform deployments.

0 commit comments

Comments
 (0)