- Microsoft Dynamics AX 2012 R2 Services
- Klaas Deforche Kenny Saelen
- 236字
- 2021-07-16 12:13:04
The SysOperation framework
Prior to Microsoft Dynamics AX 2012, the RunBase framework was used to provide a generic way to create processes and batch jobs in the system.
In Microsoft Dynamics AX 2012, the SysOperation framework allows you to leverage the power of services to execute your business logic in Microsoft Dynamics AX. When you create a service, it encapsulates the business logic so other components within the system can use the service instead of accessing the business logic themselves.
The SysOperation framework makes use of the Model-view-controller (MVC) pattern by using multiple components that each have their own responsibilities. These components separate the business logic from the code that is responsible for rendering the GUI and the classes that represent the data model. This is a great leap forward from Microsoft Dynamics AX 2009, where everything was written in one class that extended Runbase.
Also important to note is that, when a service has been created for the SysOperation framework, it requires little effort to expose the same service to the outside world. You can simply expose it using an integration port.
So the advantages of the SysOperation framework can be summarized as follows:
- It facilitates a service-oriented approach within Microsoft Dynamics AX
- It implements the MVC pattern for more efficient client/server communication and separation of responsibilities
- The GUI is automatically generated based on data contracts
- Less effort in exposing business functionality externally using services
- Mastering Microsoft Forefront UAG 2010 Customization
- 中國新股民必讀手冊(2015年最新版)
- VMware vCloud Director Essentials
- 項目管理(第二版)
- Learning Microsoft Azure
- Team Foundation Server 2013 Customization
- 審計基礎
- 《企業(yè)內(nèi)部控制基本規(guī)范》合規(guī)實務指南
- 從零開始學房地產(chǎn)會計
- 下一場全球金融危機的到來:明斯基與金融不穩(wěn)定
- 2017年度注冊會計師全國統(tǒng)一考試專用教材(圖解版):審計
- Getting Started with Oracle Tuxedo
- 中國國內(nèi)生產(chǎn)總值核算問題研究
- Oracle E-Business Suite Financials R12:A Functionality Guide
- Microsoft Dynamics CRM 2016 Customization(Second Edition)