Java Weekly, Issue 190

Kotlin and Clojure are picking up steam, Gatling is definitely both cool and useful, and developers understanding the business is, as always, key. A good week.

Introduction to Spring REST Docs

This article introduces Spring REST Docs, a test-driven mechanism to generate documentation for RESTful services that is both accurate and readable.

Java Web Weekly 50

A solid week, as we’re edging closer to 2016, with good writeups on the Java 8 Streams API, the memory consumption of a Spring app, and some Mockito goodness.

Java Web Weekly 44

Quite an interesting week for the Java ecosystem, with Java One wrapping up yesterday and a ton of fixes in a new JDK release.

Guava CharMatcher

Use the Guava CharMatcher to work with Strings – remove special chars, validate, trim, collapse, replace and count among other super useful APIs.