From a48910a49d802f11d8db874f540206178062e6eb Mon Sep 17 00:00:00 2001 From: pron Date: Mon, 18 Jan 2016 14:54:07 +0200 Subject: [PATCH 1/8] Add Jolokia --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6680e74..76d2f97 100644 --- a/README.md +++ b/README.md @@ -419,6 +419,7 @@ A curated list of awesome Java frameworks, libraries and software. * [AppDynamics](http://www.appdynamics.com/) - Commercial performance monitor. * [JavaMelody](https://github.com/javamelody/javamelody) - Performance monitoring and profiling. * [jmxtrans](https://github.com/jmxtrans/jmxtrans/) - Tool to connect to multiple JVMs and to query them for their attributes via JMX. Its query language is based on JSON, which allows non-Java programmers to access the JVMs attributes. Likewise, this tool supports different output writes, including Graphite, Ganglia, StatsD, among others. +* [Jolokia](https://jolokia.org/) - JMX over REST. * [Kamon](http://www.kamon.io/) - Tool for monitoring applications running on the JVM. * [New Relic](http://newrelic.com/) - Commercial performance monitor. * [SPM](http://sematext.com/spm/) - Commercial performance monitor with distributing transaction tracing for JVM apps. From c7e0dbf20d31eceb6ae9880639034e706e119a5e Mon Sep 17 00:00:00 2001 From: pron Date: Mon, 18 Jan 2016 14:59:22 +0200 Subject: [PATCH 2/8] Move Vert.x to Reactive libraries --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6680e74..c295a45 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,6 @@ A curated list of awesome Java frameworks, libraries and software. * [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. * [Spring Loaded](https://github.com/spring-projects/spring-loaded) - Class reloading agent. -* [vert.x](http://vertx.io/) - Polyglot event-driven application framework. ## Distributed Applications @@ -488,6 +487,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Reactive Streams](https://github.com/reactive-streams/reactive-streams-jvm/) - Provide a standard for asynchronous stream processing with non-blocking backpressure. * [Reactor](http://projectreactor.io/) - Library for building reactive fast-data applications. * [RxJava](https://github.com/Netflix/RxJava) - Library for composing asynchronous and event-based programs using observable sequences from the JVM. +* [vert.x](http://vertx.io/) - Polyglot event-driven application framework. ## REST Frameworks From 5a58ddcd10845f50f6760bd22ef954adb3eaf448 Mon Sep 17 00:00:00 2001 From: pron Date: Mon, 18 Jan 2016 15:07:40 +0200 Subject: [PATCH 3/8] Add honest-profiler --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6680e74..d44df29 100644 --- a/README.md +++ b/README.md @@ -474,6 +474,7 @@ A curated list of awesome Java frameworks, libraries and software. *Tools for performance analysis, profiling and benchmarking.* +* [honest-profiler](https://github.com/RichardWarburton/honest-profiler) - An low-overhead, bias-free sampling profiler. * [jHiccup](http://github.com/giltene/jHiccup) - Logs and records platform JVM stalls. * [JMH](http://openjdk.java.net/projects/code-tools/jmh/) - Microbenchmarking tool for the JVM. * [JProfiler](https://www.ej-technologies.com/products/jprofiler/overview.html) - Commercial profiler. From ec78dba28ce9c80ad3f9339c997e72803d34859b Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Wed, 27 Jan 2016 20:30:06 +0100 Subject: [PATCH 4/8] Changed Lanterna URL from Google Code to GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a38b14e..3e6dcd3 100644 --- a/README.md +++ b/README.md @@ -444,7 +444,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Design Patterns](https://github.com/iluwatar/java-design-patterns) - Implementation and explanation of the most common design patterns. * [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. +* [Lanterna](https://github.com/mabe02/lanterna) - Easy console text GUI library similar to curses. * [LightAdmin](http://lightadmin.org/) - Pluggable CRUD UI library for rapid application development. * [Modern Java - A Guide to Java 8](https://github.com/winterbe/java8-tutorial) - Popular Java 8 guide. * [OpenRefine](http://openrefine.org/) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases. From beaaf886373bbd47ed3f72562c969874ae87b9ea Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Wed, 27 Jan 2016 20:35:57 +0100 Subject: [PATCH 5/8] Added RAML --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e6dcd3..c18aece 100644 --- a/README.md +++ b/README.md @@ -537,6 +537,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Dropwizard](https://dropwizard.github.io/dropwizard/) - Opinionated framework for setting up modern web applications with Jetty, Jackson, Jersey and Metrics. * [Feign](https://github.com/Netflix/feign) - HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. * [Jersey](https://jersey.java.net/) - JAX-RS reference implementation. +* [RAML](http://raml.org/) - Modeling language to generate REST APIs with contract first. * [Rapidoid](http://www.rapidoid.org/) - A Simple, secure and extremely fast framework consisting of embedded HTTP server, GUI components and dependency injection. * [RESTEasy](http://resteasy.jboss.org/) - Fully certified and portable implementation of the JAX-RS specification. * [RestExpress](https://github.com/RestExpress/RestExpress) - Thin wrapper on the JBoss Netty HTTP stack to provide scaling and performance. From 94e7f6777b6f41cf691a870bc5e685f39b8ee141 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Wed, 27 Jan 2016 21:27:56 +0100 Subject: [PATCH 6/8] Removed several blogs which had under 1000 unique page views --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 4eaab03..44f8294 100644 --- a/README.md +++ b/README.md @@ -745,12 +745,9 @@ A curated list of awesome Java frameworks, libraries and software. * [JavaWorld](http://www.javaworld.com/) * [JAXenter](https://jaxenter.com/) * [RebelLabs](http://zeroturnaround.com/rebellabs/) -* [The Java Specialist' Newsletter](http://www.javaspecialists.eu/archive/archive.jsp) * [The Takipi Blog](http://blog.takipi.com/) * [TheServerSide.com](http://www.theserverside.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 f932b46a4fb6cdf72e2749a8b1308dc9422a69ed Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Wed, 27 Jan 2016 21:38:06 +0100 Subject: [PATCH 7/8] Removed inactive and low-profile Twitter accounts --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 44f8294..48b593a 100644 --- a/README.md +++ b/README.md @@ -714,7 +714,6 @@ A curated list of awesome Java frameworks, libraries and software. * [James Weaver](https://twitter.com/JavaFXpert) - Java/JavaFX/IoT developer, author and speaker. * [Java EE](https://twitter.com/Java_EE/) - Official Java EE Twitter account. * [Java Magazine](https://twitter.com/Oraclejavamag) - Official Java Magazine account. -* [Java.net](https://twitter.com/javanetbuzz/) - Official Java.net account. * [Java](https://twitter.com/java/) - Official Java Twitter account. * [Javin Paul](https://twitter.com/javinpaul) - Well-known Java blogger. * [Lukas Eder](https://twitter.com/lukaseder) - Founder and CEO Data Geekery (jOOQ). @@ -726,10 +725,8 @@ A curated list of awesome Java frameworks, libraries and software. * [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. * [Trisha Gee](https://twitter.com/trisha_gee) - Java Champion and speaker. ## Websites From 5d9972368fe59d3bc135b76605a9fdf44550ec21 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Wed, 27 Jan 2016 21:38:23 +0100 Subject: [PATCH 8/8] Added gitignore for scripts folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5093a29 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +scripts/