From 388e318f000faffc3e2694f4a245ebf6628c41e5 Mon Sep 17 00:00:00 2001 From: Otis Gospodnetic Date: Mon, 10 Aug 2015 12:12:22 -0400 Subject: [PATCH 01/26] Added SPM under Monitoring Added SPM under Monitoring. It has nice Distributed Transaction Tracing for Java and Scala: https://sematext.atlassian.net/wiki/display/PUBSPM/Transaction+Tracing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ebbd69..5fb89ed 100644 --- a/README.md +++ b/README.md @@ -349,6 +349,7 @@ A curated list of awesome Java frameworks, libraries and software. * [AppDynamics](http://www.appdynamics.com/) - Commercial performance monitor. * [JavaMelody](https://github.com/javamelody/javamelody) - Open-source performance monitoring and profiling. * [New Relic](http://newrelic.com/) - Commercial performance monitor. +* [SPM](http://sematext.com/spm/) - Commercial performance monitor with distributing transaction tracing for JVM apps. * [Takipi](https://www.takipi.com/) - Commercial in-production error monitoring and debugging. ## Native From e2c36538213e3b8f801944d595b37c680b0150f2 Mon Sep 17 00:00:00 2001 From: gandrianakis Date: Thu, 13 Aug 2015 15:46:49 +0300 Subject: [PATCH 02/26] Added section on alternative JVM languages --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1ebbd69..39706ff 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Awesome Java](#awesome-java) + - [Alternative Programming Languages](#alternative-languages) - [Build Tool](#build-tool) - [Bytecode Manipulation](#bytecode-manipulation) - [Cluster Management](#cluster-management) @@ -59,6 +60,16 @@ A curated list of awesome Java frameworks, libraries and software. - [Websites](#websites) - [Contributing](#contributing) +## Alternative Programming Languages + +*Languages other than Java that can be used to write JVM applications* + +* [Scala](http://www.scala-lang.org/) - Statically typed programming language that fuses the object - oriented model and functional programming ideas. +* [Groovy](http://www.groovy-lang.org/) - Optionally typed and dynamic language, with static-typing and static compilation capabilities. +* [Closure](http://clojure.org/) - Dynamically typed programming language that can be seen as a modern take on Lisp. +* [Ceylon](http://ceylon-lang.org/) - Statically typed object - oriented language developed by RedHat. +* [Kotlin](http://kotlinlang.org/) - Statically typed programming language for the JVM, Android and the browser. + ## Build Tool *Tools which handle the buildcycle of an application.* From 9ac5d2293c7c9984da35b95194766827771eddea Mon Sep 17 00:00:00 2001 From: gandrianakis Date: Thu, 13 Aug 2015 15:49:26 +0300 Subject: [PATCH 03/26] Anchor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39706ff..b56ee82 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Awesome Java](#awesome-java) - - [Alternative Programming Languages](#alternative-languages) + - [Alternative Programming Languages](#alternative-programming-languages) - [Build Tool](#build-tool) - [Bytecode Manipulation](#bytecode-manipulation) - [Cluster Management](#cluster-management) From 0c76c0e39ae8280227ff7efaeb0d52e183622937 Mon Sep 17 00:00:00 2001 From: gandrianakis Date: Thu, 13 Aug 2015 15:50:37 +0300 Subject: [PATCH 04/26] Fixed Clojure typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b56ee82..7b21c02 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Scala](http://www.scala-lang.org/) - Statically typed programming language that fuses the object - oriented model and functional programming ideas. * [Groovy](http://www.groovy-lang.org/) - Optionally typed and dynamic language, with static-typing and static compilation capabilities. -* [Closure](http://clojure.org/) - Dynamically typed programming language that can be seen as a modern take on Lisp. +* [Clojure](http://clojure.org/) - Dynamically typed programming language that can be seen as a modern take on Lisp. * [Ceylon](http://ceylon-lang.org/) - Statically typed object - oriented language developed by RedHat. * [Kotlin](http://kotlinlang.org/) - Statically typed programming language for the JVM, Android and the browser. From 6b0ce6d75fe846b7423dc4b446b980d0993dd9fc Mon Sep 17 00:00:00 2001 From: Mateusz Gajewski Date: Thu, 13 Aug 2015 19:34:30 +0200 Subject: [PATCH 05/26] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ebbd69..a2b2926 100644 --- a/README.md +++ b/README.md @@ -325,6 +325,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache ActiveMQ](http://activemq.apache.org/) - Open-source message broker that implements JMS and converts synchronous to asynchronous communication. * [Apache Camel](http://camel.apache.org/) - Glues together different transport APIs via Enterprise Integration Patterns. * [Apache Kafka](http://kafka.apache.org/) - High-throughput distributed messaging system. +* [Hermes](http://hermes.allegro.tech) - Fast and reliable message broker built on top of Kafka * [JBoss HornetQ](http://hornetq.jboss.org/) - Clear, concise, modular and made to be embedded. * [JeroMQ](https://github.com/zeromq/jeromq) - Pure Java implementation of ZeroMQ. * [Smack](https://github.com/igniterealtime/Smack/) - A cross-platform [XMPP](http://en.wikipedia.org/wiki/XMPP) client library for Java and Android. From bd84521c33d744a1e32e2b7d6a1fcc48fa922fbf Mon Sep 17 00:00:00 2001 From: "Oliver B. Fischer" Date: Thu, 13 Aug 2015 21:28:32 +0200 Subject: [PATCH 06/26] Added jQAssistant to the list of code analysis tools. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ebbd69..ff94c99 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Checkstyle](http://checkstyle.sourceforge.net/) - Static analysis of coding conventions and standards. * [Error Prone](https://github.com/google/error-prone) - Catches common Java mistakes as compile-time errors. * [FindBugs](http://findbugs.sourceforge.net/) - Static analysis of bytecode to find potential bugs. +* [jQAssistant](http://jqassistant.org/) - Static code analysis with Neo4J based query language for Java and many different tools like Maven * [PMD](http://pmd.sourceforge.net/) - Source code analysis of bad coding practices. * [SonarQube](http://www.sonarqube.org/) - Integrates other analysis components via plugins and provides an overview of the metrics over time. From 99d93af89b0ab946758f8c6b5f417331b3057081 Mon Sep 17 00:00:00 2001 From: moru0011 Date: Fri, 14 Aug 2015 10:51:27 +0200 Subject: [PATCH 07/26] Update README.md added fst. In contradiction to other frameworks it is API compatible to JDK serialization, so can make use of existing readObject/writeObject etc. code. Still its in the same ballpark (if not faster) performance wise as similar libs. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ebbd69..79f367d 100644 --- a/README.md +++ b/README.md @@ -456,6 +456,7 @@ A curated list of awesome Java frameworks, libraries and software. * [FlatBuffers](https://github.com/google/flatbuffers) - Memory efficient serialization library that can access serialized data without unpacking and parsing it. * [Kryo](https://github.com/EsotericSoftware/kryo) - Fast and efficient object graph serialization framework. +* [FST](https://github.com/RuedigerMoeller/fast-serialization) - JDK compatible high performance object graph serialization * [MessagePack](https://github.com/msgpack/msgpack-java) - Efficient binary serialization format. ## Server From 8cef8412cf6db9d7bb63ded6ba9f5c99bd42214d Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Sat, 15 Aug 2015 12:20:11 +0200 Subject: [PATCH 08/26] Added CRaSH the shell for the JVM --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ebbd69..57406d8 100644 --- a/README.md +++ b/README.md @@ -511,6 +511,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache Commons](http://commons.apache.org/) - Provides different general purpose functions like configuration, validation, collections, file upload or XML processing. * [args4j](http://args4j.kohsuke.org/) - Command line arguments parser. +* [CRaSH](http://www.crashub.org) - The shell for the Java Platform. * [Gephi](https://github.com/gephi/gephi/) - A cross-platform for visualizing and manipulating large graph networks. * [Guava](https://github.com/google/guava) - Collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth. * [JADE](http://jade.tilab.com/) - Providers a framework and an environment to build and to debug multi-agent systems. From fe86f07a32ca34385af131865508086998ce6a74 Mon Sep 17 00:00:00 2001 From: "Oliver B. Fischer" Date: Mon, 17 Aug 2015 22:10:22 +0200 Subject: [PATCH 09/26] Added the dot to the end of the sentence. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff94c99..10a4e29 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Checkstyle](http://checkstyle.sourceforge.net/) - Static analysis of coding conventions and standards. * [Error Prone](https://github.com/google/error-prone) - Catches common Java mistakes as compile-time errors. * [FindBugs](http://findbugs.sourceforge.net/) - Static analysis of bytecode to find potential bugs. -* [jQAssistant](http://jqassistant.org/) - Static code analysis with Neo4J based query language for Java and many different tools like Maven +* [jQAssistant](http://jqassistant.org/) - Static code analysis with Neo4J based query language for Java and many different tools like Maven. * [PMD](http://pmd.sourceforge.net/) - Source code analysis of bad coding practices. * [SonarQube](http://www.sonarqube.org/) - Integrates other analysis components via plugins and provides an overview of the metrics over time. From 8877d9f9996cf9ecf3779798fb1fd6c05a4e028c Mon Sep 17 00:00:00 2001 From: Diego Date: Mon, 17 Aug 2015 19:00:35 -0300 Subject: [PATCH 10/26] Added Kamon under Monitoring --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 260ac2d..624b810 100644 --- a/README.md +++ b/README.md @@ -349,6 +349,7 @@ A curated list of awesome Java frameworks, libraries and software. * [AppDynamics](http://www.appdynamics.com/) - Commercial performance monitor. * [JavaMelody](https://github.com/javamelody/javamelody) - Open-source performance monitoring and profiling. +* [Kamon](http://www.kamon.io/) - Open-source tool for monitoring applications running on the JVM. * [New Relic](http://newrelic.com/) - Commercial performance monitor. * [Takipi](https://www.takipi.com/) - Commercial in-production error monitoring and debugging. From 06cf2753777a3d0f7f28f12727a3f92b86478f19 Mon Sep 17 00:00:00 2001 From: gandrianakis Date: Tue, 18 Aug 2015 15:03:03 +0300 Subject: [PATCH 11/26] Changed name Small changes to text --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7b21c02..fe493c4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ A curated list of awesome Java frameworks, libraries and software. - [Awesome Java](#awesome-java) - - [Alternative Programming Languages](#alternative-programming-languages) - [Build Tool](#build-tool) - [Bytecode Manipulation](#bytecode-manipulation) - [Cluster Management](#cluster-management) @@ -30,6 +29,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Imagery](#imagery) - [JSON](#json) - [JVM and JDK](#jvm-and-jdk) + - [Languages](#languages) - [Logging](#logging) - [Machine Learning](#machine-learning) - [Messaging](#messaging) @@ -60,16 +60,6 @@ A curated list of awesome Java frameworks, libraries and software. - [Websites](#websites) - [Contributing](#contributing) -## Alternative Programming Languages - -*Languages other than Java that can be used to write JVM applications* - -* [Scala](http://www.scala-lang.org/) - Statically typed programming language that fuses the object - oriented model and functional programming ideas. -* [Groovy](http://www.groovy-lang.org/) - Optionally typed and dynamic language, with static-typing and static compilation capabilities. -* [Clojure](http://clojure.org/) - Dynamically typed programming language that can be seen as a modern take on Lisp. -* [Ceylon](http://ceylon-lang.org/) - Statically typed object - oriented language developed by RedHat. -* [Kotlin](http://kotlinlang.org/) - Statically typed programming language for the JVM, Android and the browser. - ## Build Tool *Tools which handle the buildcycle of an application.* @@ -307,6 +297,16 @@ A curated list of awesome Java frameworks, libraries and software. * [JDK 9](https://jdk9.java.net/) - Early access releases of JDK 9. * [OpenJDK](http://openjdk.java.net/) - Open source implementation. +## Languages + +*Languages other than Java that can be used to write JVM applications* + +* [Scala](http://www.scala-lang.org/) - Statically typed programming language that fuses the object - oriented model and functional programming ideas. +* [Groovy](http://www.groovy-lang.org/) - Optionally typed and dynamic language, with static-typing and static compilation capabilities. Currently an incubating Apache project +* [Clojure](http://clojure.org/) - Dynamically typed programming language that can be seen as a modern take on Lisp. +* [Ceylon](http://ceylon-lang.org/) - Statically typed object-oriented language developed by RedHat. +* [Kotlin](http://kotlinlang.org/) - Statically typed programming language for the JVM, Android and the browser. Developed by JetBrains and currently approaching a first stable release + ## Logging *Libraries that log the behavior of an application.* From d062c9ebc7e2f23c6ebd1b3bcf605300fc175435 Mon Sep 17 00:00:00 2001 From: skybber Date: Thu, 20 Aug 2015 13:32:17 +0200 Subject: [PATCH 12/26] HotswapAgent added. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 260ac2d..23c9f09 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ A curated list of awesome Java frameworks, libraries and software. * [AspectJ](https://eclipse.org/aspectj/) - Seamless aspect-oriented programming extension. * [Auto](https://github.com/google/auto) - Collection of source code generators. * [DCEVM](http://dcevm.github.io/) - Modification of the JVM that allows unlimited redefinition of loaded classes at runtime. +* [HotswapAgent](https://github.com/HotswapProjects/HotswapAgent) - Java unlimited runtime class and resource redefinition. * [Immutables](http://immutables.github.io/) - Scala-like case classes in standard Java. * [JHipster](https://github.com/jhipster/generator-jhipster) - A [Yeoman](http://yeoman.io/) source code generator to create Java applications based on [Spring Boot](http://projects.spring.io/spring-boot/) and [AngularJS](https://angularjs.org/). * [JRebel](http://zeroturnaround.com/software/jrebel/) - Commercial software that instantly reloads code and configuration changes without redeploys. From e0977392d447a7a1e32404b3317c334be3b76bf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Sj=C3=B6gren?= Date: Fri, 21 Aug 2015 12:17:31 +0200 Subject: [PATCH 13/26] DeepDive --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 260ac2d..5615976 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache Hadoop](http://hadoop.apache.org/) - Open-source software framework for storage and large-scale processing of data-sets on clusters of commodity hardware. * [Apache Mahout](https://mahout.apache.org/) - Scalable algorithms focused on collaborative filtering, clustering and classification. * [Apache Spark](http://spark.apache.org/) - Open-source data analytics cluster computing framework. +* [DeepDive](http://deepdive.stanford.edu) - Create structured data from unstructured information and integrate into an existing database. * [H2O](http://0xdata.com/) - Analytics engine for statistics over big data. * [Weka](http://www.cs.waikato.ac.nz/ml/weka/) - Collection of algorithms for data mining tasks ranging from pre-processing to visualization. From 2030983edd3c5e7b1bbec685a2f723b15801d96d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Sj=C3=B6gren?= Date: Fri, 21 Aug 2015 12:20:19 +0200 Subject: [PATCH 14/26] Deeplearning4j --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5615976..aa2cd43 100644 --- a/README.md +++ b/README.md @@ -316,6 +316,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache Mahout](https://mahout.apache.org/) - Scalable algorithms focused on collaborative filtering, clustering and classification. * [Apache Spark](http://spark.apache.org/) - Open-source data analytics cluster computing framework. * [DeepDive](http://deepdive.stanford.edu) - Create structured data from unstructured information and integrate into an existing database. +* [Deeplearning4j](http://deeplearning4j.org/) - Distributed and multi-threaded deep learning library. * [H2O](http://0xdata.com/) - Analytics engine for statistics over big data. * [Weka](http://www.cs.waikato.ac.nz/ml/weka/) - Collection of algorithms for data mining tasks ranging from pre-processing to visualization. From 077f7c3ee7685acfa834eef76b4193f4865aafa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Sj=C3=B6gren?= Date: Fri, 21 Aug 2015 15:41:18 +0200 Subject: [PATCH 15/26] Agrona --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa2cd43..4447a26 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ A curated list of awesome Java frameworks, libraries and software. *Everything about high performance computation, from collections to specific libraries.* +* [Agrona](https://github.com/real-logic/Agrona) - Data structures and utility methods that are a common in high-performance applications. * [Disruptor](http://lmax-exchange.github.io/disruptor/) - Inter-thread messaging library. * [fastutil](http://fastutil.di.unimi.it/) - Fast and compact type-specific collections for Java. * [GS Collections](https://github.com/goldmansachs/gs-collections) - Collection framework inspired by Smalltalk. From 347b7807010eb47dbe90d2637bb45beb8ef4791e Mon Sep 17 00:00:00 2001 From: akullpp Date: Sun, 23 Aug 2015 19:44:25 +0200 Subject: [PATCH 16/26] Added Apache DeltaSpike --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4447a26..48fe4a4 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries that help to realize the [Inversion of Control](http://en.wikipedia.org/wiki/Inversion_of_control) paradigm.* +* [Apache DeltaSpike](https://deltaspike.apache.org/) - CDI extension framework. * [Dagger2](http://google.github.io/dagger/) - Compile-time injection framework without reflection. * [Guice](https://github.com/google/guice) - Lightweight but powerful framework that completes Dagger. * [HK2](https://hk2.java.net) - A light-weight and dynamic dependency injection framework. From 5e8088192aaf5c4767409fad8cba8a662374ee52 Mon Sep 17 00:00:00 2001 From: akullpp Date: Sun, 23 Aug 2015 19:49:25 +0200 Subject: [PATCH 17/26] Added owner --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4447a26..586fc0f 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries that provide external configuration.* * [config](https://github.com/typesafehub/config) - Configuration library for JVM languages. +* [owner](https://github.com/lviggiano/owner) - Reduces boilerplate of properties. ## Constraint Satisfaction Problem Solver From af377dec098fc74d7ef5713251fd71a1a70f2afa Mon Sep 17 00:00:00 2001 From: akullpp Date: Sun, 23 Aug 2015 20:53:44 +0200 Subject: [PATCH 18/26] Massive amount of refactoring --- README.md | 167 +++++++++++++++++++++++++++--------------------------- 1 file changed, 84 insertions(+), 83 deletions(-) diff --git a/README.md b/README.md index 4447a26..51f3fca 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Awesome Java](#awesome-java) - - [Build Tool](#build-tool) + - [Build](#build) - [Bytecode Manipulation](#bytecode-manipulation) - [Cluster Management](#cluster-management) - [Code Analysis](#code-analysis) @@ -59,12 +59,12 @@ A curated list of awesome Java frameworks, libraries and software. - [Websites](#websites) - [Contributing](#contributing) -## Build Tool +## Build -*Tools which handle the buildcycle of an application.* +*Tools which handle the buildcycle and dependencies of an application.* -* [Apache Maven](http://maven.apache.org/) - Declarative build and dependency management which favors convention over configuration. It's preferable to Apache Ant which uses a rather procedural approach and can be difficult to maintain. -* [Gradle](http://www.gradle.org/) - Incremental builds which are programmed via Groovy instead of declaring XML. Works well with Maven's dependency management and treats Ant scripts as first-class citizens. +* [Apache Maven](http://maven.apache.org/) - Declarative build and dependency management which favors convention over configuration. It might be preferable to Apache Ant which uses a rather procedural approach and can be difficult to maintain. +* [Gradle](http://www.gradle.org/) - Incremental builds which are programmed via Groovy instead of declaring XML. Works well with Maven's dependency management. ## Bytecode Manipulation @@ -89,7 +89,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Error Prone](https://github.com/google/error-prone) - Catches common Java mistakes as compile-time errors. * [FindBugs](http://findbugs.sourceforge.net/) - Static analysis of bytecode to find potential bugs. * [jQAssistant](http://jqassistant.org/) - Static code analysis with Neo4J based query language for Java and many different tools like Maven. -* [PMD](http://pmd.sourceforge.net/) - Source code analysis of bad coding practices. +* [PMD](http://pmd.sourceforge.net/) - Source code analysis for finding bad coding practices. * [SonarQube](http://www.sonarqube.org/) - Integrates other analysis components via plugins and provides an overview of the metrics over time. ## Compiler-compiler @@ -109,19 +109,20 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries that help on implementing optimization and satisfiability problems.* -* [Choco](http://choco-solver.org/) - An off-the-shelf constraint satisfaction problem solver, which uses constraint programming techniques to solve constraint satisfaction problems. -* [JaCoP](https://github.com/radsz/jacop/) - A constraint programming solver that includes an interface for the [FlatZinc language](https://www.minizinc.org/downloads/doc-1.6/flatzinc-spec.pdf), enabling it to execute [MiniZinc](http://www.minizinc.org/) models. +* [Choco](http://choco-solver.org/) - An off-the-shelf constraint satisfaction problem solver, which uses constraint programming techniques. +* [JaCoP](https://github.com/radsz/jacop/) - Includes an interface for the FlatZinc language, enabling it to execute MiniZinc models. * [OptaPlanner](http://www.optaplanner.org/) - A business planning and resource scheduling optimization solver. -* [Sat4J](http://www.sat4j.org/) - A state-of-the-art SAT solver for boolean and optimization problems in Java. +* [Sat4J](http://www.sat4j.org/) - A state-of-the-art SAT solver for boolean and optimization problems. ## Continuous Integration *Tools which support continuously building, testing and releasing applications.* -* [Bamboo](https://www.atlassian.com/software/bamboo) - Atlassian's solution with good integration of other products. You can either apply for an Open Source license or buy it. +* [Bamboo](https://www.atlassian.com/software/bamboo) - Atlassian's solution with good integration of their other products. You can either apply for an Open Source license or buy it. * [CircleCI](https://circleci.com/) - Hosted service with a free trial. * [Codeship](https://www.codeship.io/features) - Hosted services with a limited free plan. -* [Go](http://www.thoughtworks.com/products/go-continuous-delivery) - ThoughtWork's CI open source solution. +* [fabric8](http://fabric8.io/) - Integration platform for Java containers. +* [Go](http://www.thoughtworks.com/products/go-continuous-delivery) - ThoughtWork's open source solution. * [Jenkins](http://jenkins-ci.org/) - Provides server-based deployment services. * [TeamCity](http://www.jetbrains.com/teamcity/) - JetBrain's CI solution with a free version. * [Travis](https://travis-ci.org) - Hosted service often used for open source projects. @@ -137,8 +138,8 @@ A curated list of awesome Java frameworks, libraries and software. *Everything which simplifies interactions with the database.* * [Apache Phoenix](http://phoenix.apache.org/) - High performance relational database layer over HBase for low latency applications. -* [Crate](https://crate.io/) - A distributed data store that implements data synchronization, sharding, scaling, and replication. In addition, it provides a SQL-based syntax to execute queries across a cluster. -* [Flyway](http://flywaydb.org/) - Simple database migration with Java API. +* [Crate](https://crate.io/) - Distributed data store that implements data synchronization, sharding, scaling, and replication. In addition, it provides a SQL-based syntax to execute queries across a cluster. +* [Flyway](http://flywaydb.org/) - Simple database migration tool. * [H2](http://h2database.com/) - Small SQL Database notable for its in-memory functionality. * [HikariCP](https://github.com/brettwooldridge/HikariCP) - High performance JDBC connection pool. * [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC. @@ -150,8 +151,10 @@ A curated list of awesome Java frameworks, libraries and software. ## Data structures +*Efficient and specific data structures.* + * [Apache Parquet](https://parquet.incubator.apache.org/) - A columnar storage format based on assembly algorithms from the Dremel paper by Google. -* [Protobuf](https://github.com/google/protobuf) - Protocol Buffers - Google's data interchange format. +* [Protobuf](https://github.com/google/protobuf) - Google's data interchange format. * [SBE](https://github.com/real-logic/simple-binary-encoding) - Simple Binary Encoding, one of the fastest message formats around. * [Wire](https://github.com/square/wire) - Clean, lightweight protocol buffers for Android and Java. @@ -174,15 +177,15 @@ A curated list of awesome Java frameworks, libraries and software. *Augmentation of the development process at a fundamental level.* -* [ADT4J](https://github.com/sviperll/adt4j) - Algebraic Data Types for Java (JSR-269 code generator). +* [ADT4J](https://github.com/sviperll/adt4j) - JSR-269 code generator for algebraic data types. * [AspectJ](https://eclipse.org/aspectj/) - Seamless aspect-oriented programming extension. * [Auto](https://github.com/google/auto) - Collection of source code generators. * [DCEVM](http://dcevm.github.io/) - Modification of the JVM that allows unlimited redefinition of loaded classes at runtime. * [Immutables](http://immutables.github.io/) - Scala-like case classes in standard Java. -* [JHipster](https://github.com/jhipster/generator-jhipster) - A [Yeoman](http://yeoman.io/) source code generator to create Java applications based on [Spring Boot](http://projects.spring.io/spring-boot/) and [AngularJS](https://angularjs.org/). +* [JHipster](https://github.com/jhipster/generator-jhipster) - A Yeoman source code generator to create Java applications based on Spring Boot and AngularJS. * [JRebel](http://zeroturnaround.com/software/jrebel/) - Commercial software that instantly reloads code and configuration changes without redeploys. * [Lombok](http://projectlombok.org/) - Code-generator which aims to reduce the verbosity of Java. -* [Spring Loaded](https://github.com/spring-projects/spring-loaded) - Another class reloading agent for the JVM. +* [Spring Loaded](https://github.com/spring-projects/spring-loaded) - Class reloading agent for the JVM. * [vert.x](http://vertx.io/) - Polyglot event-driven application framework for the JVM. ## Distributed Applications @@ -190,33 +193,33 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries and frameworks for writing distributed and fault-tolerant applications.* * [Akka](http://akka.io) - Toolkit and runtime for building concurrent, distributed, and fault tolerant event-driven applications. -* [Apache Storm](http://storm.incubator.apache.org/) - Distributed realtime computation system. +* [Apache Storm](http://storm.incubator.apache.org/) - Realtime computation system. * [Apache ZooKeeper](http://zookeeper.apache.org/) - Coordination service with distributed configuration, synchronization, and naming registry for large distributed systems. -* [Hazelcast](http://hazelcast.org/) - Distributed and highly scalable in-memory datagrid. -* [Hystrix](https://github.com/Netflix/Hystrix) - Latency and Fault Tolerance for Distributed Systems. -* [JGroups](http://www.jgroups.org/) - Toolkit for reliable messaging and creating clusters whose nodes can send messages to each other. -* [Orbit](http://orbit.bioware.com/) - Virtual Actors, adding another level of abstraction to traditional Actors. +* [Hazelcast](http://hazelcast.org/) - Highly scalable in-memory datagrid. +* [Hystrix](https://github.com/Netflix/Hystrix) - Provides latency and fault tolerance. +* [JGroups](http://www.jgroups.org/) - Toolkit for reliable messaging and creating clusters. +* [Orbit](http://orbit.bioware.com/) - Virtual Actors, adding another level of abstraction to traditional actors. * [Quasar](http://www.paralleluniverse.co/quasar/) - Lightweight threads and actors for the JVM. ## Distributed Databases *Databases in a distributed system that appear to applications as a single data source.* -* [Apache Cassandra](http://cassandra.apache.org) - Apache Cassandra is a distributed column-oriented database providing high availability with no single point of failure. -* [Apache HBase](http://hbase.apache.org) - Apache HBase is the Hadoop database, a distributed, scalable, big data store. -* [Infinispan](http://infinispan.org/) - Distributed and highly concurrent key/value datastore used for caching. +* [Apache Cassandra](http://cassandra.apache.org) - Column-oriented and providing high availability with no single point of failure. +* [Apache HBase](http://hbase.apache.org) - Hadoop database for big data. +* [Infinispan](http://infinispan.org/) - Highly concurrent key/value datastore used for caching. ## Distribution *Tools which handle the distribution of Java 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. -* [Central Repository](http://search.maven.org/) - Largest binary component repository available as [a free service to the open source community](http://central.sonatype.org). Default used by Apache Maven and available in all other build tools. +* [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. +* [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. * [JitPack](https://jitpack.io/) - Easy to use package repository for GitHub. Builds Maven/Gradle projects on demand and publishes ready-to-use packages. * [Launch4j](http://launch4j.sourceforge.net/) - Wraps JARs in lightweight and native Windows executables. * [Nexus](http://www.sonatype.com/nexus) - Binary management with proxy and caching capabilities. -* [packr](https://github.com/libgdx/packr/) - Packs your JAR, assets and JVM for native distribution on Windows, Linux and Mac OS X. +* [packr](https://github.com/libgdx/packr/) - Packs JARs, assets and the JVM for native distribution on Windows, Linux and Mac OS X. ## Document Processing @@ -230,10 +233,10 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries that facilitate functional programming in Java.* -* [Cyclops](https://github.com/aol/cyclops) - Monad and stream utils, comprehensions, pattern matching, trampolines, etc for Java 8. -* [Fugue](https://bitbucket.org/atlassian/fugue) - Functional extensions to Guava and Java 8. -* [Functional Java](http://www.functionaljava.org) - Implements numerous basic and advanced programming abstractions that assist composition oriented development. -* [Javaslang](http://javaslang.com) - Functional component library built for Java 8+ that provides persistent data types and functional control structures. +* [Cyclops](https://github.com/aol/cyclops) - Monad and stream utilities, comprehensions, pattern matching, trampolines and much more. +* [Fugue](https://bitbucket.org/atlassian/fugue) - Functional extensions to Guava and Java. +* [Functional Java](http://www.functionaljava.org) - Implements numerous basic and advanced programming abstractions that assist composition-oriented development. +* [Javaslang](http://javaslang.com) - Functional component library that provides persistent data types and functional control structures. * [jOOλ](https://github.com/jOOQ/jOOL) - An extension to Java 8 which aims to fix gaps in lambda, providing numerous missing types and a rich set of sequential Stream API additions. ## Game Development @@ -255,7 +258,7 @@ A curated list of awesome Java frameworks, libraries and software. *Everything about high performance computation, from collections to specific libraries.* -* [Agrona](https://github.com/real-logic/Agrona) - Data structures and utility methods that are a common in high-performance applications. +* [Agrona](https://github.com/real-logic/Agrona) - Data structures and utility methods that are common in high-performance applications. * [Disruptor](http://lmax-exchange.github.io/disruptor/) - Inter-thread messaging library. * [fastutil](http://fastutil.di.unimi.it/) - Fast and compact type-specific collections for Java. * [GS Collections](https://github.com/goldmansachs/gs-collections) - Collection framework inspired by Smalltalk. @@ -271,13 +274,13 @@ A curated list of awesome Java frameworks, libraries and software. * [Eclipse](http://www.eclipse.org/) - Established, open-souce project with support for lots of plugins and languages. * [IntelliJ IDEA](http://www.jetbrains.com/idea/) - Supports a lot of JVM languages and provides good options for Android development. The commercial edition targets the enterprise sector. -* [NetBeans](https://netbeans.org/) - Provides integration for several Java SE and EE features starting with database access and servers to HTML5 and AngularJS. +* [NetBeans](https://netbeans.org/) - Provides integration for several Java SE and EE features from database access to HTML5. ## Imagery *Libraries that assist with the creation, evaluation or manipulation of graphical images.* -* [Imgscalr](https://github.com/thebuzzmedia/imgscalr) - Imgscalr is an very simple and efficient (hardware accelerated) image-scaling library implemented in pure Java 2D. +* [Imgscalr](https://github.com/thebuzzmedia/imgscalr) - Simple and efficient hardware-accelerated image-scaling library implemented in pure Java 2D. * [Picasso](http://square.github.io/picasso/) - Image downloading and caching library for Android. * [Thumbnailator](https://code.google.com/p/thumbnailator) - Thumbnailator is a high-quality thumbnail generation library for Java. * [ZXing](https://github.com/zxing/zxing) - Multi-format 1D/2D barcode image processing library. @@ -286,7 +289,7 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries that simplify JSON processing.* -* [Genson](http://owlike.github.io/genson) - Powerful and easy to use Java and Scala to JSON conversion library. +* [Genson](http://owlike.github.io/genson) - Powerful and easy to use Java/Scala to JSON conversion library. * [Gson](https://github.com/google/gson) - Serializes Java objects to JSON and vice versa. Good performance with on-the-fly usage. * [Jackson](http://wiki.fasterxml.com/JacksonHome) - Similar to GSON but has performance gains if you need to instantiate the library more often. * [LoganSquare](https://github.com/bluelinelabs/LoganSquare) - JSON parsing and serializing library based on Jackson's streaming API. Outpeforms GSON & Jackson's library. @@ -302,28 +305,29 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries that log the behavior of an application.* -* [Apache Log4j 2](http://logging.apache.org/log4j/) - Complete rewrite of the previous version. Now has a powerful plugin and configuration architecture. +* [Apache Log4j 2](http://logging.apache.org/log4j/) - Complete rewrite with a powerful plugin and configuration architecture. * [kibana](http://www.elasticsearch.org/overview/kibana/) - Analyzes and visualizes log files. -* [Logback](http://logback.qos.ch/) - Founded by the same developer as Log4j and proves to be a robust logging library with interesting configuration options via Groovy. +* [Logback](http://logback.qos.ch/) - Robust logging library with interesting configuration options via Groovy. * [logstash](http://logstash.net/) - Tool for managing log files. +* [Metrics](http://metrics.codahale.com/) - Expose metrics via JMX or HTTP and can send them to a database. * [SLF4J](http://www.slf4j.org/) - Abstraction layer which is to be used with an implementation. ## Machine Learning -*Tools that provide specific statistical algorithms which allow to learn from data.* +*Tools that provide specific statistical algorithms which allow learning from data.* * [Apache Flink](https://flink.apache.org/) - Fast and reliable large-scale data processing engine. -* [Apache Hadoop](http://hadoop.apache.org/) - Open-source software framework for storage and large-scale processing of data-sets on clusters of commodity hardware. +* [Apache Hadoop](http://hadoop.apache.org/) - Storage and large-scale processing of data-sets on clusters of commodity hardware. * [Apache Mahout](https://mahout.apache.org/) - Scalable algorithms focused on collaborative filtering, clustering and classification. -* [Apache Spark](http://spark.apache.org/) - Open-source data analytics cluster computing framework. -* [DeepDive](http://deepdive.stanford.edu) - Create structured data from unstructured information and integrate into an existing database. +* [Apache Spark](http://spark.apache.org/) - Data analytics cluster computing framework. +* [DeepDive](http://deepdive.stanford.edu) - Creates structured information from unstructured data and integrates it into an existing database. * [Deeplearning4j](http://deeplearning4j.org/) - Distributed and multi-threaded deep learning library. * [H2O](http://0xdata.com/) - Analytics engine for statistics over big data. * [Weka](http://www.cs.waikato.ac.nz/ml/weka/) - Collection of algorithms for data mining tasks ranging from pre-processing to visualization. ## Messaging -*Tools that help on sending messages between clients to ensure protocol independency.* +*Tools that help to send messages between clients in order to ensure protocol independency.* * [Aeron](https://github.com/real-logic/Aeron) - Efficient reliable unicast and multicast message transport. * [Apache ActiveMQ](http://activemq.apache.org/) - Open-source message broker that implements JMS and converts synchronous to asynchronous communication. @@ -338,11 +342,9 @@ A curated list of awesome Java frameworks, libraries and software. *Everything else.* * [Design Patterns](https://github.com/iluwatar/java-design-patterns) - Implementation and explanation of the most common design patterns. -* [fabric8](http://fabric8.io/) - Integration platform for Java containers. * [Jimfs](https://github.com/google/jimfs) - In-memory file system. * [Lanterna](https://code.google.com/p/lanterna/) - Easy console text GUI library similar to curses. * [LightAdmin](http://lightadmin.org/) - Pluggable CRUD UI library for rapid application development. -* [Metrics](http://metrics.codahale.com/) - Create your own metrics or add them for supported frameworks, then expose them via JMX or HTTP, or send them to a database. * [OpenRefine](http://openrefine.org/) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases. * [RoboVM](http://www.robovm.org/) - Commercial framework with a free trial to write native iOS apps in Java. @@ -383,11 +385,11 @@ A curated list of awesome Java frameworks, libraries and software. *APIs which handle the persistence of objects.* -* [Ebean](http://ebean-orm.github.io/) - ORM Framework that provides fast data access and even faster coding. +* [Ebean](http://ebean-orm.github.io/) - Provides simple and fast data access. * [EclipseLink](https://www.eclipse.org/eclipselink/) - Supports a number of persistence standards: JPA, JAXB, JCA and SDO. * [Hibernate](http://hibernate.org/orm/) - Robust and widely used with an active community. -* [MyBatis](http://mybatis.github.io/mybatis-3/) - Persistence framework that couples objects with stored procedures or SQL statements. -* [OrmLite](http://ormlite.com/) - Lightweight ORM package avoiding the complexity and overhead of other ORM products. +* [MyBatis](http://mybatis.github.io/mybatis-3/) - Couples objects with stored procedures or SQL statements. +* [OrmLite](http://ormlite.com/) - Lightweight package avoiding the complexity and overhead of other ORM products. ## PDF @@ -397,14 +399,17 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache PDFBox](http://pdfbox.apache.org/) - Toolbox for creating and manipulating PDF. * [DynamicReports](http://dynamicreports.org/) - Simplifies JasperReports. * [flyingsaucer](https://github.com/flyingsaucerproject/flyingsaucer) - XML/XHTML and CSS 2.1 renderer in pure Java. -* [iText](http://itextpdf.com/) - Easy to use PDF library which creates PDF files programmatically but requires a license for commercial purposes. +* [iText](http://itextpdf.com/) - Creates PDF files programmatically but requires a license for commercial purposes. * [JasperReports](http://community.jaspersoft.com/project/jasperreports-library) - Complex reporting engine. ## Performance analysis -*Tools for performance optimization and dynamic program analysis.* +*Tools for performance analysis, profiling and benchmarking.* +* [jHiccup](http://github.com/giltene/jHiccup) - Logs and records platform JVM stalls. +* [JMH](http://openjdk.java.net/projects/code-tools/jmh/) - Microbenchmarking tool for the JVM. * [JProfiler](https://www.ej-technologies.com/products/jprofiler/overview.html) - Commercial Java profiler. +* [LatencyUtils](https://github.com/LatencyUtils/LatencyUtils) - Utilities for latency measurement and reporting. * [VisualVM](http://visualvm.java.net/) - Visual interface for detailed information about running applications. * [YourKit Java Profiler](https://www.yourkit.com/features/) - Commercial Java profiler. @@ -420,27 +425,29 @@ A curated list of awesome Java frameworks, libraries and software. *Frameworks specifically for creating RESTful services.* -* [Dropwizard](https://dropwizard.github.io/dropwizard/) - Opinionated framework for setting up modern web applications, includes Jetty, Jackson, Jersey and Metrics. +* [Dropwizard](https://dropwizard.github.io/dropwizard/) - Opinionated framework for setting up modern web applications with Jetty, Jackson, Jersey and Metrics. * [Feign](https://github.com/Netflix/feign) - Java to HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. * [Jersey](https://jersey.java.net/) - JAX-RS reference implementation. * [RESTEasy](http://resteasy.jboss.org/) - Fully certified and portable implementation of the JAX-RS specification. -* [RestExpress](https://github.com/RestExpress/RestExpress) - RestExpress is a thin wrapper on the JBOSS Netty HTTP stack to provide a simple and easy way to create RESTful services in Java that support massive Internet Scale and performance. -* [RestX](http://restx.io) - Opinionated framework based one annotation processor, providing support for REST endpoint, type safe DI, hot compile/reload, API doc, metrics, specs-oriented endpoint testing. -* [Retrofit](http://square.github.io/retrofit/) - A type-safe REST client for Java. -* [Spark](http://www.sparkjava.com/) - A Sinatra inspired framework for java. +* [RestExpress](https://github.com/RestExpress/RestExpress) - Thin wrapper on the JBOSS Netty HTTP stack to provide scaling and performance. +* [RestX](http://restx.io) - Framework based on annotation processing and compile-time source generation. +* [Retrofit](http://square.github.io/retrofit/) - Type-safe REST client. +* [Spark](http://www.sparkjava.com/) - Sinatra inspired framework for java. * [Swagger](https://helloreverb.com/developers/swagger) - Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services. ## Science *Libraries for scientific computing and analysis.* +* [JGraphT](https://github.com/jgrapht/jgrapht) - A graph library that provides mathematical graph-theory objects and algorithms. +* [JScience](http://jscience.org/) - Provides a set of classes to work with scientific measurements and units. * [SCaVis](http://jwork.org/scavis/) - Environment for scientific computation, data analysis and data visualization. ## Search *Engines which index documents for search and analysis.* -* [Apache Solr](http://lucene.apache.org/solr/) - Full enterprise search engine optimized for high volume traffic. +* [Apache Solr](http://lucene.apache.org/solr/) - Enterprise search engine optimized for high volume traffic. * [Elasticsearch](http://www.elasticsearch.org/) - Distributed, multitenant-capable full-text search engine with a RESTful web interface and schema-free JSON documents. ## Security @@ -450,9 +457,8 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache Shiro](http://shiro.apache.org/) - Performs authentication, authorization, cryptography and session management. * [Bouncy Castle](https://www.bouncycastle.org/java.html) - All-purpose cryptographic library. JCA provider, wide range of functions from basic helpers to PGP/SMIME operations. * [Cryptomator](http://cryptomator.org/) - Multiplatform transparent client-side encryption of files in the cloud. -* [Keycloak](http://keycloak.jboss.org/) - Integrated SSO and IDM for browser apps and RESTful web services. Currently in beta but looks very promising. -* [PicketLink](http://picketlink.org/) - PicketLink is an umbrella project for security and identity management for Java applications. -* [Spring Security](http://projects.spring.io/spring-security/) - Focuses on authentication/authorization and protects against several attack vectors. +* [Keycloak](http://keycloak.jboss.org/) - Integrated SSO and IDM for browser apps and RESTful web services. +* [PicketLink](http://picketlink.org/) - Umbrella project for security and identity management. ## Serialization @@ -485,29 +491,26 @@ A curated list of awesome Java frameworks, libraries and software. ## Testing -*Tools that test from object to interface level including performance and other benchmarks.* +*Tools that test from model to the view.* * [Apache JMeter](http://jmeter.apache.org/) - Functional testing and performance measurements. -* [Arquillian](http://arquillian.org/) - Integration and functional testing platform with integration of Java EE containers. +* [Arquillian](http://arquillian.org/) - Integration and functional testing platform for Java EE containers. * [AssertJ](http://joel-costigliola.github.io/assertj/) - Fluent assertions that improve readability. * [Awaitility](https://github.com/jayway/awaitility) - DSL for synchronizing asynchronous operations. -* [Cucumber](https://github.com/cucumber/cucumber-jvm) - A BDD testing framework that supports the most popular programming languages for the JVM. -* [Gatling](http://gatling.io/) - Gatling is a highly capable load testing tool. It is designed for ease of use, maintainability and high performance. +* [Cucumber](https://github.com/cucumber/cucumber-jvm) - A BDD testing framework. +* [Gatling](http://gatling.io/) - Load testing tool designed for ease of use, maintainability and high performance. * [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Matchers that can be combined to create flexible expressions of intent. -* [jHiccup](http://github.com/giltene/jHiccup) - logs and records platform JVM stalls. -* [JMH](http://openjdk.java.net/projects/code-tools/jmh/) - Microbenchmarking tool for the JVM. * [JMockit](http://jmockit.org/) - The Mock Anything Toolkit for Java, mocks static, final methods and more. * [JUnit](http://junit.org/) - Common testing framework. -* [LatencyUtils](https://github.com/LatencyUtils/LatencyUtils) - Utilities for latency measurement and reporting. * [Mockito](https://github.com/mockito/mockito) - Creation of test double objects in automated unit tests for the purpose of TDD or BDD. -* [PowerMock](https://github.com/jayway/powermock) - Allows you to unit test code normally regarded as untestable. +* [PowerMock](https://github.com/jayway/powermock) - Enables mocking of static methods, constructors, final classes and methods, private methods and removal of static initializers. * [Selenide](http://selenide.org/) - Concise API around Selenium to write stable and readable UI tests. * [Selenium](http://docs.seleniumhq.org/) - Portable software testing framework for web applications. -* [Spock](http://docs.spockframework.org/) - Testing framework featuring an expressive Groovy-derived specification language. Compatible with JUnit runners so easy to use with standard build tools and IDEs. +* [Spock](http://docs.spockframework.org/) - JUnit-compatible framework featuring an expressive Groovy-derived specification language. * [TestNG](http://testng.org/) - Testing framework. -* [Truth](https://github.com/google/truth) - Assertion/Proposition framework for Java unit tests by Google. -* [Unitils](http://www.unitils.org/) - Testing library divided into modules for unit and integration testing. -* [WireMock](http://wiremock.org/) - Testing library for stubbing and mocking web services. +* [Truth](https://github.com/google/truth) - Google's assertion and proposition framework. +* [Unitils](http://www.unitils.org/) - Modular testing library for unit and integration testing. +* [WireMock](http://wiremock.org/) - Stubbs and mocks web services. ## Utility @@ -515,39 +518,37 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache Commons](http://commons.apache.org/) - Provides different general purpose functions like configuration, validation, collections, file upload or XML processing. * [args4j](http://args4j.kohsuke.org/) - Command line arguments parser. -* [CRaSH](http://www.crashub.org) - The shell for the Java Platform. +* [CRaSH](http://www.crashub.org) - Provides a CLI for running processes. * [Gephi](https://github.com/gephi/gephi/) - A cross-platform for visualizing and manipulating large graph networks. * [Guava](https://github.com/google/guava) - Collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth. -* [JADE](http://jade.tilab.com/) - Providers a framework and an environment to build and to debug multi-agent systems. -* [javatuples](http://www.javatuples.org/) - Does what it says, although the concept of tuples in general is debatable. -* [JCommander](http://jcommander.org/) - Command line arguments parser; its been around, active, and maintained by the creator since 2010. -* [JGraphT](http://jgrapht.org/) - A graph library that provides mathematical graph-theory objects and algorithms. -* [JScience](http://jscience.org/) - Provides a set of classes to work with scientific measurements and units. +* [JADE](http://jade.tilab.com/) - Framework and environment for building and to debugging multi-agent systems. +* [javatuples](http://www.javatuples.org/) - Tuples. +* [JCommander](http://jcommander.org/) - Command line arguments parser. * [Protégé](http://protege.stanford.edu/) - Provides an ontology editor and a framework to build knowledge-based systems. ## Web Crawling *Libraries that analyze the content of websites.* -* [Apache Nutch](http://nutch.apache.org/) - Highly extensible, highly scalable Web crawler for production environment. -* [Crawler4j](https://github.com/yasserg/crawler4j) - Simple lightweight alternative. +* [Apache Nutch](http://nutch.apache.org/) - Highly extensible, highly scalable web crawler for production environment. +* [Crawler4j](https://github.com/yasserg/crawler4j) - Simple and lightweight web crawler. * [JSoup](http://jsoup.org/) - Scrapes, parses, manipulates and cleans HTML. ## Web Frameworks *Frameworks that handle the communication between the layers of an web application.* -* [Apache Tapestry](http://tapestry.apache.org/) - Component oriented framework for creating dynamic, robust, highly scalable web applications in Java. +* [Apache Tapestry](http://tapestry.apache.org/) - Component-oriented framework for creating dynamic, robust, highly scalable web applications. * [Apache Wicket](http://wicket.apache.org/) - Component-based web application framework similar to Tapestry with a stateful GUI. * [Google Web Toolkit](http://www.gwtproject.org/) - Toolbox which includes a Java-to-JavaScript compiler for client-side code, XML parser, API for RPC, JUnit integration, internationalization support and widgets for the GUI. * [Grails](https://grails.org/) - Groovy framework with the aim to provide a highly productive environment by favoring convention over configuration, no XML and support for mixins. -* [Ninja](http://www.ninjaframework.org/) - Full stack web framework for Java. Rock solid, fast and super productive. +* [Ninja](http://www.ninjaframework.org/) - Full stack web framework. * [Pippo](http://www.pippo.ro/) - A small, highly modularized Sinatra-like framework. * [Play](http://www.playframework.com/) - Uses convention over configuration, hot code reloading and display of errors in the browser. * [PrimeFaces](http://primefaces.org/) - JSF framework which has a free and a commercial version with support. Provides several frontend components. * [Ratpack](http://www.ratpack.io/) - A set of Java libraries that facilitate fast, efficient, evolvable and well tested HTTP applications. * [Spring Boot](http://projects.spring.io/spring-boot/) - Microframework which simplifies the development of new Spring applications. -* [Spring](http://projects.spring.io/spring-framework/) - Aims to simplify the development with Java EE and provides packages for dependency injection and aspect-oriented programming. +* [Spring](http://projects.spring.io/spring-framework/) - Provides many packages ranging from dependency injection to aspect-oriented programming to security. * [Vaadin](https://vaadin.com/) - Event-driven framework build on top of GWT. Uses server-side architecture with Ajax on the client-side. # Resources @@ -578,7 +579,7 @@ A curated list of awesome Java frameworks, libraries and software. ## Twitter -*Active accounts to follow.* +*Active accounts to follow. Descriptions from Twitter.* * [Adam Bien](https://twitter.com/AdamBien/) - Freelancer: Author, JavaONE Rockstar Speaker, Consultant, Java Champion. * [Antonio Goncalves](https://twitter.com/agoncal/) - Java Champion, JUG Leader, Devoxx France, Java EE 6/7, JCP, Author. From 7c0a8aef6708cf19674d24c117ba0a59e4ce435d Mon Sep 17 00:00:00 2001 From: akullpp Date: Sun, 23 Aug 2015 21:10:12 +0200 Subject: [PATCH 19/26] Fixed links Changed sourceforge to github where possible. Fixed links to dead projects. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 51f3fca..ca5b1ff 100644 --- a/README.md +++ b/README.md @@ -85,11 +85,11 @@ A curated list of awesome Java frameworks, libraries and software. *Tools that provide metrics and quality measurements.* -* [Checkstyle](http://checkstyle.sourceforge.net/) - Static analysis of coding conventions and standards. +* [Checkstyle](https://github.com/checkstyle/checkstyle) - Static analysis of coding conventions and standards. * [Error Prone](https://github.com/google/error-prone) - Catches common Java mistakes as compile-time errors. * [FindBugs](http://findbugs.sourceforge.net/) - Static analysis of bytecode to find potential bugs. * [jQAssistant](http://jqassistant.org/) - Static code analysis with Neo4J based query language for Java and many different tools like Maven. -* [PMD](http://pmd.sourceforge.net/) - Source code analysis for finding bad coding practices. +* [PMD](https://github.com/pmd/pmd) - Source code analysis for finding bad coding practices. * [SonarQube](http://www.sonarqube.org/) - Integrates other analysis components via plugins and provides an overview of the metrics over time. ## Compiler-compiler @@ -282,7 +282,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Imgscalr](https://github.com/thebuzzmedia/imgscalr) - Simple and efficient hardware-accelerated image-scaling library implemented in pure Java 2D. * [Picasso](http://square.github.io/picasso/) - Image downloading and caching library for Android. -* [Thumbnailator](https://code.google.com/p/thumbnailator) - Thumbnailator is a high-quality thumbnail generation library for Java. +* [Thumbnailator](https://github.com/coobird/thumbnailator) - Thumbnailator is a high-quality thumbnail generation library for Java. * [ZXing](https://github.com/zxing/zxing) - Multi-format 1D/2D barcode image processing library. ## JSON @@ -335,7 +335,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache Kafka](http://kafka.apache.org/) - High-throughput distributed messaging system. * [JBoss HornetQ](http://hornetq.jboss.org/) - Clear, concise, modular and made to be embedded. * [JeroMQ](https://github.com/zeromq/jeromq) - Pure Java implementation of ZeroMQ. -* [Smack](https://github.com/igniterealtime/Smack/) - A cross-platform [XMPP](http://en.wikipedia.org/wiki/XMPP) client library for Java and Android. +* [Smack](https://github.com/igniterealtime/Smack/) - A cross-platform XMPP client library for Java and Android. ## Miscellaneous @@ -439,9 +439,9 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries for scientific computing and analysis.* +* [DataMelt](http://jwork.org/dmelt/) - Environment for scientific computation, data analysis and data visualization. * [JGraphT](https://github.com/jgrapht/jgrapht) - A graph library that provides mathematical graph-theory objects and algorithms. * [JScience](http://jscience.org/) - Provides a set of classes to work with scientific measurements and units. -* [SCaVis](http://jwork.org/scavis/) - Environment for scientific computation, data analysis and data visualization. ## Search From 62cae12cbcc7e484ed4da400bcec961bbfe45360 Mon Sep 17 00:00:00 2001 From: Mateusz Gajewski Date: Mon, 24 Aug 2015 21:33:26 +0200 Subject: [PATCH 20/26] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2b2926..f77942f 100644 --- a/README.md +++ b/README.md @@ -325,7 +325,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache ActiveMQ](http://activemq.apache.org/) - Open-source message broker that implements JMS and converts synchronous to asynchronous communication. * [Apache Camel](http://camel.apache.org/) - Glues together different transport APIs via Enterprise Integration Patterns. * [Apache Kafka](http://kafka.apache.org/) - High-throughput distributed messaging system. -* [Hermes](http://hermes.allegro.tech) - Fast and reliable message broker built on top of Kafka +* [Hermes](http://hermes.allegro.tech) - Fast and reliable message broker built on top of Kafka. * [JBoss HornetQ](http://hornetq.jboss.org/) - Clear, concise, modular and made to be embedded. * [JeroMQ](https://github.com/zeromq/jeromq) - Pure Java implementation of ZeroMQ. * [Smack](https://github.com/igniterealtime/Smack/) - A cross-platform [XMPP](http://en.wikipedia.org/wiki/XMPP) client library for Java and Android. From 1c607941f92ab6ce567f3e6ca3dbda12de5d0bb2 Mon Sep 17 00:00:00 2001 From: moru0011 Date: Fri, 28 Aug 2015 23:32:59 +0200 Subject: [PATCH 21/26] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79f367d..56448bc 100644 --- a/README.md +++ b/README.md @@ -456,7 +456,7 @@ A curated list of awesome Java frameworks, libraries and software. * [FlatBuffers](https://github.com/google/flatbuffers) - Memory efficient serialization library that can access serialized data without unpacking and parsing it. * [Kryo](https://github.com/EsotericSoftware/kryo) - Fast and efficient object graph serialization framework. -* [FST](https://github.com/RuedigerMoeller/fast-serialization) - JDK compatible high performance object graph serialization +* [FST](https://github.com/RuedigerMoeller/fast-serialization) - JDK compatible high performance object graph serialization. * [MessagePack](https://github.com/msgpack/msgpack-java) - Efficient binary serialization format. ## Server From 8a41704fac74a6e60535f7be30a92a995691dd13 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sat, 29 Aug 2015 16:13:30 +0200 Subject: [PATCH 22/26] Refactoring * Added Ancients category * Removed "Java" in descriptions were superfluous * Consolidated spelling of open-source * Removed sentence-initial "An/A" * Other minor changes --- README.md | 141 +++++++++++++++++++++++++++++------------------------- 1 file changed, 76 insertions(+), 65 deletions(-) diff --git a/README.md b/README.md index 66c8a75..e39fa2f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Awesome Java](#awesome-java) + - [Ancients](#ancients) - [Build](#build) - [Bytecode Manipulation](#bytecode-manipulation) - [Cluster Management](#cluster-management) @@ -60,6 +61,19 @@ A curated list of awesome Java frameworks, libraries and software. - [Websites](#websites) - [Contributing](#contributing) +## Ancients + +*In existence since the beginning of time and wich will continue being used long after the hype has waned.* + +* [Apache Ant](http://ant.apache.org/) - Build process management with XML. +* [cglib](https://github.com/cglib/cglib) - Bytecode generation library. +* [GlassFish](https://glassfish.java.net/) - Application server and reference implementation for Java EE sponsored by Oracle. +* [Hudson](http://hudson-ci.org/) - Continuous integration server still in active development. +* [JavaServer Faces](https://javaserverfaces.java.net/) - Oracle's open-source implementation of the JSF standard, Mojarra. +* [JavaServer Pages](https://jsp.java.net/) - Common templating for websites with custom tag libraries. +* [Liquibase](http://www.liquibase.org/) - Database-independent library for tracking, managing and applying database schema changes. + + ## Build *Tools which handle the buildcycle and dependencies of an application.* @@ -69,7 +83,7 @@ A curated list of awesome Java frameworks, libraries and software. ## Bytecode Manipulation -*Libraries to manipulate Java bytecode programmatically.* +*Libraries to manipulate bytecode programmatically.* * [ASM](http://asm.ow2.org/) - All purpose, low level, bytecode manipulation and analysis. * [Byte Buddy](http://bytebuddy.net/) - Further simplifies bytecode generation with a fluent API. @@ -87,9 +101,9 @@ A curated list of awesome Java frameworks, libraries and software. *Tools that provide metrics and quality measurements.* * [Checkstyle](https://github.com/checkstyle/checkstyle) - Static analysis of coding conventions and standards. -* [Error Prone](https://github.com/google/error-prone) - Catches common Java mistakes as compile-time errors. +* [Error Prone](https://github.com/google/error-prone) - Catches common programming mistakes as compile-time errors. * [FindBugs](http://findbugs.sourceforge.net/) - Static analysis of bytecode to find potential bugs. -* [jQAssistant](http://jqassistant.org/) - Static code analysis with Neo4J based query language for Java and many different tools like Maven. +* [jQAssistant](http://jqassistant.org/) - Static code analysis with Neo4J-based query language. * [PMD](https://github.com/pmd/pmd) - Source code analysis for finding bad coding practices. * [SonarQube](http://www.sonarqube.org/) - Integrates other analysis components via plugins and provides an overview of the metrics over time. @@ -111,29 +125,29 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries that help on implementing optimization and satisfiability problems.* -* [Choco](http://choco-solver.org/) - An off-the-shelf constraint satisfaction problem solver, which uses constraint programming techniques. +* [Choco](http://choco-solver.org/) - Off-the-shelf constraint satisfaction problem solver, which uses constraint programming techniques. * [JaCoP](https://github.com/radsz/jacop/) - Includes an interface for the FlatZinc language, enabling it to execute MiniZinc models. -* [OptaPlanner](http://www.optaplanner.org/) - A business planning and resource scheduling optimization solver. -* [Sat4J](http://www.sat4j.org/) - A state-of-the-art SAT solver for boolean and optimization problems. +* [OptaPlanner](http://www.optaplanner.org/) - Business planning and resource scheduling optimization solver. +* [Sat4J](http://www.sat4j.org/) - State-of-the-art SAT solver for boolean and optimization problems. ## Continuous Integration *Tools which support continuously building, testing and releasing applications.* -* [Bamboo](https://www.atlassian.com/software/bamboo) - Atlassian's solution with good integration of their other products. You can either apply for an Open Source license or buy it. +* [Bamboo](https://www.atlassian.com/software/bamboo) - Atlassian's solution with good integration of their other products. You can either apply for an open-source license or buy it. * [CircleCI](https://circleci.com/) - Hosted service with a free trial. * [Codeship](https://www.codeship.io/features) - Hosted services with a limited free plan. -* [fabric8](http://fabric8.io/) - Integration platform for Java containers. -* [Go](http://www.thoughtworks.com/products/go-continuous-delivery) - ThoughtWork's open source solution. +* [fabric8](http://fabric8.io/) - Integration platform for containers. +* [Go](http://www.thoughtworks.com/products/go-continuous-delivery) - ThoughtWork's open-source solution. * [Jenkins](http://jenkins-ci.org/) - Provides server-based deployment services. * [TeamCity](http://www.jetbrains.com/teamcity/) - JetBrain's CI solution with a free version. -* [Travis](https://travis-ci.org) - Hosted service often used for open source projects. +* [Travis](https://travis-ci.org) - Hosted service often used for open-source projects. ## CSV *Frameworks and libraries that simplify reading/writing CSV data.* -* [uniVocity-parsers](https://github.com/uniVocity/univocity-parsers) - One of the fastest and most feature-complete CSV parsers for Java. Also comes with parsers for TSV and fixed width records. +* [uniVocity-parsers](https://github.com/uniVocity/univocity-parsers) - One of the fastest and most feature-complete CSV. Also comes with parsers for TSV and fixed width records. ## Database @@ -146,26 +160,25 @@ A curated list of awesome Java frameworks, libraries and software. * [HikariCP](https://github.com/brettwooldridge/HikariCP) - High performance JDBC connection pool. * [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC. * [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. -* [Liquibase](http://www.liquibase.org/) - An open source database-independent library for tracking, managing and applying database schema changes. -* [MapDB](http://www.mapdb.org/) - An embedded database engine that provides concurrent Java collections backed on disk or in off-heap memory. +* [MapDB](http://www.mapdb.org/) - Embedded database engine that provides concurrent collections backed on disk or in off-heap memory. * [Presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data. -* [Querydsl](http://www.querydsl.com/) - Typesafe unified queries for Java. +* [Querydsl](http://www.querydsl.com/) - Typesafe unified queries. ## Data structures *Efficient and specific data structures.* -* [Apache Parquet](https://parquet.incubator.apache.org/) - A columnar storage format based on assembly algorithms from the Dremel paper by Google. +* [Apache Parquet](https://parquet.incubator.apache.org/) - Columnar storage format based on assembly algorithms from the Dremel paper by Google. * [Protobuf](https://github.com/google/protobuf) - Google's data interchange format. * [SBE](https://github.com/real-logic/simple-binary-encoding) - Simple Binary Encoding, one of the fastest message formats around. -* [Wire](https://github.com/square/wire) - Clean, lightweight protocol buffers for Android and Java. +* [Wire](https://github.com/square/wire) - Clean, lightweight protocol buffers. ## Date and Time *Libraries related to handling date and time.* * [Joda-Time](http://www.joda.org/joda-time/) - De facto standard date/time-library before Java 8. -* [Time4J](https://github.com/MenoData/Time4J) - Advanced date and time library for Java. +* [Time4J](https://github.com/MenoData/Time4J) - Advanced date and time library. ## Dependency Injection @@ -174,7 +187,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache DeltaSpike](https://deltaspike.apache.org/) - CDI extension framework. * [Dagger2](http://google.github.io/dagger/) - Compile-time injection framework without reflection. * [Guice](https://github.com/google/guice) - Lightweight but powerful framework that completes Dagger. -* [HK2](https://hk2.java.net) - A light-weight and dynamic dependency injection framework. +* [HK2](https://hk2.java.net) - Light-weight and dynamic dependency injection framework. ## Development @@ -184,13 +197,13 @@ A curated list of awesome Java frameworks, libraries and software. * [AspectJ](https://eclipse.org/aspectj/) - Seamless aspect-oriented programming extension. * [Auto](https://github.com/google/auto) - Collection of source code generators. * [DCEVM](http://dcevm.github.io/) - Modification of the JVM that allows unlimited redefinition of loaded classes at runtime. -* [HotswapAgent](https://github.com/HotswapProjects/HotswapAgent) - Java unlimited runtime class and resource redefinition. -* [Immutables](http://immutables.github.io/) - Scala-like case classes in standard Java. -* [JHipster](https://github.com/jhipster/generator-jhipster) - A Yeoman source code generator to create Java applications based on Spring Boot and AngularJS. +* [HotswapAgent](https://github.com/HotswapProjects/HotswapAgent) - Unlimited runtime class and resource redefinition. +* [Immutables](http://immutables.github.io/) - Scala-like case classes. +* [JHipster](https://github.com/jhipster/generator-jhipster) - Yeoman source code generator to create applications based on Spring Boot and AngularJS. * [JRebel](http://zeroturnaround.com/software/jrebel/) - Commercial software that instantly reloads code and configuration changes without redeploys. -* [Lombok](http://projectlombok.org/) - Code-generator which aims to reduce the verbosity of Java. -* [Spring Loaded](https://github.com/spring-projects/spring-loaded) - Class reloading agent for the JVM. -* [vert.x](http://vertx.io/) - Polyglot event-driven application framework for the JVM. +* [Lombok](http://projectlombok.org/) - Code-generator which aims to reduce the verbosity. +* [Spring Loaded](https://github.com/spring-projects/spring-loaded) - Class reloading agent. +* [vert.x](http://vertx.io/) - Polyglot event-driven application framework. ## Distributed Applications @@ -215,10 +228,10 @@ A curated list of awesome Java frameworks, libraries and software. ## Distribution -*Tools which handle the distribution of Java applications in native formats.* +*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. -* [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. +* [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. +* [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. * [JitPack](https://jitpack.io/) - Easy to use package repository for GitHub. Builds Maven/Gradle projects on demand and publishes ready-to-use packages. * [Launch4j](http://launch4j.sourceforge.net/) - Wraps JARs in lightweight and native Windows executables. @@ -230,18 +243,18 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries that assist with processing office document formats.* * [Apache POI](http://poi.apache.org/) - Supports OOXML (XLSX, DOCX, PPTX) as well as OLE2 (XLS, DOC or PPT). -* [documents4j](http://documents4j.com) - Java API for document format conversion using third-party converters such as MS Word. +* [documents4j](http://documents4j.com) - API for document format conversion using third-party converters such as MS Word. * [jOpenDocument](http://www.jopendocument.org/) - Processes the OpenDocument format. ## Functional Programming -*Libraries that facilitate functional programming in Java.* +*Libraries that facilitate functional programming.* * [Cyclops](https://github.com/aol/cyclops) - Monad and stream utilities, comprehensions, pattern matching, trampolines and much more. -* [Fugue](https://bitbucket.org/atlassian/fugue) - Functional extensions to Guava and Java. +* [Fugue](https://bitbucket.org/atlassian/fugue) - Functional extensions to Guava. * [Functional Java](http://www.functionaljava.org) - Implements numerous basic and advanced programming abstractions that assist composition-oriented development. * [Javaslang](http://javaslang.com) - Functional component library that provides persistent data types and functional control structures. -* [jOOλ](https://github.com/jOOQ/jOOL) - An extension to Java 8 which aims to fix gaps in lambda, providing numerous missing types and a rich set of sequential Stream API additions. +* [jOOλ](https://github.com/jOOQ/jOOL) - Extension to Java 8 which aims to fix gaps in lambda, providing numerous missing types and a rich set of sequential Stream API additions. ## Game Development @@ -264,11 +277,11 @@ A curated list of awesome Java frameworks, libraries and software. * [Agrona](https://github.com/real-logic/Agrona) - Data structures and utility methods that are common in high-performance applications. * [Disruptor](http://lmax-exchange.github.io/disruptor/) - Inter-thread messaging library. -* [fastutil](http://fastutil.di.unimi.it/) - Fast and compact type-specific collections for Java. +* [fastutil](http://fastutil.di.unimi.it/) - Fast and compact type-specific collections. * [GS Collections](https://github.com/goldmansachs/gs-collections) - Collection framework inspired by Smalltalk. * [HPPC](http://labs.carrotsearch.com/hppc.html) - Primitive collections. * [Javolution](http://javolution.org/) - Library for real-time and embedded systems. -* [JCTools](https://github.com/JCTools/JCTools) - Java Concurrency Tools currently missing from the JDK. +* [JCTools](https://github.com/JCTools/JCTools) - Concurrency tools currently missing from the JDK. * [Koloboke](https://github.com/OpenHFT/Koloboke) - Hash sets and hash maps. * [Trove](http://trove.starlight-systems.com/) - Primitive collections. @@ -293,8 +306,8 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries that simplify JSON processing.* -* [Genson](http://owlike.github.io/genson) - Powerful and easy to use Java/Scala to JSON conversion library. -* [Gson](https://github.com/google/gson) - Serializes Java objects to JSON and vice versa. Good performance with on-the-fly usage. +* [Genson](http://owlike.github.io/genson) - Powerful and easy to use Java to JSON conversion library. +* [Gson](https://github.com/google/gson) - Serializes objects to JSON and vice versa. Good performance with on-the-fly usage. * [Jackson](http://wiki.fasterxml.com/JacksonHome) - Similar to GSON but has performance gains if you need to instantiate the library more often. * [LoganSquare](https://github.com/bluelinelabs/LoganSquare) - JSON parsing and serializing library based on Jackson's streaming API. Outpeforms GSON & Jackson's library. @@ -303,17 +316,17 @@ A curated list of awesome Java frameworks, libraries and software. *Current implementations of the JVM/JDK.* * [JDK 9](https://jdk9.java.net/) - Early access releases of JDK 9. -* [OpenJDK](http://openjdk.java.net/) - Open source implementation. +* [OpenJDK](http://openjdk.java.net/) - Open-source implementation. ## Languages -*Languages other than Java that can be used to write JVM applications* +*Languages other than Java that can be used to write JVM applications.* * [Scala](http://www.scala-lang.org/) - Statically typed programming language that fuses the object - oriented model and functional programming ideas. * [Groovy](http://www.groovy-lang.org/) - Optionally typed and dynamic language, with static-typing and static compilation capabilities. Currently an incubating Apache project * [Clojure](http://clojure.org/) - Dynamically typed programming language that can be seen as a modern take on Lisp. * [Ceylon](http://ceylon-lang.org/) - Statically typed object-oriented language developed by RedHat. -* [Kotlin](http://kotlinlang.org/) - Statically typed programming language for the JVM, Android and the browser. Developed by JetBrains and currently approaching a first stable release +* [Kotlin](http://kotlinlang.org/) - JetBrain's statically typed programming language for the JVM, Android and the browser. ## Logging @@ -344,13 +357,13 @@ A curated list of awesome Java frameworks, libraries and software. *Tools that help to send messages between clients in order to ensure protocol independency.* * [Aeron](https://github.com/real-logic/Aeron) - Efficient reliable unicast and multicast message transport. -* [Apache ActiveMQ](http://activemq.apache.org/) - Open-source message broker that implements JMS and converts synchronous to asynchronous communication. +* [Apache ActiveMQ](http://activemq.apache.org/) - Message broker that implements JMS and converts synchronous to asynchronous communication. * [Apache Camel](http://camel.apache.org/) - Glues together different transport APIs via Enterprise Integration Patterns. * [Apache Kafka](http://kafka.apache.org/) - High-throughput distributed messaging system. * [Hermes](http://hermes.allegro.tech) - Fast and reliable message broker built on top of Kafka. * [JBoss HornetQ](http://hornetq.jboss.org/) - Clear, concise, modular and made to be embedded. -* [JeroMQ](https://github.com/zeromq/jeromq) - Pure Java implementation of ZeroMQ. -* [Smack](https://github.com/igniterealtime/Smack/) - A cross-platform XMPP client library for Java and Android. +* [JeroMQ](https://github.com/zeromq/jeromq) - Implementation of ZeroMQ. +* [Smack](https://github.com/igniterealtime/Smack/) - Cross-platform XMPP client library. ## Miscellaneous @@ -361,15 +374,15 @@ A curated list of awesome Java frameworks, libraries and software. * [Lanterna](https://code.google.com/p/lanterna/) - Easy console text GUI library similar to curses. * [LightAdmin](http://lightadmin.org/) - Pluggable CRUD UI library for rapid application development. * [OpenRefine](http://openrefine.org/) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases. -* [RoboVM](http://www.robovm.org/) - Commercial framework with a free trial to write native iOS apps in Java. +* [RoboVM](http://www.robovm.org/) - Commercial framework with a free trial to write native iOS apps. ## Monitoring *Tools that monitor applications in production.* * [AppDynamics](http://www.appdynamics.com/) - Commercial performance monitor. -* [JavaMelody](https://github.com/javamelody/javamelody) - Open-source performance monitoring and profiling. -* [Kamon](http://www.kamon.io/) - Open-source tool for monitoring applications running on the JVM. +* [JavaMelody](https://github.com/javamelody/javamelody) - Performance monitoring and profiling. +* [Kamon](http://www.kamon.io/) - Tool for monitoring applications running on the JVM. * [New Relic](http://newrelic.com/) - Commercial performance monitor. * [SPM](http://sematext.com/spm/) - Commercial performance monitor with distributing transaction tracing for JVM apps. * [Takipi](https://www.takipi.com/) - Commercial in-production error monitoring and debugging. @@ -394,8 +407,8 @@ A curated list of awesome Java frameworks, libraries and software. * [Async Http Client](https://github.com/AsyncHttpClient/async-http-client) - Asynchronous HTTP and WebSocket client library. * [Grizzly](https://grizzly.java.net/) - NIO framework. Used as a network layer in Glassfish. -* [Netty](http://netty.io/) - A framework for building high performance network applications. -* [OkHttp](http://square.github.io/okhttp/) - An HTTP+SPDY client for Android and Java applications. +* [Netty](http://netty.io/) - Framework for building high performance network applications. +* [OkHttp](http://square.github.io/okhttp/) - HTTP+SPDY client. * [Undertow](http://undertow.io/) - Web server providing both blocking and non-blocking API’s based on NIO. Used as a network layer in WildFly. ## ORM @@ -415,7 +428,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache FOP](http://xmlgraphics.apache.org/fop/) - Creates PDF from XSL-FO. * [Apache PDFBox](http://pdfbox.apache.org/) - Toolbox for creating and manipulating PDF. * [DynamicReports](http://dynamicreports.org/) - Simplifies JasperReports. -* [flyingsaucer](https://github.com/flyingsaucerproject/flyingsaucer) - XML/XHTML and CSS 2.1 renderer in pure Java. +* [flyingsaucer](https://github.com/flyingsaucerproject/flyingsaucer) - XML/XHTML and CSS 2.1 renderer. * [iText](http://itextpdf.com/) - Creates PDF files programmatically but requires a license for commercial purposes. * [JasperReports](http://community.jaspersoft.com/project/jasperreports-library) - Complex reporting engine. @@ -425,10 +438,10 @@ A curated list of awesome Java frameworks, libraries and software. * [jHiccup](http://github.com/giltene/jHiccup) - Logs and records platform JVM stalls. * [JMH](http://openjdk.java.net/projects/code-tools/jmh/) - Microbenchmarking tool for the JVM. -* [JProfiler](https://www.ej-technologies.com/products/jprofiler/overview.html) - Commercial Java profiler. +* [JProfiler](https://www.ej-technologies.com/products/jprofiler/overview.html) - Commercial profiler. * [LatencyUtils](https://github.com/LatencyUtils/LatencyUtils) - Utilities for latency measurement and reporting. * [VisualVM](http://visualvm.java.net/) - Visual interface for detailed information about running applications. -* [YourKit Java Profiler](https://www.yourkit.com/features/) - Commercial Java profiler. +* [YourKit Java Profiler](https://www.yourkit.com/features/) - Commercial profiler. ## Reactive libraries @@ -443,13 +456,13 @@ A curated list of awesome Java frameworks, libraries and software. *Frameworks specifically for creating RESTful services.* * [Dropwizard](https://dropwizard.github.io/dropwizard/) - Opinionated framework for setting up modern web applications with Jetty, Jackson, Jersey and Metrics. -* [Feign](https://github.com/Netflix/feign) - Java to HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. +* [Feign](https://github.com/Netflix/feign) - HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. * [Jersey](https://jersey.java.net/) - JAX-RS reference implementation. * [RESTEasy](http://resteasy.jboss.org/) - Fully certified and portable implementation of the JAX-RS specification. * [RestExpress](https://github.com/RestExpress/RestExpress) - Thin wrapper on the JBOSS Netty HTTP stack to provide scaling and performance. * [RestX](http://restx.io) - Framework based on annotation processing and compile-time source generation. * [Retrofit](http://square.github.io/retrofit/) - Type-safe REST client. -* [Spark](http://www.sparkjava.com/) - Sinatra inspired framework for java. +* [Spark](http://www.sparkjava.com/) - Sinatra inspired framework. * [Swagger](https://helloreverb.com/developers/swagger) - Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services. ## Science @@ -457,7 +470,7 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries for scientific computing and analysis.* * [DataMelt](http://jwork.org/dmelt/) - Environment for scientific computation, data analysis and data visualization. -* [JGraphT](https://github.com/jgrapht/jgrapht) - A graph library that provides mathematical graph-theory objects and algorithms. +* [JGraphT](https://github.com/jgrapht/jgrapht) - Graph library that provides mathematical graph-theory objects and algorithms. * [JScience](http://jscience.org/) - Provides a set of classes to work with scientific measurements and units. ## Search @@ -492,7 +505,6 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache Tomcat](http://tomcat.apache.org/) - Robust all-round server for Servlet and JSP. * [Apache TomEE](http://tomee.apache.org/) - Tomcat plus Java EE. -* [GlassFish](https://glassfish.java.net/) - Open source reference implementation for Java EE sponsored by Oracle. * [Jetty](http://www.eclipse.org/jetty/) - Lightweight, small server, often embedded in projects. * [WebSphere Liberty](https://developer.ibm.com/wasdev/) - Lightweight, modular server developed by IBM * [WildFly](http://www.wildfly.org/) - Formerly known as JBoss and developed by Red Hat with extensive Java EE support. @@ -503,8 +515,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache Velocity](http://velocity.apache.org/) - Templates for HTML pages, emails or source code generation in general. * [FreeMarker](http://freemarker.org/) - General templating engine without any heavyweight or opinionated dependencies. -* [Handlebars.java](http://jknack.github.io/handlebars.java/) - Logic-less and semantic Mustache templates with Java. -* [JavaServer Pages](https://jsp.java.net/) - Common templating for websites with custom tag libraries. +* [Handlebars.java](http://jknack.github.io/handlebars.java/) - Logic-less and semantic Mustache templates. * [Thymeleaf](http://www.thymeleaf.org/) - Aims to be a substitute for JSP and works for XML files in general. ## Testing @@ -515,10 +526,10 @@ A curated list of awesome Java frameworks, libraries and software. * [Arquillian](http://arquillian.org/) - Integration and functional testing platform for Java EE containers. * [AssertJ](http://joel-costigliola.github.io/assertj/) - Fluent assertions that improve readability. * [Awaitility](https://github.com/jayway/awaitility) - DSL for synchronizing asynchronous operations. -* [Cucumber](https://github.com/cucumber/cucumber-jvm) - A BDD testing framework. +* [Cucumber](https://github.com/cucumber/cucumber-jvm) - BDD testing framework. * [Gatling](http://gatling.io/) - Load testing tool designed for ease of use, maintainability and high performance. * [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Matchers that can be combined to create flexible expressions of intent. -* [JMockit](http://jmockit.org/) - The Mock Anything Toolkit for Java, mocks static, final methods and more. +* [JMockit](http://jmockit.org/) - Mocks static, final methods and more. * [JUnit](http://junit.org/) - Common testing framework. * [Mockito](https://github.com/mockito/mockito) - Creation of test double objects in automated unit tests for the purpose of TDD or BDD. * [PowerMock](https://github.com/jayway/powermock) - Enables mocking of static methods, constructors, final classes and methods, private methods and removal of static initializers. @@ -537,7 +548,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache Commons](http://commons.apache.org/) - Provides different general purpose functions like configuration, validation, collections, file upload or XML processing. * [args4j](http://args4j.kohsuke.org/) - Command line arguments parser. * [CRaSH](http://www.crashub.org) - Provides a CLI for running processes. -* [Gephi](https://github.com/gephi/gephi/) - A cross-platform for visualizing and manipulating large graph networks. +* [Gephi](https://github.com/gephi/gephi/) - Cross-platform for visualizing and manipulating large graph networks. * [Guava](https://github.com/google/guava) - Collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth. * [JADE](http://jade.tilab.com/) - Framework and environment for building and to debugging multi-agent systems. * [javatuples](http://www.javatuples.org/) - Tuples. @@ -561,10 +572,10 @@ A curated list of awesome Java frameworks, libraries and software. * [Google Web Toolkit](http://www.gwtproject.org/) - Toolbox which includes a Java-to-JavaScript compiler for client-side code, XML parser, API for RPC, JUnit integration, internationalization support and widgets for the GUI. * [Grails](https://grails.org/) - Groovy framework with the aim to provide a highly productive environment by favoring convention over configuration, no XML and support for mixins. * [Ninja](http://www.ninjaframework.org/) - Full stack web framework. -* [Pippo](http://www.pippo.ro/) - A small, highly modularized Sinatra-like framework. +* [Pippo](http://www.pippo.ro/) - Small, highly modularized Sinatra-like framework. * [Play](http://www.playframework.com/) - Uses convention over configuration, hot code reloading and display of errors in the browser. * [PrimeFaces](http://primefaces.org/) - JSF framework which has a free and a commercial version with support. Provides several frontend components. -* [Ratpack](http://www.ratpack.io/) - A set of Java libraries that facilitate fast, efficient, evolvable and well tested HTTP applications. +* [Ratpack](http://www.ratpack.io/) - Set of libraries that facilitate fast, efficient, evolvable and well tested HTTP applications. * [Spring Boot](http://projects.spring.io/spring-boot/) - Microframework which simplifies the development of new Spring applications. * [Spring](http://projects.spring.io/spring-framework/) - Provides many packages ranging from dependency injection to aspect-oriented programming to security. * [Vaadin](https://vaadin.com/) - Event-driven framework build on top of GWT. Uses server-side architecture with Ajax on the client-side. @@ -577,11 +588,11 @@ A curated list of awesome Java frameworks, libraries and software. * [r/java](http://www.reddit.com/r/java) - Subreddit for the Java community. * [stackoverflow](http://stackoverflow.com/questions/tagged/java) - Question/answer platform. -* [vJUG](http://virtualjug.com/) - Online Java user group. +* [vJUG](http://virtualjug.com/) - Virtual Java User Group. ## Influential Books -*Books about Java that had a high impact and are still worth reading.* +*Books that had a high impact and are still worth reading.* * [Effective Java (2nd Edition)](http://www.amazon.com/Effective-Java-Edition-Joshua-Bloch/dp/0321356683) * [Java 8 in Action](http://www.amazon.com/Java-Action-Lambdas-functional-style-programming/dp/1617291994/) @@ -615,13 +626,13 @@ A curated list of awesome Java frameworks, libraries and software. * [Lukas Eder](https://twitter.com/lukaseder) - Founder and CEO Data Geekery (jOOQ). * [Mario Fusco](https://twitter.com/mariofusco) - RedHatter, JUG coordinator, frequent speaker and author. * [Mark Reinhold](https://twitter.com/mreinhold) - Chief Architect, Java Platform Group, Oracle. -* [Markus Eisele](https://twitter.com/myfear) - Java EE evangelist, Red Hat +* [Markus Eisele](https://twitter.com/myfear) - Java EE evangelist, Red Hat. * [Martijn Verburg](https://twitter.com/karianna) - London JUG co-leader, speaker, author, Java Champion and much more. * [Martin Thompson](https://twitter.com/mjpt777) - Pasty faced performance gangster. * [OpenJDK](https://twitter.com/OpenJDK) - Official OpenJDK account. -* [Peter Lawrey](https://twitter.com/PeterLawrey) - Peter Lawrey, Java performance expert +* [Peter Lawrey](https://twitter.com/PeterLawrey) - Peter Lawrey, Java performance expert. * [Reza Rahman](https://twitter.com/reza_rahman) - Java EE/GlassFish/WebLogic evangelist, author, speaker, open source hacker. -* [Roberto Cortez](https://twitter.com/radcortez) - Java EE/JPA expert, speaker, open source +* [Roberto Cortez](https://twitter.com/radcortez) - Java EE/JPA expert, speaker, open source. * [Simon Maple](https://twitter.com/sjmaple) - Java Champion, virtualJUG founder, LJC leader, RebelLabs author. * [Stephen Colebourne](https://twitter.com/jodastephen) - Java Champion, speaker. * [Tim Boudreau](https://twitter.com/kablosna) - Author and NetBeans guru. From 7b403d824db9c4441628d34d49057bf8320503c3 Mon Sep 17 00:00:00 2001 From: Johan Haleby Date: Tue, 1 Sep 2015 20:21:13 +0200 Subject: [PATCH 23/26] Added REST Assured testing tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66c8a75..0b56d10 100644 --- a/README.md +++ b/README.md @@ -522,6 +522,7 @@ A curated list of awesome Java frameworks, libraries and software. * [JUnit](http://junit.org/) - Common testing framework. * [Mockito](https://github.com/mockito/mockito) - Creation of test double objects in automated unit tests for the purpose of TDD or BDD. * [PowerMock](https://github.com/jayway/powermock) - Enables mocking of static methods, constructors, final classes and methods, private methods and removal of static initializers. +* [REST Assured](https://github.com/jayway/rest-assured) - Java DSL for easy testing for REST/HTTP services. * [Selenide](http://selenide.org/) - Concise API around Selenium to write stable and readable UI tests. * [Selenium](http://docs.seleniumhq.org/) - Portable software testing framework for web applications. * [Spock](http://docs.spockframework.org/) - JUnit-compatible framework featuring an expressive Groovy-derived specification language. From 5f49d986206c5105a66cc54a3d6fc3d575403555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Sj=C3=B6gren?= Date: Wed, 2 Sep 2015 20:30:42 +0200 Subject: [PATCH 24/26] Bazel, build tool by Google --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66c8a75..8ae9e82 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ A curated list of awesome Java frameworks, libraries and software. *Tools which handle the buildcycle and dependencies of an application.* * [Apache Maven](http://maven.apache.org/) - Declarative build and dependency management which favors convention over configuration. It might be preferable to Apache Ant which uses a rather procedural approach and can be difficult to maintain. +* [Bazel](http://bazel.io) - Build tool from Google that builds code quickly and reliably. * [Gradle](http://www.gradle.org/) - Incremental builds which are programmed via Groovy instead of declaring XML. Works well with Maven's dependency management. ## Bytecode Manipulation From dba7fc94cfefad6bfbdd90621f09f9116fa93142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Sj=C3=B6gren?= Date: Wed, 2 Sep 2015 20:48:27 +0200 Subject: [PATCH 25/26] Druid, OLAP data store. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ae9e82..8ed324e 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Apache Cassandra](http://cassandra.apache.org) - Column-oriented and providing high availability with no single point of failure. * [Apache HBase](http://hbase.apache.org) - Hadoop database for big data. +* [Druid](http://druid.io) - Real-time and historical OLAP data store that excel at aggregation and approximation queries. * [Infinispan](http://infinispan.org/) - Highly concurrent key/value datastore used for caching. ## Distribution From e083a150b692c5b8310e89df0b73bcf92b0bd397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Sj=C3=B6gren?= Date: Wed, 2 Sep 2015 22:47:13 +0200 Subject: [PATCH 26/26] =?UTF-8?q?Aleksey=20Shipil=C3=ABv=20twitter=20accou?= =?UTF-8?q?nt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ed324e..dccd702 100644 --- a/README.md +++ b/README.md @@ -602,6 +602,7 @@ A curated list of awesome Java frameworks, libraries and software. *Active accounts to follow. Descriptions from Twitter.* * [Adam Bien](https://twitter.com/AdamBien/) - Freelancer: Author, JavaONE Rockstar Speaker, Consultant, Java Champion. +* [Aleksey Shipilëv](https://twitter.com/shipilev) - Performance Geek, Benchmarking Tzar, Concurrency Bug Hunter. * [Antonio Goncalves](https://twitter.com/agoncal/) - Java Champion, JUG Leader, Devoxx France, Java EE 6/7, JCP, Author. * [Arun Gupta](https://twitter.com/arungupta/) - Java Champion, JavaOne Rockstar, UG Leader, Devoxx4Kids-er, Red Hatter. * [Brian Goetz](https://twitter.com/BrianGoetz) - Java Language Architect at Oracle.