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.

@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