Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created June 5, 2025 07:40
Show Gist options
  • Save AdamBien/8d9aaeb0af5e612de22796225fee4cab to your computer and use it in GitHub Desktop.
Save AdamBien/8d9aaeb0af5e612de22796225fee4cab to your computer and use it in GitHub Desktop.
136thAirhacksQ&A.md
@AdamBien
Copy link
Author

I've watched your JavaOne 2025 talk on Real World Lean Java Practices, Patterns, Hacks, and Workarounds.

It got me interested in learning how to write minimal Java applications. (...)

by A.Z. via LinkedIn https://www.linkedin.com/in/adam-bien

@PaulProemer
Copy link

Hi Adam,

I would be interested how you got into consulting, and what you would recommend for someone who wants to get into it?

And also, what would you say is a good possibility to learn more about large scale software systems and their interworking, except for consulting / working at a large corporation.

Thank you!

Schöne Grüße aus Österreich,
Paul

@AdamBien
Copy link
Author

AdamBien commented Jul 7, 2025

Introducing Zero Dependency Builder: https://github.com/adamBien/zb

@AdamBien
Copy link
Author

AdamBien commented Jul 7, 2025

Introducing Zero Model Context Protocol: http://github.com/adamBien/zmcp

@AdamBien
Copy link
Author

AdamBien commented Jul 7, 2025

Time travel--36th airhacks.tv:

HA Singletons and Java EE
JMS-redelivery in the case of a rollback or system failure
Decisions for hosting Java EE projects on premise or in the cloud
Messaging systems and message ordering
Where to put cross-cutting classes in the Boundary-Control-Entity structure?
Deploying a single WAR into separated subfolders
How to deal with "useful" libraries in Thin WAR environments?
Test coverage of system tests.
JSON-P vs JSON-B
How to separate environments in Java EE?
UI-stack options in modern Java EE applications
How to manage database connections with TomEE and Docker?
What is @javax.inject.Singleton?
Swagger integration and Jersey or: how to document REST
Do we have to override: getClasses/getSingletons of the javax.ws.rs.core.Application class?
(3.5.2017)
👉http://adambien.blog/roller/abien/entry/ha_singletons_clouds_vs_on

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