Java
-
Top 7 Features in Jakarta EE 10
Jakarta EE is a dominant force behind all enterprise development in Java. Check out my favorite top 7 features, what are yours?
-
MicroStream – Part 3: Storing Data
In the third article in the introductory MicroStream series, we discuss the key strategies for storing your data.
-
Master-Detail with Hilla
Learn how to use the web application framework Hilla to create a master-detail view with a Grid to display the data and a Form to edit the data.
-
MicroStream – Part 2: Configure the Storage Manager
In this second article in the series, we cover how to get started configuring the StorageManager of MicroStream!
-
Wordish with JavaFX – Part 5
Let’s turn to JavaFX charts, showing how to customize charts with orientation and colors and how to add nodes to the chart scene graph!
-
Java on Azure Tooling Update – June 2022
We introduce the new application-centric view on Azure toolkit for IntelliJ that will make the interface more user-friendly.
-
Remote Debugging and Developer Observability
Connect to remote processes to solve bugs using remote debugging and observability. Learn how to securely scale debugging to match growth!
-
Wordish with JavaFX – Part 4
Continue with Part 4, where we’ll look at how we get our words and how we determine if a submitted word is valid!
-
MicroStream – Part 1: What is it?
MicroStream is the high-performance Java-Native-Persistence framework to overcome database impedance mismatches.
-
Journeys in Java, Level 5: Building an Empire of Microservices
We continue building our microservices system by adding a coordination layer to handle spinning multiple services up and down.
-
What Can We Expect In OpenJDK 19?
Although the Java 19 release is coming in September (2022-09-20), we already know what will happen in that release!
-
Wordish with JavaFX – Part 3
The JavaFX controller code maintains game state and responds to user input with appropriate updates to the UI.
-
Java Panama Polyglot (Rust) Part 4
By exposing native Rust functions, you can be easily accessed using Project Panama’s Foreign Function Access APIs.
-
Wordish with JavaFX – Part 2
Learn specialized JavaFX Labels and Buttons, pseudo-classes for CSS styling, and third-party font libraries and customizing Scene Builder!
-
Wordish with JavaFX – Part 1
Learn about the main UI layout of a cool JavaFX game using Scene Builder, TilePane, FlowPane, controller code, iOS and Android settings!
-
Azure Toolkit for IntelliJ – April 2022 Update
Azure Toolkit for IntelliJ is a plugin that allows you to easily create, develop, configure, test, and deploy Java applications to Azure.
-
Diving into JVM Framework Monitoring and Profiling
Let’s look at how frameworks work under the hood, namely Quarkus and Spring Boot, and how many threads they initiate to serve up results.
-
How to Publish a Java Maven Project to the Maven Central Repository
You can follow this article if you need to publish a Java Maven-based library or artifact to Maven.
-
Modernize Legacy Code In Production: Rebuild Your Airplane Midflight Without Crashing
I spent over a decade as a consultant working for dozens of companies in many fields and pursuits. The diversity of each code base is tremendous. This article will try to define general rules for modernizing legacy code that would …
-
Easy Jakarta EE Integration Testing
How to use Testcontainers for your next project to create a stable and solid integration test suite of your Jakarta EE application features.
-
Thinking About Massive Throughput? Meet Virtual Threads!
Virtual threads not only help to increase application throughput by running a much bigger number of concurrent tasks together, they also provide a framework to refactor already existing code.