Second half of a walk-through using Red Hat CodeReady Workspaces to develop a Java EE application in the cloud using JBoss EAP. It shows how to configure a workspace, use JBoss EAP for deploying and debugging, and how to create a factory so that the development environment can be shared with others who need to collaborate on the project.
Category: Home
JNoSQL and Jakarta EE – JAXenter
Otávio Santana explores the latest destination for Jakarta EE: JNoSQL, Jakarta EE’s first integration project for Eclipse and NoSQL databases.
Microservices for Java Developers: Testing
1. IntroductionSince Kent Beck coined the idea of test-driven development (TDD) more than a dec…
Spring Data Redis: High-Availability with Sentinel
1. OverviewFor high-availability with Redis, we can use Spring Data Redis’ support for Redis Se…
Spring Custom Serializers with @JsonIdentityInfo
IntroSerialization/Deserialization from/to JSON in Spring is widely used in modern Spring-based…
How to Remove Duplicates from Array Without Using Java Collection API
This is a coding question recently asked to one of my readers in a Java Technical interview. Question was to remove duplicates from an inte…
Project Atlantis Proposed for JDK Performance Monitoring and Analysis Improvement Experimentation
The thread ” Call For Discussion: New Project: Atlantis ” on the OpenJDK discuss mailing list discusses JC Beyler ‘s proposal of an OpenJD…
jhalterman/failsafe
Failure handling and resilience patterns for the JVM – jhalterman/failsafe
Tutorial: Create and Verify JWTs in Java
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building…
Java 8 Streams peek() API | Baeldung
Learn about the peek() method and explore the lifecycle of a stream.
How to sort integer array in ascending and descending order using lambda only in java
Teams Q&A for work Learn More int[] arr2 = new int[] {54, 432, 53, 21, 43}; I am using this to sort but it is giving an error. Arr….
Solving a word search puzzle
In the previous post I showed a nice snippet/trick at the bottom of the post to find all the neighbors in a 2D array.Last week I used thi…
payara/Payara
Payara Server is an open source middleware platform that supports reliable and secure deployments of Java EE (Jakarta EE) applications in any environment: on premise, in the cloud or hybrid. – pay…