Table of Contents VideoPodcast (audio only)GuestsContent Let’s wrap up this year with more interviews from the JFall conference. In this episode you’ll learn more about Foojay, JVM internals and writing your own programming language, Project Loom and structured concurrency, learning …
-
Run a Java Lambda Function From a Docker image
Table of Contents PrerequisitesDevelopmentMaven ArchetypeLambdaDockerBuilding the projectDeploymentSupporting AWS InfrastructureUpload DockerLambda DeploymentSAM Deployment (Alternative)TestingLocal TestingRemote TestingReferences Have you ever wanted to deploy a Java Serverless function, but package it with a Docker Image? That is possible now with AWS new Container …
-
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
-
GlassFish is rolling forward. What’s New?
The Evolution Continues. GlassFish, which used to be a popular application server, free to use and reliable, is evolving again. If you’ve been holding onto your old GlassFish instances, there’s good news—things have gotten a lot more exciting recently. Since we …
-
Changes Included in Release 24.08 of Azul Zing Builds of OpenJDK
Table of Contents Changes Included in the 24.08 Stable LineSecurity fixesGeneral ImprovementsOptimizer HubFalcon CompilerMemory Size ImprovementsReadyNowGC Log AnalyzerExtra Methods in Zing MXBeansChanges in Command Line OptionsConclusion Azul Zing Builds of OpenJDK, the optimized Java runtime within Azul Platform Prime, has …
-
Easily containerize Java applications with cloud native buildpacks
Table of Contents What are cloud native buildpacks?But what is a cloud native buildpack?How do Cloud Native Buildpacks work?What is a builder?Advantages of using buildpacks over alternative solutionsWhat are Paketo Buildpacks?Getting started with buildpacks in 6 easy stepsSummary and next …
-
Azul Brings Java from Edge to Cloud
Table of Contents Azul Platform Core for edge devices and client applicationsAzul Platform Prime for cloud servicesConclusion In Part 1 of this series, “A Fresh Look at Embedded Java,” we explored the use of Java for embedded use cases. Azul …
-
Run true-to-production tests on your MicroProfile and Jakarta EE applications
Table of Contents Why use TestContainers?How to use Testcontainers in your own applicationsSummary As supported by the 12 factor and 15 factor app methodologies, in application development, we’ve come to realize just how important it is to test our applications …
-
Updating the Twelve-Factor app methodology: A call for participation
The 12 factor app methodology is being updated and we need your help with it! Contribute your ideas and help us modernize 12-Factor.
-
Get Recognized for your Cloud-Native Java Development Skills with this New Badge
Earn this brand-new badge, recognizing your ability to effectively develop basic cloud-native Java applications ready for the cloud.
-
Creating cloud-native Java applications with the 12-factor app methodology
Learn how you could create cloud-native Java apps that are portable, scalable, and reliable with the 12 factor app methodology.