From d58aa61871c967ca2d25050f6a733df5621263e9 Mon Sep 17 00:00:00 2001 From: akullpp Date: Wed, 16 Jul 2014 22:05:38 +0200 Subject: [PATCH] Update README.md Added Distribution topic. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0037232..91e97e8 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ - [Dependency Injection](#dependency-injection) - [Development](#development) - [Distributed Applications](#distributed-applications) + - [Distribution](#distribution) - [GUI](#gui) - [Game Development](#game-development) - [High Performance](#high-performance) @@ -111,6 +112,13 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ * [JGroups](http://www.jgroups.org/) - Toolkit for reliable messaging and creating clusters whose nodes can send messages to each other. * [Apache ZooKeeper](http://zookeeper.apache.org/) - Coordination service with distributed configuration, synchronization, and naming registry for large distributed systems. +## Distribution + +*Tools which handle the distribution of Java applications in native formats.* + +* [Launch4j](http://launch4j.sourceforge.net/) - Wraps JARs in lightweight and native Windows executables. +* [packr](https://github.com/libgdx/packr#packr) - Packs your JAR, assets and JVM for native distribution on Windows, Linux and Mac OS X. + ## GUI *Libraries to create modern graphical user interfaces.*