Architecture of EJB and its various types
Short Answer The architecture of EJB, or Enterprise JavaBeans, includes a few main parts: the EJB server, EJB containers, and the beans themselves. There are three types of EJB: For example, a shopping cart might use a session bean to track your items, while entity beans represent the items in the store’s database. Detailed Answer … Read more