From 022d2972da1504e206ed69de961a283ccddbb2dc Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Mon, 6 Apr 2015 20:47:01 +0200 Subject: [PATCH 01/22] Added Apache Camel to Messaging --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66251e7..93a04fa 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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 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. * [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. From a33fff2611e55d343a27e23c68746c07433d9531 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Mon, 6 Apr 2015 20:52:37 +0200 Subject: [PATCH 02/22] Added fabric8 to Misc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66251e7..ff529da 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *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. From ffb4a6f23595c25f7d6acd7707b63c99702338f5 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Mon, 6 Apr 2015 20:57:05 +0200 Subject: [PATCH 03/22] Added Infinispan to Distributed Databases --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66251e7..650b58e 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. ## Distribution From c81431d5b8d0e65b40bd0b848d952915a534918a Mon Sep 17 00:00:00 2001 From: yegorius Date: Tue, 7 Apr 2015 01:38:30 +0300 Subject: [PATCH 04/22] Add Hamcrest to Testing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66251e7..03dd4c8 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [AssertJ](http://joel-costigliola.github.io/assertj/) - Fluent assertions that improve readability. +* [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. * [JUnit](http://junit.org/) - Common testing framework. * [Mockito](http://code.google.com/p/mockito/) - Creation of test double objects in automated unit tests for the purpose of TDD or BDD. From e0ab22b51e925ea330533655417e502b66cb8072 Mon Sep 17 00:00:00 2001 From: yegorius Date: Tue, 7 Apr 2015 02:08:48 +0300 Subject: [PATCH 05/22] Add Reactor to High Performance --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66251e7..90f63ec 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,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. +* [Reactor](http://projectreactor.io/) - Library for building reactive fast-data applications. * [Trove](http://trove.starlight-systems.com/) - Primitive collections. ## IDE From da132a29ba517a429d2a0f22fd506cf2190f142f Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 9 Apr 2015 13:28:23 +0200 Subject: [PATCH 06/22] H2O changed spelling and URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66251e7..8485114 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. -* [h2o](http://0xdata.github.io/h2o/) - Analytics engine for statistics over big data. +* [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 From d6452360bb3b668560f98f9e10b4eac8a31fd115 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 9 Apr 2015 13:53:24 +0200 Subject: [PATCH 07/22] Added pricing info to robovm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66251e7..a1f45b0 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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/) - Write native iOS apps in Java. +* [RoboVM](http://www.robovm.org/) - Commercial framework with a free trial to write native iOS apps in Java. ## Natural Language Processing From 9afb2e18f8a6a1ae561150773a967477d4a3e222 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 16 Apr 2015 20:20:39 +0200 Subject: [PATCH 08/22] Changed Guava URL to GitHub repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 595a077..57f9bf2 100644 --- a/README.md +++ b/README.md @@ -394,7 +394,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [args4j](http://args4j.kohsuke.org/) - Command line arguments parser * [Apache Commons](http://commons.apache.org/) - Provides different general purpose functions like configuration, validation, collections, file upload or XML processing. -* [Guava](http://code.google.com/p/guava-libraries/) - Collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth. +* [Guava](https://github.com/google/guava) - Collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth. * [javatuples](http://www.javatuples.org/) - Does what it says, although the concept of tuples in general is debatable. * [JGraphT](http://jgrapht.org/) - A graph library that provides mathematical graph-theory objects and algorithms. From c59e2bbae4c2149e24301eef22599102b2c00cfc Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 16 Apr 2015 20:23:00 +0200 Subject: [PATCH 09/22] Changed crawler4j URL to GitHub repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 595a077..97a52bd 100644 --- a/README.md +++ b/README.md @@ -403,7 +403,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Libraries that analyze the content of websites.* * [Apache Nutch](http://nutch.apache.org/) - Highly extensible, highly scalable Web crawler for production environment. -* [Crawler4j](https://code.google.com/p/crawler4j/) - Simple lightweight alternative. +* [Crawler4j](https://github.com/yasserg/crawler4j) - Simple lightweight alternative. * [JSoup](http://jsoup.org/) - Scrapes, parses, manipulates and cleans HTML. ## Web Frameworks From 0ccb32190814287056c745d1a0ef77d64bffe9af Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 16 Apr 2015 20:36:17 +0200 Subject: [PATCH 10/22] Changed Gson URL to GitHub repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 595a077..c6c68c2 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Libraries that simplify JSON processing.* -* [Gson](https://code.google.com/p/google-gson/) - Serializes Java objects to JSON and vice versa. Good performance with on-the-fly usage. +* [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. ## JVM and JDK From d6f4a51be6eff00a96f1dc76c9e43b8f6fae1304 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 16 Apr 2015 20:37:25 +0200 Subject: [PATCH 11/22] Changed Mockito URL to GitHub repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 595a077..c649f45 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [JUnit](http://junit.org/) - Common testing framework. -* [Mockito](http://code.google.com/p/mockito/) - Creation of test double objects in automated unit tests for the purpose of TDD or BDD. +* [Mockito](https://github.com/mockito/mockito) - Creation of test double objects in automated unit tests for the purpose of TDD or BDD. * [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. From 2be39a1d02bfed3b890a068bc33eaaac1a398a1a Mon Sep 17 00:00:00 2001 From: fcamblor Date: Tue, 21 Apr 2015 10:54:31 +0200 Subject: [PATCH 12/22] Setting back restx --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 595a077..09b992c 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,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. +* [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. * [Swagger](https://helloreverb.com/developers/swagger) - Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services. From f8d8d50e7d5e866e3b398f1a0b54524ddec9014f Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Tue, 21 Apr 2015 12:28:49 +0200 Subject: [PATCH 13/22] Added some Twitter accounts, a book and some blogs Feel free to keep what you find useful. I might think of more, later on. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 595a077..45a4683 100644 --- a/README.md +++ b/README.md @@ -437,6 +437,7 @@ h * [Effective Java (2nd Edition)](http://www.amazon.com/Effective-Java-Edition-Joshua-Bloch/dp/0321356683) * [Java Concurrency in Practice](http://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601) +* [Java 8 in Action](http://www.amazon.com/Java-Action-Lambdas-functional-style-programming/dp/1617291994/) * [Thinking in Java](http://www.amazon.com/Thinking-Java-Edition-Bruce-Eckel/dp/0131872486) ## Podcasts @@ -464,9 +465,12 @@ h * [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 * [Martijn Verburg](https://twitter.com/karianna) - London JUG co-leader, speaker, author, Java Champion and much more. * [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. +* [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. @@ -483,11 +487,15 @@ h * [Java.net](http://java.net/) * [Javalobby](http://java.dzone.com/) * [JavaWorld](http://www.javaworld.com/) +* [Java, SQL, and jOOQ](http://blog.jooq.org/) * [JAXenter](http://jaxenter.com/) * [RebelLabs](http://zeroturnaround.com/rebellabs/) * [The Java Specialist' Newsletter](http://www.javaspecialists.eu/archive/archive.jsp) * [TheServerSide.com](http://www.theserverside.com/) +* [The Takipi Blog](http://blog.takipi.com/) * [Thoughts On Java](http://www.thoughts-on-java.org/) +* [Vanilla Java](http://vanillajava.blogspot.ch/) +* [Vlad Mihalcea on Hibernate](http://vladmihalcea.com/) * [Voxxed](https://www.voxxed.com/) # Contributing From b1eec4c7769f99071350187a15be3ce5bf43e97f Mon Sep 17 00:00:00 2001 From: atomfrede Date: Tue, 21 Apr 2015 20:38:55 +0200 Subject: [PATCH 14/22] Add jmockit to testing frameworks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 595a077..3a1a63b 100644 --- a/README.md +++ b/README.md @@ -381,6 +381,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. * [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. * [JUnit](http://junit.org/) - Common testing framework. * [Mockito](http://code.google.com/p/mockito/) - Creation of test double objects in automated unit tests for the purpose of TDD or BDD. * [Selenide](http://selenide.org/) - Concise API around Selenium to write stable and readable UI tests. From 368a4a42f7e5ec33a3aaca259bff1ef9ad280545 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Tue, 21 Apr 2015 21:59:34 +0200 Subject: [PATCH 15/22] immutables --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 595a077..6c0d528 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [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 fecddcee0d846ba93495f7c3ab42f2a2e41c9da7 Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Tue, 21 Apr 2015 22:24:54 +0200 Subject: [PATCH 16/22] phoenix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9dac17d..f7185eb 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,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. * [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/) - Source control for your database which can be embedded. From 48ec1b4fc5ad5f0bdf227c1fdf690ee4263cb14c Mon Sep 17 00:00:00 2001 From: John V McCarthy Date: Tue, 21 Apr 2015 21:12:13 -0600 Subject: [PATCH 17/22] Add native section with JNA --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 595a077..e11ba31 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o - [Machine Learning](#machine-learning) - [Messaging](#messaging) - [Miscellaneous](#miscellaneous) + - [Native](#native) - [Natural Language Processing](#natural-language-processing) - [Networking](#networking) - [ORM](#orm) @@ -272,6 +273,11 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. +## Native +*For working with platform-specific native libraries* + +* [JNA](https://github.com/twall/jna) - Work with native libraries without writing JNI. Also provides interfaces to common system libraries. + ## Natural Language Processing *Libraries that specialize on processing text.* From 693547b605c878719985da1f8616097c6d7aa4ec Mon Sep 17 00:00:00 2001 From: levonk Date: Tue, 21 Apr 2015 23:31:53 -0700 Subject: [PATCH 18/22] Added Bioware's Orbit library for Virtual Actors Virtual Actors are a sophisticated distributed Actor system to make concurrent programming easier. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 595a077..41a0238 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [Quasar](http://www.paralleluniverse.co/quasar/) - Lightweight threads and actors for the JVM. ## Distributed Databases From b979da97dac6ca2abb35233c970100521045b502 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Wed, 22 Apr 2015 09:54:08 +0200 Subject: [PATCH 19/22] Add "Awaitility" library to "Testing" section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 595a077..4cf5c9d 100644 --- a/README.md +++ b/README.md @@ -379,6 +379,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [AssertJ](http://joel-costigliola.github.io/assertj/) - Fluent assertions that improve readability. +* [Awaitility](https://github.com/jayway/awaitility) - Java DSL for synchronizing asynchronous operations * [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. * [JUnit](http://junit.org/) - Common testing framework. From 315cef51fcd743e668d032e7fbe096e08ba52195 Mon Sep 17 00:00:00 2001 From: Charlie Cochrane Date: Wed, 22 Apr 2015 12:25:05 +0100 Subject: [PATCH 20/22] Added Websphere Liberty to the Servers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 595a077..cbd515f 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. ## Template Engine From 76c6640c937a1eac04e3968970ea9fdf6fdd9f85 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 23 Apr 2015 13:09:02 +0200 Subject: [PATCH 21/22] Adapted the description to be more concise and added the sentence final full stop. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53bbce8..bc470fb 100644 --- a/README.md +++ b/README.md @@ -381,7 +381,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. * [AssertJ](http://joel-costigliola.github.io/assertj/) - Fluent assertions that improve readability. -* [Awaitility](https://github.com/jayway/awaitility) - Java DSL for synchronizing asynchronous operations +* [Awaitility](https://github.com/jayway/awaitility) - DSL for synchronizing asynchronous operations. * [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 c969ebb1dcd718e976ce3687da0111ea60257960 Mon Sep 17 00:00:00 2001 From: Kiran Subbaraman Date: Thu, 23 Apr 2015 16:55:01 +0530 Subject: [PATCH 22/22] #120 JCommander - a cmd line parser utility --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc470fb..b2a1291 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,7 @@ 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. * [Guava](https://github.com/google/guava) - Collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth. * [javatuples](http://www.javatuples.org/) - Does what it says, although the concept of tuples in general is debatable.