Java
-
What are JAX-RS Annotations?
Overview of JAX-RS (Part 1) The JAX-RS API forms an important part of the Java EE platforms commitment to provide…
Read More » -
Java Command-Line Interfaces (Part 12): CLAJR
The featured library for my twelfth post on processing command-line arguments in Java is Command-Line Arguments with Java Reflection (CLAJR).…
Read More » -
Safepoints
Safepoints There are two logical groups of threads in Java application: application threads performing application logic threads performing GC When…
Read More » -
Spring Security and Multiple Filter Chains
Spring Security is an immensely useful technology. It allows you to secure your application without being too intrusive and allows…
Read More » -
What is javax.ws.rs.core.context? [ Part 5 ]
How to use the @Context annotation In part 4 of What is javax.ws.rs.core.context? you learned about using the @Context annotation to inject the…
Read More » -
What is javax.ws.rs.core.context? [ Part 4 ]
How to use the @Context annotation In part 3 of What is javax.ws.rs.core.context? you learned how to use the @Context annotation with…
Read More » -
What is javax.ws.rs.core.context? [ Part 3 ]
How to use the @Context annotation In part 2 of What is javax.ws.rs.core.context? you learned how to use the @Context annotation to…
Read More » -
Generating backpressure-aware streams with Flowable.generate() – RxJava FAQ
RxJava is missing a factory to create an infinite stream of natural numbers. Such a stream is useful e.g. when…
Read More » -
New Regex Features in Java 9
I recently received my complimentary copy of the book “Java 9 Regular Expressions” from Anubhava Srivastava published by Packt. The…
Read More »