Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are the advantages to have four types of components (Service, Entity, Session, Process) in CCM model instead of only two in EJB model (Entity, Session)?

0
Posted

What are the advantages to have four types of components (Service, Entity, Session, Process) in CCM model instead of only two in EJB model (Entity, Session)?

0

Service, Session and Entity CCM components are essentially same as Stateless Session, Stateful Session and Entity Beans respectively. Process Component is something new in CCM. This component is useful for mapping business components into a specialized type that requires persistence and survives after server crashes. Process component can provide multiple interfaces, managing its state independently not visible to client. It is useful for integration with Workflow Manager or Business Process Management Tools.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123