Java - EJB: Enterprise Java Bean (enterprise beans)
Enterprise beans are server-side J2EE components and run on the J2EE server in their EJB container which manages their execution. (Enterprise JavaBeans component model) They handle the business logic...