Java
-
Specifying Gradle Build Properties
Properties are a valuable tool for easily customizing Gradle builds and the Gradle environment. I demonstrate some of these approaches…
Read More » -
Primefaces DataTable Lazy Loading with pagination, filtering and sorting using JPA Criteria, @ViewScoped
Primefaces datatable lazy pagination works, but I was really frustrated after searching for a full example using Criteria in the…
Read More » -
The Gradle Interface: Gradle Build Metadata
As I’ve shown in previous posts such as “Identifying Gradle Conventions” and “Evolving Gradle Build from Ant Build: Importing Ant…
Read More » -
Java 8 Friday Goodies: Lambdas and XML
At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…
Read More » -
Java 8 Friday Goodies: java.io finally rocks!
At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…
Read More » -
Consuming Spring-hateoas Rest service using Spring RestTemplate and Super type tokens
Spring-hateoas provides an excellent way for applications to create REST based services which follow the HATEOAS principle. My objective here…
Read More » -
GC impact on throughput and latency
One type of the problems each and every Java application out there has to wrestle with is related to garbage…
Read More » -
JavaFX Custom Control – Nest Thermostat Part 1
Tow weeks ago, I decided to spend some time watching some of the JavaOne talks about JavaFX, thanks to this…
Read More » -
Spring Boot – foundation for modern Java application
Spring Boot is relatively new project from Spring.io. Its aim is to simplify creating new Spring Framework based projects and…
Read More »