Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Last active November 27, 2015 11:38
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/d7fdfcd2bbb431d52e87 to your computer and use it in GitHub Desktop.
Save AdamBien/d7fdfcd2bbb431d52e87 to your computer and use it in GitHub Desktop.
14thAirhacks&A.md

Ask questions and see you at 4th May at 6.PM. CET: http://www.ustream.tv/channel/adambien

  1. I'm reading your discussion of CAP in Real World Java EE Patterns. When you say 'the "Don't Distribute" advice can be understood as a general best practice', does that include cases where a single-JVM app is replicated on the nodes in a cluster? In other words, is the best practice not to run a cluster at all? Or does "distributed" here refer only to apps where you run "the presentation in one process and run your business logic on another machine"? [Mike W.]
@hvoyer
Copy link

hvoyer commented Apr 28, 2015

Hi Adam,
About AMX...
What happened to AMX support for Glassfish? I have been trying to get it working in glassfish 4.0
and have been unable to used it. If its supported, where can i get some examples?
Can we overlay JMX to get AMX Beans?
What other application server supports it?

Thanks

@arthurportas
Copy link

Hi Adam,
In a JEE weabpp where services layer uses EJB3/JPA2.0 and every service extends a base EJB under an interceptor that sets the entity manager, how can this be flexible to set an entity manager that could vary since i've defined at least 3 different persistence units?
Right now i have a dedicated base service class + interceptor for each persistence unit.
Cheers,

@brunohorta82
Copy link

Hi Adam,
You can explain how to implements concurrency on JMS Consumer and analyse that. And i can use JsonB in JEE 7?

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