1
Good morning, I have a question as to how the Container works in the injection of the EJBS will be that the quantity of EJBS injected in Managedbean can significantly interfere in the performance of the application?
1
Good morning, I have a question as to how the Container works in the injection of the EJBS will be that the quantity of EJBS injected in Managedbean can significantly interfere in the performance of the application?
0
There is a scenario that yes, the performance of an EJB like stateless session Beans can offer greater performance than stateful session Beans. For stateless does not maintain session status between client and bean. Source: http://www.java-samples.com/showtutorial.php?tutorialid=841 I hope I’ve helped.
Browser other questions tagged java-ee ejb cdi
You are not signed in. Login or sign up in order to post.