From 5a4a0a2013ef70dd80cd1abb91a10697c2fdc416 Mon Sep 17 00:00:00 2001 From: ofadeyi Date: Tue, 6 Dec 2016 19:41:34 +0000 Subject: [PATCH 1/7] Add CQEngine --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63382af..9d95194 100644 --- a/README.md +++ b/README.md @@ -501,6 +501,7 @@ A curated list of awesome Java frameworks, libraries and software. *Everything else.* * [Codename One](https://www.codenameone.com/) - Cross platform solution for writing native mobile (iOS, Android, etc.) +* [CQEngine](https://github.com/npgall/cqengine) - Ultra-fast SQL-like queries on Java collections * [Design Patterns](https://github.com/iluwatar/java-design-patterns) - Implementation and explanation of the most common design patterns. * [Failsafe](https://github.com/jhalterman/failsafe) - Simple failure handling with retries and circuit breakers. * [J2ObjC](https://github.com/google/j2objc) - Java to Objective-C translator for porting Android libraries to iOS. From 812c85af0a29a2b8076e03132be42518b0fa0af2 Mon Sep 17 00:00:00 2001 From: ofadeyi Date: Tue, 6 Dec 2016 19:44:15 +0000 Subject: [PATCH 2/7] Add RAML-Tester --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d95194..d260f08 100644 --- a/README.md +++ b/README.md @@ -739,6 +739,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Moco](https://github.com/dreamhead/moco) - Concise web services for stubs and mocks, Duke's Choice Award 2013. * [PIT](http://pitest.org) - Fast mutation-testing framework for evaluating fault-detection abilities of existing JUnit or TestNG test-suites. * [PowerMock](https://github.com/jayway/powermock) - Enables mocking of static methods, constructors, final classes and methods, private methods and removal of static initializers. +* [RAML-Tester](https://github.com/nidi3/raml-tester) - Test if a request/response matches a given raml definition. * [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. From 601ba61598eae4372ab4fb28be05081e6428e95d Mon Sep 17 00:00:00 2001 From: ofadeyi Date: Tue, 6 Dec 2016 20:47:08 +0000 Subject: [PATCH 3/7] Add Hypermedia types and Siren4J --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d260f08..927ddd2 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Geospatial](#geospatial) - [GUI](#gui) - [High Performance](#high-performance) + - [Hypermedia Types](#hypermedia-types) - [IDE](#ide) - [Imagery](#imagery) - [JSON Processing](#json-processing) @@ -404,6 +405,12 @@ A curated list of awesome Java frameworks, libraries and software. * [JCTools](https://github.com/JCTools/JCTools) - Concurrency tools currently missing from the JDK. * [Koloboke](https://github.com/OpenHFT/Koloboke) - Hash sets and hash maps. +## Hypermedia Types + +*Libraries that handle serialization to hypermedia types.* + +* [Siren4J](https://github.com/eserating/siren4j) - Java library for the Siren Hypermedia Type Specification. + ## IDE *Integrated development environments that try to simplify several aspects of development.* From 5294afb3d4bd6766344d9f523f8d8fc23195b484 Mon Sep 17 00:00:00 2001 From: ofadeyi Date: Tue, 6 Dec 2016 20:48:28 +0000 Subject: [PATCH 4/7] Add JSON-LD --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 927ddd2..e6e7b2a 100644 --- a/README.md +++ b/README.md @@ -409,6 +409,7 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries that handle serialization to hypermedia types.* +* [JSON-LD](https://github.com/jsonld-java/jsonld-java) - JSON-LD implementation for Java. * [Siren4J](https://github.com/eserating/siren4j) - Java library for the Siren Hypermedia Type Specification. ## IDE From f340db0dfe9e417620b2112c1d3f8a3358003e43 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sat, 10 Dec 2016 12:06:26 +0100 Subject: [PATCH 5/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6e7b2a..b35941e 100644 --- a/README.md +++ b/README.md @@ -409,8 +409,8 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries that handle serialization to hypermedia types.* -* [JSON-LD](https://github.com/jsonld-java/jsonld-java) - JSON-LD implementation for Java. -* [Siren4J](https://github.com/eserating/siren4j) - Java library for the Siren Hypermedia Type Specification. +* [JSON-LD](https://github.com/jsonld-java/jsonld-java) - JSON-LD implementation. +* [Siren4J](https://github.com/eserating/siren4j) - Library for the Siren specification. ## IDE From b8cf5194744287518b6a6d02ee1c5415e78e5f25 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sat, 10 Dec 2016 12:07:56 +0100 Subject: [PATCH 6/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b35941e..8ac69a9 100644 --- a/README.md +++ b/README.md @@ -509,7 +509,7 @@ A curated list of awesome Java frameworks, libraries and software. *Everything else.* * [Codename One](https://www.codenameone.com/) - Cross platform solution for writing native mobile (iOS, Android, etc.) -* [CQEngine](https://github.com/npgall/cqengine) - Ultra-fast SQL-like queries on Java collections +* [CQEngine](https://github.com/npgall/cqengine) - Ultra-fast SQL-like queries on Java collections. * [Design Patterns](https://github.com/iluwatar/java-design-patterns) - Implementation and explanation of the most common design patterns. * [Failsafe](https://github.com/jhalterman/failsafe) - Simple failure handling with retries and circuit breakers. * [J2ObjC](https://github.com/google/j2objc) - Java to Objective-C translator for porting Android libraries to iOS. @@ -747,7 +747,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Moco](https://github.com/dreamhead/moco) - Concise web services for stubs and mocks, Duke's Choice Award 2013. * [PIT](http://pitest.org) - Fast mutation-testing framework for evaluating fault-detection abilities of existing JUnit or TestNG test-suites. * [PowerMock](https://github.com/jayway/powermock) - Enables mocking of static methods, constructors, final classes and methods, private methods and removal of static initializers. -* [RAML-Tester](https://github.com/nidi3/raml-tester) - Test if a request/response matches a given raml definition. +* [RAML-Tester](https://github.com/nidi3/raml-tester) - Tests if a request/response matches a given RAML definition. * [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. From 4bec842c8711716b0a9bd291553f72bf11d06946 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sat, 10 Dec 2016 12:08:32 +0100 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ac69a9..ad19e0e 100644 --- a/README.md +++ b/README.md @@ -747,7 +747,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Moco](https://github.com/dreamhead/moco) - Concise web services for stubs and mocks, Duke's Choice Award 2013. * [PIT](http://pitest.org) - Fast mutation-testing framework for evaluating fault-detection abilities of existing JUnit or TestNG test-suites. * [PowerMock](https://github.com/jayway/powermock) - Enables mocking of static methods, constructors, final classes and methods, private methods and removal of static initializers. -* [RAML-Tester](https://github.com/nidi3/raml-tester) - Tests if a request/response matches a given RAML definition. +* [raml-tester](https://github.com/nidi3/raml-tester) - Tests if a request/response matches a given RAML definition. * [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.