Java
-

Streaming large JSON file with Jackson – RxJava FAQ
In the previous article, we learned how to parse excessively large XML files and turn them into RxJava streams. This time let’s…
Read More » -

The Apache Ignite Native persistence, a brief overview
In-memory approaches can achieve blazing speed by putting the working set of the data into the system memory. When all…
Read More » -

Spring Webflux – Kotlin DSL – a walkthrough of the implementation
In a previous blog post I had described how Spring Webflux, the reactive programming support in Spring Web Framework, uses a…
Read More » -

What is JavaServer Faces (JSF) – (Part 2)
Facelets Declaration Language In part 1 I introduced the basic idea behind JavaServer Pages (JSF). In this article, I would…
Read More » -

GC Explained: Heap
Generational Garbage Collectors JVM heap is divided into two different Generations. One is called Young and the second one is…
Read More » -

Loading files with backpressure – RxJava FAQ
Processing file as a stream turns out to be tremendously effective and convenient. Many people seem to forget that since…
Read More » -

What is JavaServer Faces (JSF)
This is a two-part series in which I look at JSF 2 and how it fits into the Java EE…
Read More » -

noException in stream operation
This article is about some simple coding practice. Nothing really fancy. It is also discussed on StackOverflow. You just refactored…
Read More » -

What are JAX-RS Annotations? (Part 3)
Overview of JAX-RS Annotations (Part 3) This is a three-part series looking at the annotation that is used to implement REST…
Read More »




