Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
nameblue

Business Objects

Business objects implement the software's business logic. They are responsible for handling data objects (constructing, loading, saving, deleting) and any other business logic related with the business module. For every data object, there is a business object that handles it. Business objects do not implement any process flows, but offer services to the Controller layer (UI, API, Process)

In CRM.COM Software, we implement the business object classes using EJBs (Enterprise Java Beans) J2EE server-side components, and more specifically we use Stateless Session Beans. More information about EJBs can be found here.

...