Показать сообщение отдельно
Старый 08.07.2015, 19:24   #17  
kashperuk is offline
kashperuk
Участник
Аватар для kashperuk
MCBMSS
Соотечественники
Сотрудники Microsoft Dynamics
Лучший по профессии 2017
Лучший по профессии 2015
Лучший по профессии 2014
Лучший по профессии 2011
Лучший по профессии 2009
 
4,361 / 2084 (78) +++++++++
Регистрация: 30.05.2004
Адрес: Atlanta, GA, USA
Цитата:
Сообщение от pitersky Посмотреть сообщение
kashperuk неправильно выразился - никто не отменял Х++, а MorphX да, помер
Цитата:
Сообщение от ax_mct Посмотреть сообщение
Во всех анонсах и новостях речь о том что единственная среда разработки в AX 2015 (AX 7) это Visual Studio. Так же речь о полной замене толстого клиента тонким.
То есть речь именно об отмене MorphX.
Ну, это, наверное, зависит от того, что вы все подразумеваете под MorphX
Для меня, к примеру, не имеет разницы, где ведется разработка - в самом клиенте АХ или в Visual Studio. Для меня MorphX - это именно способ/платформа разработки, или, если хотите, набор шагов, через которые нужно пройти, чтобы что-то сделать (форму, там, или еще чего). В этом смысле, имхо, существующий разработчик Х++ прекрасно сможет сделать все те же действия, что и раньше.

Вот ссылка на описание MorphX с википедии.
Я бы сказал, все как было, так и осталось (+/-, конечно).

Цитата:
Сообщение от wikipedia
Custom AX development and modification is done with its own IDE, MorphX, which resides in the same client application that a normal day-to-day user would access, thus allowing development to take place on any instance of the client. Since the Dynamics AX 2012 version, development can also be performed in Microsoft Visual Studio 2010 through a Visual Studio plugin.

MorphX is an integrated development environment in Microsoft Dynamics AX that allows developers to graphically design data types, base enumerations, tables, queries, forms, menus and reports. In addition to design of application objects, it also allows access to any application code by launching the X++ code editor.

Because MorphX uses referencing to link objects together, changes in, for example, datatypes of fieldnames will automatically be reflected in all places where they are used (such as forms or reports). Furthermore, changes made through MorphX will be reflected in the application immediately after compilation.

Microsoft Dynamics AX also offers support for version control systems (VCS) integrated with the IDE, allowing collaboration in development. There is also a tool for reverse-engineering table structures and class structures to Visio. The actual implementation limits the practical use of both these features.

X++ itself is the programming language behind MorphX, and belongs to the curly brackets and .-operator class of programming languages (like C# or Java). It is an object-oriented, class-based, single dispatch language. X++ is a derivative of C++ (both lack the finally keyword for example) to which garbage collection and language-integrated SQL queries were added.