Architecture / Software Architecture |
AgilePoint's Business Logic Layer contains business components that encapsulate the business logic. As part of the business logic layer, business components interact with both the Presentation and Data layers. There are 2 ways that AgilePoint's business components can be invoked:
AgilePoint's business components call AgilePoint's data access logic components to insert, update, and retrieve data from the AgilePoint database.
For integration, AgilePoint's business components can invoke service agents to call the other services. This provides an AgilePoint enabled application flexibility to integrate with other systems or services.
The following diagram illustrates the interaction between AgilePoint business components and the Presentation and Data layers.