| Business Logic |
Article Index for Business |
Website Links For Business |
Information AboutBusiness Logic |
| CATEGORIES ABOUT BUSINESS LOGIC | |
| software architecture | |
| business process | |
|
The core of any application is the business functionality it provides. An application performs a business process that consists of one or more tasks. For more complex business processes that require multiple steps and long running transactions, the application needs to have some way of orchestrating the business tasks and storing state until the process has completed. You can design the logic in your business layers to be used directly by presentation components or to be encapsulated as a service and called through a service interface. The core of the business logic is sometimes also referred to as domain logic. Your business components may also make requests of external services, in which case you may need to implement service agents to manage the conversation required for the particular business task performed by each service you need to use. |
|
|