jEnv is a command line tool that help you to switch java versions. Let’s see how to install it correctly and use it.
Continue readingCategory: Java
Using JPA CriteriaQuery to build Paginated Queries
Simple example of creating Pagination using JPA Criteria queries.
Continue readingA Generic Pagination with Lazy Datamodel in Primefaces-JSF Datatable
When we have to display a large records in a data-table using pagination is the best approach to optimize memory and response time, so the […]
Continue readingJava OCP 11 Certification on $25 and free learning courses
Useful information about how to get the free learning courses and discount on the OCP certification exam for a limited time.
Continue readingJakarta NoSQL
An introduction to understand the importance of Jakarta NoSQL API in the Java world, and example of how to use it.
Continue readingFormatting Dates with Java Date/Time API
A summary of how to format and parse datetime and strings in the Java Date/Time API.
Continue readingRest Client with Java 11+
A summary about how to create rest http client in Java. Focusing on the alternative previous Java 11 and then the new http client included in Java 11.
Continue readingHow to use Java Optional
Let’s see how to use the Java Optional class efficiently and introduce some functional programming to simplify our code.
Continue readingIntegrating Spring Framework in Dropwizard
A very simple way to integrate Spring DI instead of GUICE in a Dropwizard application. Then the application is able to use any other Spring Framework/Springboot technology, and at the same time take advantage of some of the dropwizard features like HealthChecks, Metrics, and more.
Continue readingFrom Java 9 to Java 14, What’s new? (Part 3)
A comparison between Java 8 code to Java 14 code using the latest features released by this programming language.
Code has been reduced and looks simpler than before.
Continue reading