You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'ld ask if you plan to implement EJB support (maybe soon ? :) )
In my opinion CDI is great but there are some features that are only in EJBs yet (i.e. pooled bean, @schedule(), @asynchronous) and many not-so-old Java EE 7 projects still use them..
Thanks!
Ale
The text was updated successfully, but these errors were encountered:
Hi,
EJBs and microservices are not a perfect fit, as they both provide similar concepts, but on different levels. For example, load balancing is provided on the level of EJBs (session beans) and on the level of containers (k8s). Therefore it is common best practice to refactor EJBs to CDI when migrating to microservices. Therefore it is unlikely that we will provide support for EJBs.
Best regards,
Matjaz
Hi!
thanks for answer!
I think I disagree with your analysis, as I said currently CDI does not support all EJB features (notably @schedule, @asynchronous and bean pooling = performance). A limited support as could be the EJB Lite specs would solve this in the meanwhile CDI grows those features. No need to remoting support (LB...).
Anyway thanks
Ale
Hello,
I'ld ask if you plan to implement EJB support (maybe soon ? :) )
In my opinion CDI is great but there are some features that are only in EJBs yet (i.e. pooled bean, @schedule(), @asynchronous) and many not-so-old Java EE 7 projects still use them..
Thanks!
Ale
The text was updated successfully, but these errors were encountered: