You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -239,12 +238,6 @@ A curated list of awesome Java frameworks, libraries and software.
239
238
*[Guice](https://github.com/google/guice) - Lightweight but powerful framework that completes Dagger.
240
239
*[HK2](https://hk2.java.net) - Light-weight and dynamic dependency injection framework.
241
240
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
-
248
241
## Development
249
242
250
243
*Augmentation of the development process at a fundamental level.*
@@ -289,6 +282,7 @@ A curated list of awesome Java frameworks, libraries and software.
289
282
*Tools which handle the distribution of applications in native formats.*
290
283
291
284
*[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.
292
286
*[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.
293
287
*[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.
294
288
*[IzPack](http://izpack.org/) - Setup authoring tool for cross-platform deployments.
0 commit comments