Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Last active October 1, 2018 15:29
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/fb7518c9d077c9f8b8dcf771a5b8b196 to your computer and use it in GitHub Desktop.
Save AdamBien/fb7518c9d077c9f8b8dcf771a5b8b196 to your computer and use it in GitHub Desktop.
55thAirhacksQ&A.md
@huxendupsel
Copy link

Hello Adam,
short question about the CDI/EJB coexistence inside JEE. Over the last specifications of JEE CDI became more and more powerful. Nowadays you even have the transaction handling on board. So, what do you think about CDI, is it capable of replacing EJBs? Would you recommend the use of CDI over EJBs so you will not have to handle mixed forms, where you have to deal with eventual incompatible context scopes, or is it worth to stick on EJBs to do the job they where designed for?
Thanks a lot.

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