Implementing Domain Specific Languages with Xtext and Xtend - Second Edition
暫譯: 使用 Xtext 和 Xtend 實現領域特定語言(第二版)
Lorenzo Bettini
- 出版商: Packt Publishing
- 出版日期: 2016-08-30
- 定價: $1,470
- 售價: 9.0 折 $1,323
- 語言: 英文
- 頁數: 426
- 裝訂: Paperback
- ISBN: 1786464969
- ISBN-13: 9781786464965
-
相關分類:
Domain-Driven Design、Java 相關技術
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$550$468 -
$420$332 -
$580$452 -
$580$522 -
$360$281 -
$280$252 -
$400$316 -
$534$507 -
$420$357 -
$980$774 -
$650$507 -
$354$336 -
$620$527 -
$680$530 -
$450$383 -
$280$221 -
$480$379 -
$590$502 -
$590$460 -
$360$180 -
$580$458 -
$540$421 -
$780$616 -
$540$459 -
$450$356
相關主題
商品描述
Learn how to implement a DSL with Xtext and Xtend using easy-to-understand examples and best practices
About This Book
- Leverage the latest features of Xtext and Xtend to develop a domain-specific language.
- Integrate Xtext with popular third party IDEs and get the best out of both worlds.
- Discover how to test a DSL implementation and how to customize runtime and IDE aspects of the DSL
Who This Book Is For
This book is targeted at programmers and developers who want to create a domain-specific language with Xtext. They should have a basic familiarity with Eclipse and its functionality. Previous experience with compiler implementation can be helpful but is not necessary since this book will explain all the development stages of a DSL.
What You Will Learn
- Write Xtext grammar for a DSL;
- Use Xtend as an alternative to Java to write cleaner, easier-to-read, and more maintainable code;
- Build your Xtext DSLs easily with Maven/Tycho and Gradle;
- Write a code generator and an interpreter for a DSL;
- Explore the Xtext scoping mechanism for symbol resolution;
- Test most aspects of the DSL implementation with JUnit;
- Understand best practices in DSL implementations with Xtext and Xtend;
- Develop your Xtext DSLs using Continuous Integration mechanisms;
- Use an Xtext editor in a web application
In Detail
Xtext is an open source Eclipse framework for implementing domain-specific languages together with IDE functionalities. It lets you implement languages really quickly; most of all, it covers all aspects of a complete language infrastructure, including the parser, code generator, interpreter, and more.
This book will enable you to implement Domain Specific Languages (DSL) efficiently, together with their IDE tooling, with Xtext and Xtend. Opening with brief coverage of Xtext features involved in DSL implementation, including integration in an IDE, the book will then introduce you to Xtend as this language will be used in all the examples throughout the book. You will then explore the typical programming development workflow with Xtext when we modify the grammar of the DSL.
Further, the Xtend programming language (a fully-featured Java-like language tightly integrated with Java) will be introduced. We then explain the main concepts of Xtext, such as validation, code generation, and customizations of runtime and UI aspects. You will have learned how to test a DSL implemented in Xtext with JUnit and will progress to advanced concepts such as type checking and scoping. You will then integrate the typical Continuous Integration systems built in to Xtext DSLs and familiarize yourself with Xbase. By the end of the book, you will manually maintain the EMF model for an Xtext DSL and will see how an Xtext DSL can also be used in IntelliJ.
Style and approach
A step-by step-tutorial with illustrative examples that will let you master using Xtext and implementing DSLs with its custom language, Xtend.
商品描述(中文翻譯)
**學習如何使用易於理解的範例和最佳實踐來實現 DSL,並使用 Xtext 和 Xtend**
## 本書介紹
- 利用 Xtext 和 Xtend 的最新功能來開發特定領域語言(DSL)。
- 將 Xtext 與流行的第三方 IDE 整合,充分發揮兩者的優勢。
- 探索如何測試 DSL 實現,以及如何自定義 DSL 的運行時和 IDE 方面。
## 本書適合誰
本書針對希望使用 Xtext 創建特定領域語言的程式設計師和開發人員。他們應該對 Eclipse 及其功能有基本的了解。先前的編譯器實現經驗可能會有所幫助,但並非必要,因為本書將解釋 DSL 的所有開發階段。
## 您將學到什麼
- 為 DSL 編寫 Xtext 語法;
- 使用 Xtend 作為 Java 的替代方案,編寫更乾淨、更易讀且更易維護的代碼;
- 使用 Maven/Tycho 和 Gradle 輕鬆構建您的 Xtext DSL;
- 為 DSL 編寫代碼生成器和解釋器;
- 探索 Xtext 的範圍機制以進行符號解析;
- 使用 JUnit 測試 DSL 實現的大多數方面;
- 理解 Xtext 和 Xtend 中 DSL 實現的最佳實踐;
- 使用持續集成機制開發您的 Xtext DSL;
- 在網頁應用程式中使用 Xtext 編輯器。
## 詳細內容
Xtext 是一個開源的 Eclipse 框架,用於實現特定領域語言及其 IDE 功能。它讓您能夠非常快速地實現語言;最重要的是,它涵蓋了完整語言基礎設施的所有方面,包括解析器、代碼生成器、解釋器等。
本書將使您能夠高效地實現特定領域語言(DSL),以及其 IDE 工具,使用 Xtext 和 Xtend。書中將簡要介紹與 DSL 實現相關的 Xtext 功能,包括在 IDE 中的整合,然後將介紹 Xtend,因為這種語言將在全書的範例中使用。接著,您將探索使用 Xtext 修改 DSL 語法的典型程式開發工作流程。
此外,將介紹 Xtend 程式語言(這是一種功能完備的類似 Java 的語言,與 Java 緊密集成)。然後我們將解釋 Xtext 的主要概念,例如驗證、代碼生成以及運行時和 UI 方面的自定義。您將學會如何使用 JUnit 測試在 Xtext 中實現的 DSL,並進一步了解類型檢查和範圍等進階概念。接下來,您將整合內建於 Xtext DSL 的典型持續集成系統,並熟悉 Xbase。到本書結束時,您將手動維護 Xtext DSL 的 EMF 模型,並看到 Xtext DSL 如何在 IntelliJ 中使用。
## 風格與方法
這是一個逐步的教程,配有說明性範例,將讓您掌握使用 Xtext 和其自定義語言 Xtend 實現 DSL 的技巧。