Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created January 15, 2019 06:38
Show Gist options
  • Save AdamBien/d65135a87731eb1da396cf853a5e2a2d to your computer and use it in GitHub Desktop.
Save AdamBien/d65135a87731eb1da396cf853a5e2a2d to your computer and use it in GitHub Desktop.
59thAirhacksQ&A.md

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

Also checkout recent episode:

58th airhacks.tv

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

@jeffTe
Copy link

jeffTe commented Jan 27, 2019

Hello

  1. In what kind of projects shall you use microservices architecture.
  2. How to choose between app servers for a project? (glassfish, payara, wildfly, tomee etc...)?

Thank you

@CorentinCaron
Copy link

Hey Adam

How to start learning microservices with java ee, then learn docker (maybe tell how did you learn it: from docs. tutorial, book)?
Difference between docker and openshift
Where can I host java ee?

Thanks
Corentin

@tnsasse
Copy link

tnsasse commented Jan 30, 2019

Hi Adam,

ever tried to apply the BCE pattern for (larger) HTML5 applications? Would love to hear your thoughts on this.

Best wishes,
Tobi

@paulwagner3
Copy link

Hi Adam,

1: How can you handle DB relationships in microservices if you have database per service?
EmployeService and DepartmentService, each one of them with their database

2: Is JPA used, good to use in microservices?

Thanks a lot

@dempile
Copy link

dempile commented Feb 1, 2019

Hey Adam ,I work in a small company that work with Java EE and wants to buy your online workshops for the developers, but we have a problem with credit card, I want to know if you accept bank transfer ? thanks

@marsenal1990
Copy link

marsenal1990 commented Feb 1, 2019

Hi Adam

We have an old spring project using JSF and Dozer mapper , this project is destinated to large public of users ,
so we have performance issue even with an architecture of clusters.

my team thinks that JSF is one of the reasons to this lack of performance and they suggest to replace it with Angular. we are constrained by deadlines and we havn't a good experience with angular.

  • Is there a good performance benfit of using an SPA framwork like angular over JSF .?
  • Is it a good idea to use JSF with spring and could that has an effect on performance ?
  • In which case we use dozer because from my point of view it's not neccerary to use it ecpecially with JSF and with new
    JPA features ?

Thanks

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