![]() |
#4 |
Участник
|
Насколько я могу судить, rich client - это просто виндовый клиен (ax32.exe), доступ через которого противопоставляется доступу через портал или с использованием Business Connector'а. См., например, Inside Dynamics AX 2009, стр.5:
Цитата:
The Dynamics AX development and runtime environments support three logical configurations:
Цитата:
Rich Client Application. The rich client is the primary client for Dynamics AX. It is a regular Windows application with a user interface consisting of menus, toolbars, forms, and so on. You can develop a rich client application configuration using only the MorphX development environment.
Web Client Application. The Web client is a client for Dynamics AX that runs inside a Web browser. It supports many of the same capabilities as the rich client does. You develop a Web client application configuration by using the MorphX development environment, Microsoft Visual Studio 2008, and the Windows SharePoint Services framework. Integration Client Application. An integration client application brings Dynamics AX functionality into external applications, such as Microsoft Office Excel and Microsoft Office Outlook. An integration client application configuration is mostly developed using Visual Studio or other tools with .NET support or Windows Communication Foundation (WCF) support. |
|