In this post i’ve explained some of the differences between session bean and entity bean. Session Beans - Session Beans represent a process or flow. - Each session bean is associated with one EJB client at time. (Session Beans are threadsafe) - Session bean have types stateless and stateful. Stateless beans don’t maintain states while
↧