Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Last active January 8, 2024 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamBien/732d40904a07286deeb2e90e6df9014c to your computer and use it in GitHub Desktop.
Save AdamBien/732d40904a07286deeb2e90e6df9014c to your computer and use it in GitHub Desktop.
118thAirhacksQ&A.md
@zitreF
Copy link

zitreF commented Jan 1, 2024

Hello Adam, do you think java is good for game development?

@qlnn
Copy link

qlnn commented Jan 1, 2024

Hello Adam, what do u think about Optional in java?

@zitreF
Copy link

zitreF commented Jan 1, 2024

Hello Adam, do you think using spigot engien is more efficient than paper engine?

https://github.com/SpigotMC vs. https://github.com/PaperMC

@AdamBien
Copy link
Author

AdamBien commented Jan 8, 2024

Time machine: (from: https://www.adam-bien.com/roller/abien/entry/esbs_vs_microservices_java_fx)

  • How to replace the Java EE Principal?
  • NPE issue in afterburner.fx?
  • Java EE in a movie streaming startup?
  • What is InjectionPoint and Produces?
  • Opinion about dukescript.com
  • MVC vs. ECB, data model vs. view model and what is a component?
  • How to build your custom server?
  • Pros and Cons of ESBs and the relation to Java EE
  • Does Java FX follow the Passive View MVP Pattern?
  • Java Mission Control and webapps trouble shooting
    EJB vs. CDI
  • Exposing public and private JAX-RS APIs
  • Reactive programming and Java EE
  • Microservice integration with or without a Service Bus

@sakariye
Copy link

sakariye commented Jan 8, 2024

Hi Adam, I have two questions:

First question: I remember you saying how you should select the strictest transaction isolation that's acceptable for your application. How do you determine this? What sorts of tests do you run? Do you have examples of scenarios where different isolation levels are best suited?

Second question: How do you normally handle OptimisticLockException in your applications? Do you immediately retry? Do you return HTTP 409 (Conflict)?

@kriehzoo
Copy link

kriehzoo commented Jan 8, 2024

Hello Adam!
How do you store and search for objects when not using JPA and using AWS DynamoDB instead?

@kriehzoo
Copy link

kriehzoo commented Jan 8, 2024

And how does pagination work with DynamoDB?

@qlnn
Copy link

qlnn commented Jan 8, 2024

Hello Adam! What do u think about lombok?

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