From dafea1dc0b0620020dbfd59a57a385ba18f0f759 Mon Sep 17 00:00:00 2001 From: Jeronimo Backes Date: Fri, 24 Apr 2015 23:23:00 +0930 Subject: [PATCH 01/53] Add a section for CSV Adding [uniVocity-parsers](https://github.com/uniVocity/univocity-parsers) to the list. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 93873ca..33ad7e4 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o - [Code Analysis](#code-analysis) - [Compiler-compiler](#compiler-compiler) - [Continuous Integration](#continuous-integration) + - [CSV](#csv) - [Database](#database) - [Date and Time](#date-and-time) - [Dependency Injection](#dependency-injection) @@ -94,6 +95,12 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. +## 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. + ## Database *Everything which simplifies interactions with the database.* From f37c2e0664c0c0b7cf5f9b0be4800833fc5852d3 Mon Sep 17 00:00:00 2001 From: Andrea Cisternino Date: Wed, 29 Apr 2015 17:43:08 +0200 Subject: [PATCH 02/53] Added Genson to JSON libraries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc34089..8bab2e3 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Libraries that simplify JSON processing.* +* [Genson](http://owlike.github.io/genson) - Powerful and easy to use Java and 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. From ac99233e10c9f3c4df71e6a956d2c0ef1ed58e13 Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Thu, 30 Apr 2015 11:14:12 +0200 Subject: [PATCH 03/53] Add the section: Constraint Satisfaction Problem (CSP) Solver --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dc34089..501bd9d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o - [Code Analysis](#code-analysis) - [Compiler-compiler](#compiler-compiler) - [Configuration](#configuration) + - [Constraint Satisfaction Problem (CSP) Solver](#constraint-satisfaction-problem-csp-solver) - [Continuous Integration](#continuous-integration) - [Database](#database) - [Data structures](#data-structures) @@ -100,6 +101,13 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [config](https://github.com/typesafehub/config) - Configuration library for JVM languages. +## Constraint Satisfaction Problem (CSP) Solver + +* [Choco](http://choco-solver.org/) - An off-the-shelf constraint satisfaction problem solver, which uses constraint programming techniques to solve constraint satisfaction problems (CSP). +* [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. +* [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. + ## Continuous Integration *Tools which support continuously building, testing and releasing applications.* From 6d7b403c0dd2da19716e49f0b9a3fb5fe57674de Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Thu, 30 Apr 2015 11:40:56 +0200 Subject: [PATCH 04/53] Include the JScience library in the Science section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 501bd9d..e1a3eaf 100644 --- a/README.md +++ b/README.md @@ -394,6 +394,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Libraries for scientific computing and analysis.* +* [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 086443ae17e75dbb3d5d8c4910da0ab177832d90 Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Thu, 30 Apr 2015 11:55:12 +0200 Subject: [PATCH 05/53] =?UTF-8?q?Include=20the=20libraries:=20JADE,=20JSci?= =?UTF-8?q?ence,=20and=20Prot=C3=A9g=C3=A9=20in=20the=20Science=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 501bd9d..2675f13 100644 --- a/README.md +++ b/README.md @@ -394,6 +394,9 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Libraries for scientific computing and analysis.* +* [JADE](http://jade.tilab.com/) - Providers a framework and an environment to build and to debug multi-agent systems. +* [JScience](http://jscience.org/) - Provides a set of classes to work with scientific measurements and units. +* [Protégé](http://protege.stanford.edu/) - Provides an ontology editor and a framework to build knowledge-based systems. * [SCaVis](http://jwork.org/scavis/) - Environment for scientific computation, data analysis and data visualization. ## Search From 04ae4ab26dc6db1ed07b1bde839e092daf41e25c Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Thu, 30 Apr 2015 12:17:44 +0200 Subject: [PATCH 06/53] Include the Oracle ADF framework at the Web frameworks section and the JDeveloper at the IDE section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2675f13..2f27912 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Eclipse](http://www.eclipse.org/) - Does a lot of things in the background. Noteworthy are its large amount of plugins. * [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. +* [JDeveloper](http://www.oracle.com/technetwork/developer-tools/jdev/overview/index-094652.html) - Providers a complete environment to write Java SE and EE applications, as well as to develop SOA applications based on the [Oracle SOA Suite](http://www.oracle.com/us/products/middleware/soa/suite/overview/index.html). * [NetBeans](https://netbeans.org/) - Provides integration for several Java SE and EE features starting with database access and servers to HTML5 and AngularJS. ## Imagery @@ -491,6 +492,7 @@ h * [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. +* [Oracle ADF](http://www.oracle.com/technetwork/developer-tools/adf/overview/index.html) - Providers a free and a commercial version framework to write web and mobile applications, following an event-driven approach. * [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. From c6ebbf11fdb4dd6dd981bbc44c62f4953c1a0d16 Mon Sep 17 00:00:00 2001 From: atomfrede Date: Thu, 30 Apr 2015 18:48:54 +0200 Subject: [PATCH 07/53] Add gatling load testing tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc34089..247413d 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Matchers that can be combined to create flexible expressions of intent. * [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. From 05c4b9f3fe79805e1b950dfd05c2900c51a0c4fa Mon Sep 17 00:00:00 2001 From: "alessandro.leite" Date: Fri, 1 May 2015 22:15:22 +0200 Subject: [PATCH 08/53] Remove JDeveloper and Oracle ADF; and adjust the Utility section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Move JScience, JADE and Protégé to Utility section * Sort the entries of the Utility section * Add a period to the args4j entry --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2f27912..1754a8c 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Eclipse](http://www.eclipse.org/) - Does a lot of things in the background. Noteworthy are its large amount of plugins. * [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. -* [JDeveloper](http://www.oracle.com/technetwork/developer-tools/jdev/overview/index-094652.html) - Providers a complete environment to write Java SE and EE applications, as well as to develop SOA applications based on the [Oracle SOA Suite](http://www.oracle.com/us/products/middleware/soa/suite/overview/index.html). * [NetBeans](https://netbeans.org/) - Provides integration for several Java SE and EE features starting with database access and servers to HTML5 and AngularJS. ## Imagery @@ -395,9 +394,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Libraries for scientific computing and analysis.* -* [JADE](http://jade.tilab.com/) - Providers a framework and an environment to build and to debug multi-agent systems. -* [JScience](http://jscience.org/) - Provides a set of classes to work with scientific measurements and units. -* [Protégé](http://protege.stanford.edu/) - Provides an ontology editor and a framework to build knowledge-based systems. * [SCaVis](http://jwork.org/scavis/) - Environment for scientific computation, data analysis and data visualization. ## Search @@ -468,12 +464,15 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Libraries which provide general utility functions.* -* [args4j](http://args4j.kohsuke.org/) - Command line arguments parser -* [JCommander](http://jcommander.org/) - Command line arguments parser; its been around, active, and maintained by the creator since 2010. * [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. * [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. +* [Protégé](http://protege.stanford.edu/) - Provides an ontology editor and a framework to build knowledge-based systems. ## Web Crawling @@ -492,7 +491,6 @@ h * [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. -* [Oracle ADF](http://www.oracle.com/technetwork/developer-tools/adf/overview/index.html) - Providers a free and a commercial version framework to write web and mobile applications, following an event-driven approach. * [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. From 08c2ec583c37b095b29489c0b466f21e391f4d07 Mon Sep 17 00:00:00 2001 From: JB Giraudeau Date: Fri, 1 May 2015 23:22:15 +0200 Subject: [PATCH 09/53] Added adt4j - Algebraic Data Types for Java Algebraic Data Types for Java. Quite unique! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc34089..9590549 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Augmentation of the development process at a fundamental level.* +* [ADT4J] (https://github.com/sviperll/adt4j) - Algebraic Data Types for Java (JSR-269 code generator) * [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. From 7c113cba08b4b75ffe1046dae0fa7e6a79a0b958 Mon Sep 17 00:00:00 2001 From: JB Giraudeau Date: Fri, 1 May 2015 23:29:02 +0200 Subject: [PATCH 10/53] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9590549..dd51e7b 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *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) - Algebraic Data Types for Java (JSR-269 code generator) * [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. From 7a068c6306fd2bae8b7473c1ee4b2a52f4972b9c Mon Sep 17 00:00:00 2001 From: JB Giraudeau Date: Fri, 1 May 2015 23:48:46 +0200 Subject: [PATCH 11/53] Added missing final dot. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd51e7b..796b86a 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *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) - Algebraic Data Types for Java (JSR-269 code generator). * [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. From 6f1f5f57299dff6bb54238215e2362ef2766451e Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Wed, 6 May 2015 08:58:29 +0200 Subject: [PATCH 12/53] Added MyBatis, PowerMock and Unitils --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dc34089..129ff3b 100644 --- a/README.md +++ b/README.md @@ -349,6 +349,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Ebean](http://ebean-orm.github.io/) - ORM Framework that provides fast data access and even faster coding. * [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. ## PDF @@ -448,9 +449,11 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [JMockit](http://jmockit.org/) - The Mock Anything Toolkit for Java, 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) - Allows you to unit test code normally regarded as untestable. * [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. * [TestNG](http://testng.org/) - Testing framework. +* [Unitils](http://www.unitils.org/) - Testing library divided into modules for unit and integration testing. ## Utility From fdaadad7b96abf2e2945e4bcc1c6ba1d1c23dc2f Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Thu, 7 May 2015 16:35:12 +0200 Subject: [PATCH 13/53] Remove the CSP abbreviation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1754a8c..ef5d94b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o - [Code Analysis](#code-analysis) - [Compiler-compiler](#compiler-compiler) - [Configuration](#configuration) - - [Constraint Satisfaction Problem (CSP) Solver](#constraint-satisfaction-problem-csp-solver) + - [Constraint Satisfaction Problem Solver](#constraint-satisfaction-problem-solver) - [Continuous Integration](#continuous-integration) - [Database](#database) - [Data structures](#data-structures) @@ -101,9 +101,9 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [config](https://github.com/typesafehub/config) - Configuration library for JVM languages. -## Constraint Satisfaction Problem (CSP) Solver +## Constraint Satisfaction Problem Solver -* [Choco](http://choco-solver.org/) - An off-the-shelf constraint satisfaction problem solver, which uses constraint programming techniques to solve constraint satisfaction problems (CSP). +* [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. * [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. From 11f9f02d57d829c59344be59d5cace95ec9ecef3 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Thu, 7 May 2015 12:13:11 -0700 Subject: [PATCH 14/53] added Central Repository, aka Maven Central --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc1f1b6..85f44c3 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *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. * [IzPack](http://izpack.org/) - Setup authoring tool for cross-platform deployments. * [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. From 963113bed8084fa05b8cac329d73026715a33b08 Mon Sep 17 00:00:00 2001 From: Rob Fletcher Date: Thu, 7 May 2015 13:23:51 -0700 Subject: [PATCH 15/53] Added Spock to testing section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85f44c3..35e7daa 100644 --- a/README.md +++ b/README.md @@ -463,6 +463,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [PowerMock](https://github.com/jayway/powermock) - Allows you to unit test code normally regarded as untestable. * [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. * [TestNG](http://testng.org/) - Testing framework. * [Unitils](http://www.unitils.org/) - Testing library divided into modules for unit and integration testing. From df41a5ccab66739b3aa79355f6b77271897eb61f Mon Sep 17 00:00:00 2001 From: Rafael Winterhalter Date: Fri, 8 May 2015 08:53:53 +0200 Subject: [PATCH 16/53] Added documents4j I know that self-submissions are frowned upon but I think documents4j is a quite unique tool and is useful, especially in enterprise context. Feel free to add it if you find it appropriate. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85f44c3..4ede5b1 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Apache POI](http://poi.apache.org/) - Supports OOXML (XLSX, DOCX, PPTX) as well as OLE2 (XLS, DOC or PPT). * [jOpenDocument](http://www.jopendocument.org/) - Processes the OpenDocument format. +* [documents4j](http://documents4j.com) - Java API for document format conversion using third-party converters such as MS Word. ## Functional Programming From a40d6df8707369060420727d094388687e9f7dba Mon Sep 17 00:00:00 2001 From: Rafael Winterhalter Date: Fri, 8 May 2015 09:12:27 +0200 Subject: [PATCH 17/53] Added vJUG Added the vJUG and its podcast. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 85f44c3..804a4c2 100644 --- a/README.md +++ b/README.md @@ -509,6 +509,7 @@ h * [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. ## Influential Books @@ -524,6 +525,7 @@ h *Something to listen to while programming.* * [The Java Posse](http://www.javaposse.com/) (discontinued as of 02/2015) +* [The Java Council](http://virtualjug.com/podcast/) ## Twitter From da51c63457943f76a962095b09cd9187e676a613 Mon Sep 17 00:00:00 2001 From: Ricardo Gladwell Date: Fri, 8 May 2015 10:57:10 +0100 Subject: [PATCH 18/53] Ammended Eclipse entry to be less ambiguous. Amended the Eclipse entry to remove strange, ambiguous language and emphasise the open-source nature of Eclipse. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85f44c3..0beb4b0 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Integrated development environments that try to simplify several aspects of development.* -* [Eclipse](http://www.eclipse.org/) - Does a lot of things in the background. Noteworthy are its large amount of plugins. +* [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. From de3b133b0cf3569f410fe3408eab4ae277687cf3 Mon Sep 17 00:00:00 2001 From: "JitPack.io" Date: Fri, 8 May 2015 13:04:08 +0100 Subject: [PATCH 19/53] Added JitPack to Distribution section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85f44c3..5778c7a 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [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. From 1d530fcf966db05a6a5e3445d8d156fb806f07d8 Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Fri, 8 May 2015 18:26:35 +0200 Subject: [PATCH 20/53] Add a brief description to the Constraint Satisfaction Problem Solver section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef5d94b..a65b398 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,8 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o ## Constraint Satisfaction Problem Solver +*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. * [OptaPlanner](http://www.optaplanner.org/) - A business planning and resource scheduling optimization solver. From 80a6adf2480dcdbd9dda06c35f297f28de2f3270 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Mon, 11 May 2015 21:19:55 +0200 Subject: [PATCH 21/53] Adds Google's Error Prone --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 85f44c3..57dfe1c 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Tools that provide metrics and quality measurements.* * [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. * [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 3f22f10ae0d7a3dd093bf567fe664f3716c77ba5 Mon Sep 17 00:00:00 2001 From: Abraham Tehrani Date: Tue, 12 May 2015 13:20:14 -0700 Subject: [PATCH 22/53] Update the README.md file to include the WireMock Library Update the README.md file to include the WireMock Library, I think it's a great tool. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3699612..778118c 100644 --- a/README.md +++ b/README.md @@ -479,6 +479,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [TestNG](http://testng.org/) - Testing framework. * [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. ## Utility From 3f3be6306e8268fa4a6de9fadb1d97c65613ac81 Mon Sep 17 00:00:00 2001 From: Veysi Ertekin Date: Wed, 13 May 2015 19:06:26 +0300 Subject: [PATCH 23/53] `flyingsaucer` was added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3699612..f1fd35c 100644 --- a/README.md +++ b/README.md @@ -384,6 +384,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [DynamicReports](http://dynamicreports.org/) - Simplifies JasperReports. * [iText](http://itextpdf.com/) - Easy to use PDF library which creates PDF files programmatically but requires a license for commercial purposes. * [JasperReports](http://community.jaspersoft.com/project/jasperreports-library) - Complex reporting engine. +* [flyingsaucer](https://github.com/flyingsaucerproject/flyingsaucer) - XML/XHTML and CSS 2.1 renderer in pure Java. ## Performance analysis From ea6433b5fbf16d9f0afe270e7c3c38ee3dbce34b Mon Sep 17 00:00:00 2001 From: Anthony Date: Sun, 17 May 2015 15:46:57 -0400 Subject: [PATCH 24/53] Remove unnecessary character in Web Frameworks section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3699612..985a935 100644 --- a/README.md +++ b/README.md @@ -505,7 +505,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o ## Web Frameworks *Frameworks that handle the communication between the layers of an web application.* -h + * [Apache Tapestry](http://tapestry.apache.org/) - Component oriented framework for creating dynamic, robust, highly scalable web applications in Java. * [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. From 875f7ea5d38bba9a4337b24512100cb26dcfd4eb Mon Sep 17 00:00:00 2001 From: Benjamin Schandera Date: Sat, 23 May 2015 10:47:48 +0200 Subject: [PATCH 25/53] align style in CSV paragraph description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 985a935..ce358e7 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o ## CSV -* Frameworks and libraries that simplify reading/writing CSV data.* +*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. From 9255a1f6cc5757c2dfea35c899f815e61d42e848 Mon Sep 17 00:00:00 2001 From: f1yegor Date: Sun, 24 May 2015 20:33:36 +0300 Subject: [PATCH 26/53] monitoring: javamelody --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e08be91..af29ec8 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [AppDynamics](http://www.appdynamics.com/) - Commercial performance monitor. * [New Relic](http://newrelic.com/) - Commercial performance monitor. * [Takipi](https://www.takipi.com/) - Commercial in-production error monitoring and debugging. +* [Javamelody](https://javamelody.googlecode.com) - Open-source performance monitoring and profiling. ## Native *For working with platform-specific native libraries.* From 194131e3638435c89d5a000cf0dd42630a1c589a Mon Sep 17 00:00:00 2001 From: Stefan Schlott Date: Wed, 27 May 2015 09:14:17 +0200 Subject: [PATCH 27/53] Add Bouncy Castle crypto library Even though the API feels dated, it's still one of the most used (and useful) Java crypto libraries. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e08be91..f2c5125 100644 --- a/README.md +++ b/README.md @@ -424,6 +424,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Libraries that handle security, authentication, authorization or session management.* * [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. From f11903f9cf4be3b908fcda3af7f725f6eb8dafbd Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Thu, 28 May 2015 10:26:44 +0200 Subject: [PATCH 28/53] Add the projects: JHispter and Smack --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e08be91..f53c722 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. +* [JHispter](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. * [Lombok](http://projectlombok.org/) - Code-generator which aims to reduce the verbosity of Java. * [RxJava](https://github.com/Netflix/RxJava) - Library for composing asynchronous and event-based programs using observable sequences from the JVM. @@ -311,7 +312,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o ## Messaging -*Tools that help sending messages between clients to ensure protocol independency.* +*Tools that help on sending messages between clients 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. @@ -319,6 +320,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. ## Miscellaneous From 43f7c9323194d152c8990da17f7405fb9d8b3c87 Mon Sep 17 00:00:00 2001 From: f1yegor Date: Mon, 1 Jun 2015 21:24:59 +0200 Subject: [PATCH 29/53] monitoring: javamelody --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af29ec8..7dea494 100644 --- a/README.md +++ b/README.md @@ -340,7 +340,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [AppDynamics](http://www.appdynamics.com/) - Commercial performance monitor. * [New Relic](http://newrelic.com/) - Commercial performance monitor. * [Takipi](https://www.takipi.com/) - Commercial in-production error monitoring and debugging. -* [Javamelody](https://javamelody.googlecode.com) - Open-source performance monitoring and profiling. +* [JavaMelody](https://github.com/javamelody/javamelody) - Open-source performance monitoring and profiling. ## Native *For working with platform-specific native libraries.* From f25dd385a29bd2694493b355425c058deaf52d44 Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Tue, 2 Jun 2015 18:32:59 +0200 Subject: [PATCH 30/53] Fix the typo problem on describing the JHipster project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e53c61d..42667c8 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. -* [JHispter](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](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. * [Lombok](http://projectlombok.org/) - Code-generator which aims to reduce the verbosity of Java. * [RxJava](https://github.com/Netflix/RxJava) - Library for composing asynchronous and event-based programs using observable sequences from the JVM. From 1e483234e84677a966b830a4feffef6cd1671445 Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Tue, 9 Jun 2015 00:24:22 +0200 Subject: [PATCH 31/53] Include DotCi and MapDB in the CI and database section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 42667c8..8829765 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [CircleCI](https://circleci.com/) - Hosted service with a free trial. * [Codeship](https://www.codeship.io/features) - Hosted services with a limited free plan. +* [DotCi](https://github.com/groupon/DotCi) - It provides GitHub build management and continuous integration through docker on Jenkins. * [Go](http://www.thoughtworks.com/products/go-continuous-delivery) - ThoughtWork's CI 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. @@ -141,6 +142,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [Presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data. * [Querydsl](http://www.querydsl.com/) - Typesafe unified queries for Java. From 13466a806b18d369afaba3bec5d48e55261a6567 Mon Sep 17 00:00:00 2001 From: Alexander Brandt Date: Sat, 20 Jun 2015 00:48:45 +0200 Subject: [PATCH 32/53] Update README.md Added Pebble templating engine. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42667c8..2d3908d 100644 --- a/README.md +++ b/README.md @@ -461,6 +461,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. +* [Pebble](http://www.mitchellbosecke.com/pebble/home) - A fast templating engine, with inheritance and i18n support. * [Thymeleaf](http://www.thymeleaf.org/) - Aims to be a substitute for JSP and works for XML files in general. ## Testing From b89a8e11e62ddec1a59d30a63c075172990cdc91 Mon Sep 17 00:00:00 2001 From: Alexander Brandt Date: Sat, 20 Jun 2015 00:52:43 +0200 Subject: [PATCH 33/53] Update README.md Added Pippo Web framework. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d3908d..0972f7d 100644 --- a/README.md +++ b/README.md @@ -519,6 +519,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [Play](http://www.playframework.com/) - Uses convention over configuration, hot code reloading and display of errors in the browser. +* [Pippo](http://www.pippo.ro/) - A small, highly modularized Sinatra-like framework. * [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. From e46b707ab39fa262ffbbbb8ca9ae36cb939da16a Mon Sep 17 00:00:00 2001 From: Alexander Brandt Date: Sat, 20 Jun 2015 01:21:07 +0200 Subject: [PATCH 34/53] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0972f7d..2d3908d 100644 --- a/README.md +++ b/README.md @@ -519,7 +519,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [Play](http://www.playframework.com/) - Uses convention over configuration, hot code reloading and display of errors in the browser. -* [Pippo](http://www.pippo.ro/) - A small, highly modularized Sinatra-like framework. * [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. From 91907fb8dc13c25aca6715847f13aaecb5505fa8 Mon Sep 17 00:00:00 2001 From: Alexander Brandt Date: Sat, 20 Jun 2015 01:26:12 +0200 Subject: [PATCH 35/53] Update README.md Added Pippo web framework. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d3908d..0972f7d 100644 --- a/README.md +++ b/README.md @@ -519,6 +519,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [Play](http://www.playframework.com/) - Uses convention over configuration, hot code reloading and display of errors in the browser. +* [Pippo](http://www.pippo.ro/) - A small, highly modularized Sinatra-like framework. * [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. From 4591752c0b95f1a36e9d41555dff4f7f1bbc0bd6 Mon Sep 17 00:00:00 2001 From: Alexander Brandt Date: Sat, 20 Jun 2015 01:27:03 +0200 Subject: [PATCH 36/53] Update README.md Removed Pebbl. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0972f7d..02f0eaa 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. -* [Pebble](http://www.mitchellbosecke.com/pebble/home) - A fast templating engine, with inheritance and i18n support. * [Thymeleaf](http://www.thymeleaf.org/) - Aims to be a substitute for JSP and works for XML files in general. ## Testing From 6e86202ead065c67b85a89e59d6c19d3d98eac57 Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Tue, 23 Jun 2015 14:18:10 +0200 Subject: [PATCH 37/53] Remove the reference to DotCi and include the reference to Crate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 223d796..bba8ce8 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [CircleCI](https://circleci.com/) - Hosted service with a free trial. * [Codeship](https://www.codeship.io/features) - Hosted services with a limited free plan. -* [DotCi](https://github.com/groupon/DotCi) - It provides GitHub build management and continuous integration through docker on Jenkins. * [Go](http://www.thoughtworks.com/products/go-continuous-delivery) - ThoughtWork's CI 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. @@ -136,6 +135,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *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. * [H2](http://h2database.com/) - Small SQL Database notable for its in-memory functionality. * [HikariCP](https://github.com/brettwooldridge/HikariCP) - High performance JDBC connection pool. From 68d96282be48d37219c31ac8b4084f5ea14ebbf4 Mon Sep 17 00:00:00 2001 From: Alessandro Leite Date: Wed, 24 Jun 2015 17:04:42 +0200 Subject: [PATCH 38/53] Include the Gephi platform in the Utility section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bba8ce8..7c3ef72 100644 --- a/README.md +++ b/README.md @@ -494,6 +494,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. +* [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. From 03155754f166736f02c589ad737ca1ab64e4273e Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Tue, 30 Jun 2015 10:52:42 +0200 Subject: [PATCH 39/53] cyclops --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02f0eaa..406aef2 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *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. * [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. * [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. From c4a06bd5817516d636f3452d9232d76b7da841b1 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Wed, 1 Jul 2015 10:29:17 +0200 Subject: [PATCH 40/53] reactive libraries section #178 --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43e6e52..be9a3ea 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o - [Networking](#networking) - [ORM](#orm) - [PDF](#pdf) + - [Reactive](#reactive) - [REST Frameworks](#rest-frameworks) - [Science](#science) - [Search](#search) @@ -177,7 +178,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [Lombok](http://projectlombok.org/) - Code-generator which aims to reduce the verbosity of Java. -* [RxJava](https://github.com/Netflix/RxJava) - Library for composing asynchronous and event-based programs using observable sequences from the JVM. * [Spring Loaded](https://github.com/spring-projects/spring-loaded) - Another class reloading agent for the JVM. * [vert.x](http://vertx.io/) - Polyglot event-driven application framework for the JVM. @@ -256,7 +256,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Koloboke](https://github.com/OpenHFT/Koloboke) - Hash sets and hash maps. * [HPPC](http://labs.carrotsearch.com/hppc.html) - Primitive collections. * [Javolution](http://javolution.org/) - Library for real-time and embedded systems. -* [Reactor](http://projectreactor.io/) - Library for building reactive fast-data applications. * [Trove](http://trove.starlight-systems.com/) - Primitive collections. ## IDE @@ -400,6 +399,14 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [YourKit Java Profiler](https://www.yourkit.com/features/) - Commercial Java profiler. * [VisualVM](http://visualvm.java.net/) - Visual interface for detailed information about running applications. +## Reactive libraries + +*Libraries for developing reactive applications.* + +* [Reactor](http://projectreactor.io/) - Library for building reactive fast-data applications. +* [Reactive Streams](https://github.com/reactive-streams/reactive-streams-jvm/) - Provide a standard for asynchronous stream processing with non-blocking backpressure. +* [RxJava](https://github.com/Netflix/RxJava) - Library for composing asynchronous and event-based programs using observable sequences from the JVM. + ## REST Frameworks *Frameworks specifically for creating RESTful services.* From 455f6ff943eb96989d5ac055b5dc3e878a662805 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Wed, 1 Jul 2015 10:32:07 +0200 Subject: [PATCH 41/53] try fix reactive libraries toc anchor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be9a3ea..7854f87 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o - [Networking](#networking) - [ORM](#orm) - [PDF](#pdf) - - [Reactive](#reactive) + - [Reactive libraries](#reactive-libraries) - [REST Frameworks](#rest-frameworks) - [Science](#science) - [Search](#search) From 8ff652730d376ff93d3ce35c5e71d40b5d40dd9f Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Thu, 2 Jul 2015 01:53:08 +0200 Subject: [PATCH 42/53] google truth --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 43e6e52..cf954c7 100644 --- a/README.md +++ b/README.md @@ -486,6 +486,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [TestNG](http://testng.org/) - Testing framework. +* [Truth](https://github.com/google/truth) - Assertion/Proposition framework for Java unit tests. * [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. From e6084d1580e9ad5f259caa6c071242637c52ffaa Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Thu, 2 Jul 2015 01:55:54 +0200 Subject: [PATCH 43/53] truth is created by google which is worth mentioning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf954c7..01d26fc 100644 --- a/README.md +++ b/README.md @@ -486,7 +486,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [TestNG](http://testng.org/) - Testing framework. -* [Truth](https://github.com/google/truth) - Assertion/Proposition framework for Java unit tests. +* [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. From dfb25f9ea2bad938093c1675ae2efa1f13ec670a Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Thu, 2 Jul 2015 02:02:28 +0200 Subject: [PATCH 44/53] update dagger (by square) to dagger2 (now maintained by google) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43e6e52..b18dea0 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Libraries that help to realize the [Inversion of Control](http://en.wikipedia.org/wiki/Inversion_of_control) paradigm.* -* [Dagger](http://square.github.io/dagger/) - Compile-time injection framework without reflection, mainly for Android. +* [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 44c2a46c760e3eb5e6c09c22f2b99035fe9a70ed Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Sat, 4 Jul 2015 02:20:09 +0200 Subject: [PATCH 45/53] jhiccup --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 675b779..595324d 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [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. From c835a2cf52965348dd628a3907a0a0941770fca3 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Sat, 4 Jul 2015 02:25:15 +0200 Subject: [PATCH 46/53] LatencyUtils --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 595324d..8835f02 100644 --- a/README.md +++ b/README.md @@ -488,6 +488,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [Selenide](http://selenide.org/) - Concise API around Selenium to write stable and readable UI tests. From bc5d58e6471f3be1c82127020266dc172ad43392 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Sat, 4 Jul 2015 02:29:36 +0200 Subject: [PATCH 47/53] JCTools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8835f02..fb533d8 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Koloboke](https://github.com/OpenHFT/Koloboke) - Hash sets and hash maps. * [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. * [Trove](http://trove.starlight-systems.com/) - Primitive collections. ## IDE From b7d3e9321374d7e8031909148a195e4c22506d42 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Sat, 4 Jul 2015 02:46:01 +0200 Subject: [PATCH 48/53] protobuf --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb533d8..b5c1fdd 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o ## 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. ## Date and Time From 8ddc7da94718a556cd6c94e83f76eea99d3bdcf0 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Sat, 4 Jul 2015 02:52:26 +0200 Subject: [PATCH 49/53] wire --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5c1fdd..1632795 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. +* [Wire](https://github.com/square/wire) - Clean, lightweight protocol buffers for Android and Java. ## Date and Time From f42833fddaefcf85d3f48f458598453b398a1646 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Sat, 4 Jul 2015 02:56:55 +0200 Subject: [PATCH 50/53] sbe --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1632795..5b08877 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [Wire](https://github.com/square/wire) - Clean, lightweight protocol buffers for Android and Java. +* [SBE](https://github.com/real-logic/simple-binary-encoding) - Simple Binary Encoding, one of the fastest message formats around. ## Date and Time From 05e706de4453640a60b64f5f342f54cd0b7df960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Sj=C3=B6gren?= Date: Thu, 16 Jul 2015 15:32:36 +0200 Subject: [PATCH 51/53] Brian and Martin in twitter section. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5b08877..69495af 100644 --- a/README.md +++ b/README.md @@ -576,6 +576,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [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. * [Bruno Borges](https://twitter.com/brunoborges) - Product Manager/Java Jock at Oracle. * [Ed Burns](https://twitter.com/edburns) - Consulting Member of the Technical Staff at Oracle. * [Eugen Paraschiv](https://twitter.com/baeldung) - Author of the Spring Security Course. @@ -590,6 +591,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Mark Reinhold](https://twitter.com/mreinhold) - Chief Architect, Java Platform Group, Oracle. * [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 * [Reza Rahman](https://twitter.com/reza_rahman) - Java EE/GlassFish/WebLogic evangelist, author, speaker, open source hacker. From 8038192ff0d074a3ebba8160128675b7d3c1d748 Mon Sep 17 00:00:00 2001 From: Avinash Sahu Date: Wed, 22 Jul 2015 16:20:03 +0530 Subject: [PATCH 52/53] REST Frameworks Added RestExpress in the REST Frameworks section. Issue #190 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69495af..7466da6 100644 --- a/README.md +++ b/README.md @@ -419,6 +419,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. From 1212837296288f64edffdfd9a77154de58fa8048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Sj=C3=B6gren?= Date: Wed, 22 Jul 2015 21:38:30 +0200 Subject: [PATCH 53/53] Fix javassist url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7466da6..89d648f 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. -* [Javassist](http://www.csg.ci.i.u-tokyo.ac.jp/~chiba/javassist/) - Tries to simplify the editing of bytecode. +* [Javassist](http://jboss-javassist.github.io/javassist) - Tries to simplify the editing of bytecode. ## Cluster Management