Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created February 8, 2024 14:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamBien/fbf7291d3af942be1c92f163564d0e9c to your computer and use it in GitHub Desktop.
Save AdamBien/fbf7291d3af942be1c92f163564d0e9c to your computer and use it in GitHub Desktop.
120thAirhacksQ&A.md
@AdamBien
Copy link
Author

AdamBien commented Mar 1, 2024

How would your book "Real World Java EE Patterns-Rethinking Best Practices" look like in 2024? (from: https://x.com/RpxDeveloper/status/1761666579664695356?s=20)

@AdamBien
Copy link
Author

AdamBien commented Mar 2, 2024

Have you ever checked how the Kubernetes API works ?
I don't mean about the deployments, pods and all that "DevOps" stuff but the REST API itself.
What I see is like a nosql database, a high availability storage solution, a right management, an ability to stream events, an ability to have hooks on any action (can modify or forbid actions or perform side effects).
The idea of CRDs is actually great since that just from your data definition, you get a whole API designed already.
Do you think that, if we remove anything DevOps related from Kubernetes, the industry could use that instead of reinventing our old REST APIs again and again ? by Grimly, from airhacks discord server

@ayoubAnbara
Copy link

ayoubAnbara commented Mar 2, 2024

Why do you waste your time/energy by using Vscode instead of IntelliJ IDEA?

@AdamBien
Copy link
Author

AdamBien commented Mar 4, 2024

(...) Is Java EE falling from favour? (from twitter: https://x.com/JohnnySacks/status/1763748824869175575?s=20)

@AdamBien
Copy link
Author

AdamBien commented Mar 4, 2024

The time machine:

How do you compare OOP with Functional programming and increasing trend with Functional ?
Database access in a SaaS-Environment (JavaEE). One database per user. Best way to add dynamically database conf/connections for new users?
Recommendations to ensure the high-performance & high-availability in Java EE applications?
SOAP and duplicated namespaces after server upgrade
REST with proxies and JSON over DTOs
A beginners guide to application servers
How to separate Control from Boundary on a real world example
How I use Maven release plugin and possible strategies
SessionId mechanism between a WebApp and JavaScript client
How to kickstart Hazelcast in Java EE
My view on OOP and trending functional languages. From JavaOne Airhacks BoF
Database access in a SaaS-Environment (JavaEE). One database per user. Best way to add dynamically database conf/connections for new users? JavaOne Airhacks BoF
Mixing Primefaces with various JavaScript frameworks. From Effective Java EE comment

from (Nov 03, 2015): https://adambien.blog/roller/abien/entry/javaone_afterglow_high_performance_java

@rpx99
Copy link

rpx99 commented Mar 4, 2024

Wonder how far you can get without big frameworks in professional java enterprise.

https://github.com/mvysny/vaadin-boot

https://mvysny.github.io/frameworkless-diy/

Maybe you like to comment on that ?

@giates
Copy link

giates commented Mar 6, 2024

Would be nice to have some suggestions (tips & tools) on migrating medium size Java EE 7 applications to Jakarta EE 10 (from JDK 8 to 17 or 21, PrimeFaces updating tools and so on...)

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