In this tutorial, we take a closer look at how to tackle the RESOURCE_LOCAL and JTA features under the Java EE umbrella and Payara Server.
Category: dummyCategory
10 Examples of Collectors and Stream in Java 8
As the name suggests, Collectors class is used to collect elements of a Stream into Collection. It acts as a bridge between Stream and Coll…
Using ZK With Spring Boot – DZone Integration
Let’s integrate ZK with Spring Boot!
Understanding the LMAX Disruptor – Teiva Harsanyi – Medium
Understanding the principles of LMAX Disruptor library, the inter-threads communication library
30 New Java Champions Confirmed in 2018
Java Champions have had an incredibly busy 2018. They havesupported their communities by giving over 1400 talks atconferences and user group meetings in over…
Is “Java Concurrency in Practice” Still Valid in the Era of Java 8 and 11?
One of my reader Shobhit asked this question on my blog post about 12 must-reads advanced Java books for intermediate programmers – part1…
Handling failures in Java just got easier thanks to Failsafe – JAXenter
Are you looking for a Java library that will help you handle failures in Java 8+? Then this lightweight, zero-dependency library is what you are looking for
10 Free Java 8 Certification Sample Questions – OCAJP8 and OCPJP8 – 1Z0-808 and 1Z09 dumps
If you are preparing for Oracle Java SE 8 Certifications e.g. OCAJP8 and OCJP8, also known as exam 1Z0-808 and 1Z0-809 and looking for some…
Java Annotated Monthly – February 2019 | IntelliJ IDEA Blog
Micronaut for Spring Allows Spring Boot Apps to Run as Micronaut Apps – plus Graal, just to hit more buzzwords Microservices Arch….
eclipse/eclipse-collections
Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API. – eclipse/eclipse-collections
Modernizing the mainframe – SD Times
A number of companies and organizations are putting more focus on modernizing the mainframe in today’s digital world
A Tutorial on Kafka With Spring Boot – DZone Big Data
A developer provides a step-by-step look into how to get Kafka and Spring Boot working together, and how to use Kafka’s pub-sub model to write to an endpoint.
How to parse String to LocalDate in Java 8 – DateTimeFormatter Example
From Java 8 onward, you are no longer dependent on the buggy and bulky SimpleDateFormat class to parse and format date Strings into real…