While deploying an
EJB(Session beans) in an Enterprise application project as an EAR with other webcomponents, we pack all the stuff(web+EJB) into one single EAR.
This being the case what is the advantage of using EJB(Session beans) here
as the power of ejb(Resuable component) comes into picture only when deployed seperately as a JAR in a remote client.