| Name of the bean | Type of bean | Relationship with the rest |
OrderSessionBean | Session Bean with Remote interfaces | It is a single point of entry for JSPs |
AddressBean | CMP Entity Bean with Local interfaces | Has 1 < N relationship with CustomerBean |
CustomerBean | CMP Entity Bean with Local and Remote interfaces | Has 1 <> N relationship with SalesOrderBean |
SalesOrderBean | CMP Entity Bean with Local and Remote interfaces | Has 1 <> N relationship with LineItemBean |
LineItemBean | CMP Entity Bean with Local interfaces | Has N > 1 relationship with ProductBean |
ProductBean | CMP Entity Bean with Local interfaces | Has 1 > N relationship with LineItemBean |