Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created April 10, 2018 09:16
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/e96e52400c5582f86d5f4962a68470ac to your computer and use it in GitHub Desktop.
Save AdamBien/e96e52400c5582f86d5f4962a68470ac to your computer and use it in GitHub Desktop.
50thAirhacksQ&A.md
@pkumar72
Copy link

Thin war (200K) file.

Hi Adam,
You have talked at various time about thin war. when i add hibernate (5.2) to my POM file the war file size increases to 10MB. I want to deploy this on Payara 5 server. Is there a another way to keep the war file size small when i want to use JPA using hibernate. i tried copying the hibernate5.2.final.zip file to payara domain/domain1/lib/ext folder. The deployment failed.

Thanks
Prashanth

@nderwin
Copy link

nderwin commented Apr 24, 2018

Hi Adam,

I wanted to ask about a comment that you made in the 48th Airhacks episode while doing the code review. You removed the equals and hashcode methods from the entity, saying they weren't needed. Have you found this to always be the case, or was it just for that one instance? What about if the entity is used in a collection, shouldn't equals/hashcode be implemented so those checks can be done on appropriate properties of the entity?

Thanks!
-- Nathan

@deratzmann
Copy link

Hi Adam. Great to see my coffee-buddy again :)

I have 3 questions:

  1. Will you participate in any of the new Jakarta EE Boards (e.g. Specification Board)?
  2. Is there any chance to send CDI events from one application to another ( on another host)?
  3. What is your approach to test (Integration - and systemtests) a websocket sending application?

Thank you for your airhacks.tv, unfortunatly I am not able to enjoy it live, but I enjoy it on YouTube in the late night :)
BTW: you should check your twitter mails, I have a great interview partner for you.

Thank you and best regards.

Bastian

@dempile
Copy link

dempile commented Apr 30, 2018

Hi adam,
Jakarta EE is officially launched, do you think its will be more like MicroProfile or it will continue like JAVA EE was?

@lerudinegueye
Copy link

Hi adam,

How can i combine primefaces-jpa-jaxrs webservices?
Talking about javaee7 bulding web application that you say that all datasources and other things must be in the server(application devcrop)
must we configure all the datasource in server side?
Thanks.

@AdamBien
Copy link
Author

AdamBien commented May 7, 2018

When Numbers Are More Important Than Quality

@AdamBien
Copy link
Author

AdamBien commented May 7, 2018

Live coding microservices video: https://www.youtube.com/watch?v=qQtF-Ks0c5U

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