Enterprise Java
-

Testing Spring components with Mockito
Be able to unit test your spring components without the need of loading the full spring-context with its ad-hoc test…
Read More » -

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 » -

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 » -

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 » -

Why stick to JavaScript
Since JavaScript seems to conquer the world, all technologies associated to it, like Node.js have started to rise up too.…
Read More » -

Differentiating Ant Target-Based Gradle Tasks
In my blog post Evolving Gradle Build from Ant Build: Importing Ant Build File, I demonstrated using Gradle‘s built-in AntBuilder-based…
Read More » -

Spring Integration Publisher
Consider a hypothetical requirement – You have a service class in your application and you want to capture some information…
Read More »




