Table of Contents What does Quarkus have to offer?Developer joy with live coding and dev modeCost efficiency and performanceReactive at its coreWhich of your current development pains could Quarkus solve?Dev ServicesVast extension ecosystem“OK, I would like to try it, but …
-
Quarkus: A Runtime and Framework for Cloud-Native Java
Table of Contents Why Quarkus stands out?Quarkus as a versatile frameworkSimplified developer experiencePerformance that mattersSecurityObservability and control surfacesModular and production-readyBuilding your stack with QuarkusConclusion Public clouds such as AWS, Microsoft Azure, and Google Cloud, and platforms like Red Hat OpenShift, …
-
A Guide to Creating JavaFX Native Images
Table of Contents Table of ContentsSet Up GraalVM for JavaFX Native CompilationCollect Metadata Using GraalVM Tracing AgentBuild a JavaFX Native Image with GraalVMUse GitHub Actions to Automate JavaFX ReleasesConclusion Combining JavaFX-based applications with GraalVM Native Image will enable you to …
-
Speed up your Spring Batch with Native Image and GraalVM
Learn how to speed up your Spring Batch jobs using GraalVM Native Image! 🚀 Discover how to compile batch apps into native executables for faster startup times (0.2s vs 4s), lower memory usage, and better performance. Perfect for CSV-to-PostgreSQL processing! Speed up your Spring Batch with Native Image and GraalVM
-
FEPCOS-J (3) – Build native executables of Java-coded networked systems
An example shows how Java developers can build native executables of declaratively composed networked systems by using FEPCOS-J and GraalVM.
-
Exploring the Depths of Java: A Comprehensive Conversation with Jakob Jenkov, Part-I
Table of Contents Profile:Conclusion: Welcome to the first part of our deep dive with Jakob Jenkov, a seasoned software developer and AWS solution architect, whose love for coding began with a Commodore 128 in the late ’80s. Over the past …
-
JavaFinder: Keeping Track of Java Inventories
Do you ever wonder how many Java distributions you have installed on your machine?
-
Native-image with Quarkus
Quarkus brings an exciting take to the table. Unlike Micronaut, it doesn’t generate additional bytecode during each compilation.
-
Native-image with Micronaut
Table of Contents Creating a new projectBean configurationController configurationNon-blocking HTTP clientParameterizationTestingDocker and GraalVM integrationMiscellaneous commentsConclusion Last week, I wrote a native web app that queried the Marvel API using Spring Boot. This week, I want to do the same with …
-
Native-image with Spring Boot
As the Cloud has become more widespread, the Spring ecosystem has been forced to cope with GraalVM native. While it still has room for improvement, it does the job.
-
How to Create Mobile Apps with JavaFX (Part 1)
In this three-part series, I’ll show how to use JavaFX for mobile app development: JavaFX looks great and runs on both mobile platforms.
You use the same JavaFX code targeting Google Play and Apple App stores. Performance is excellent and startup time is fast with native images.
You use Java 11+ and the latest JavaFX.
Our game is TiltMaze Labyrinth!