Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created December 8, 2020 09:39
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/e4d79cfb19dd3525d36262499525a3e1 to your computer and use it in GitHub Desktop.
Save AdamBien/e4d79cfb19dd3525d36262499525a3e1 to your computer and use it in GitHub Desktop.
82ndAirhacksQ&A.md

Ask questions and see you at January, 4th, 8.PM. CET: https://vimeo.com/event/154379

Also checkout recent episode:

81st airhacks.tv

Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.

Upcoming airhacks.tv events are also going to be announced at meetup.com/airhacks

@cristobalmoralesm
Copy link

cristobalmoralesm commented Jan 2, 2021

Hi Adam,

  • is there a way to create new managed executor services programmatically in Glassfish/Payara? or is domain.xml the only place where it is possible?
  • Is it a good practice to have several managed executor services or should the default one be enough for all the application purposes?

@aloktech
Copy link

aloktech commented Jan 4, 2021

Hi Adam,
In today's software development process, how much GOF design pattern play a role?

@AdamBien
Copy link
Author

AdamBien commented Jan 4, 2021

Vanilla WebComponents in 2021

@AdamBien
Copy link
Author

AdamBien commented Jan 4, 2021

Java, MicroProfile and Jakarta EE in 2021

@oedemis
Copy link

oedemis commented Jan 4, 2021

Hi Adam,

How should we think in cloud native environments compared to native local development where we code our monolith on local environment against a local application server and when we finish the feature / product push the code to production app servers like tomcat.

Can you present some developer workflow for cloud native environments for example with AWS Services ?

  • Lambda
  • API Gateway
  • Local / Remote Debugging which makes sense, whats changes compared to without a cloud native env?
  • CI/CD
  • Fargate

Thank your very much

@thehpi
Copy link

thehpi commented Jan 4, 2021

I have two payara servers but not running in an payara cluster. A loadbalancer distributes load over the two servers. I'm using eclipselink and I want to use eclipselink cache coordination and preferably hazelcast to handle the cache invalidation on the other server(s). Is this possible without using a payara cluster (with DAS) ? I tried but no success.

Second question: Can I use hazelcast for eclipselink cache coordination when running microprofile instead of a full payara server?

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