Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created September 2, 2024 12:45
Show Gist options
  • Save AdamBien/95544fc7692e0ce518ffb17573507443 to your computer and use it in GitHub Desktop.
Save AdamBien/95544fc7692e0ce518ffb17573507443 to your computer and use it in GitHub Desktop.
126thAirhacksQ&A.md
@crazy-devops
Copy link

crazy-devops commented Sep 2, 2024

Hi, Adam

Is it possible to use CRaC with a Java application in a Docker container to create a single image that can reload environment-specific settings, or must there be a separate Docker image per environment?

What are the pros and cons of using RecordBuilder vs. Lombok’s @Builder annotation on record classes vs. a manual approach? Any opinion on which is preferred?

What’s your opinion on using a Java stack for cross-platform GUI development, specifically with Gluon + JavaFX + GraalVM? Is it too late for Java desktop applications? Should another language or framework be considered instead?

Greetings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment