Eclipse Modeling Framework
暫譯: Eclipse 建模框架
Frank Budinsky, Dave Steinberg, Ed Merks, Ray Ellersick, Timothy J. Grose
- 出版商: Addison Wesley
- 出版日期: 2003-08-21
- 售價: $2,390
- 貴賓價: 9.5 折 $2,271
- 語言: 英文
- 頁數: 720
- 裝訂: Paperback
- ISBN: 0131425420
- ISBN-13: 9780131425422
-
相關分類:
Java 相關技術
已絕版
買這商品的人也買了...
-
$460$363 -
$550$435 -
$680$537 -
$600$540 -
$2,660$2,527 -
$980$784 -
$2,270$2,157 -
$980$960 -
$880$695 -
$1,030$1,009 -
$1,710$1,625 -
$490$417 -
$780$741 -
$590$466 -
$690$538 -
$550$468 -
$720$569 -
$290$247 -
$560$442 -
$750$638 -
$931Computer Networks and Internets with Internet Applications, 4/e
-
$560$476 -
$480$379 -
$760$646 -
$780$616
相關主題
商品描述
The authoritative guide to EMF modeling and code generation
The
Eclipse Modeling Framework unifies Java™, XML, and UML-enabling developers to
rapidly construct robust applications based on surprisingly simple models. In
this book, leading EMF implementers illuminate every facet of using EMF for both
modeling and code generation. Discover how EMF makes modeling easy and practical
enough for virtually any Java project-and why EMF modeling provides a solid
foundation for fine-grained interoperability and data sharing across multiple
tools and applications.
Coverage includes:
• Essentials of EMF and modeling for any Java
programmer-regardless of experience
• Defining EMF via UML tools, XML schema,
annotated Java interfaces, and the Ecore metamodel
• Generating Java code
with EMF: clear explanations, step-by-step instructions
• Expert analyses of
key framework classes, generator patterns, and design alternatives
•
Practical examples of framework customizations and programming techniques
•
Quick reference to all EMF 1.1 API classes and methods
More than 3,000,000 developers downloaded the open source Eclipse platform in its first year. Now there’s a definitive guide to using Eclipse’s breakthrough modeling tools-for Java developers, XML programmers, and experienced object modelers alike.
Table of Contents
Foreword
by Sridhar Iyengar.
Foreword by Dr. Lee R. Nackman.
Preface.
References.
I. EMF OVERVIEW.
II. DEFINING EMF MODELS.
III. USING THE EMF GENERATOR.
IV. PROGRAMMING WITH EMF.
V. EMF API.
VI. EMF.EDIT API.
商品描述(中文翻譯)
**Eclipse建模框架**
**EMF建模與代碼生成的權威指南**
Eclipse建模框架統一了Java™、XML和UML,使開發人員能夠基於意想不到的簡單模型快速構建穩健的應用程式。在本書中,領先的EMF實現者闡明了使用EMF進行建模和代碼生成的每一個方面。了解EMF如何使建模變得簡單且實用,幾乎適用於任何Java專案,以及為什麼EMF建模為多個工具和應用程式之間的細粒度互操作性和數據共享提供了堅實的基礎。
涵蓋內容包括:
• 任何Java程式設計師所需的EMF和建模基礎知識—無論經驗如何
• 通過UML工具、XML架構、註解的Java介面和Ecore元模型定義EMF
• 使用EMF生成Java代碼:清晰的解釋,逐步的指導
• 專家分析關鍵框架類、生成器模式和設計替代方案
• 框架自定義和程式設計技術的實用範例
• 所有EMF 1.1 API類和方法的快速參考
在第一年內,超過3,000,000名開發人員下載了開源的Eclipse平台。現在有一本使用Eclipse突破性建模工具的權威指南—適合Java開發人員、XML程式設計師和經驗豐富的物件建模者。
**目錄**
前言 由Sridhar Iyengar撰寫。
前言 由Dr. Lee R. Nackman撰寫。
序言。
參考文獻。
I. EMF概述。
1. Eclipse。
項目。Eclipse平台。更多資訊。
2. 介紹EMF。
統一Java、XML和UML。建模與程式設計。定義模型。生成代碼。EMF框架。EMF與建模標準。
3. 使用EMF.Edit進行模型編輯。
顯示和編輯EMF模型。項目提供者。命令框架。生成EMF.Edit代碼。
4. 使用EMF—簡單概述。
範例模型:Primer採購訂單。創建EMF模型和項目。生成代碼。運行應用程式。持續開發。
II. 定義EMF模型。
5. Ecore建模概念。
核心模型用途。Ecore內核。結構特徵。行為特徵。分類器。包和工廠。註解。建模數據類型。
6. Java源代碼。
包的Java規範。類的Java規範。列舉的Java規範。數據類型的Java規範。映射的Java規範。
7. XML架構。
包的架構定義。類的架構定義。屬性的架構定義。引用的架構定義。架構簡單類型。
8. UML。
UML包。分類器的UML規範。屬性的UML規範。引用的UML規範。操作的UML規範。
III. 使用EMF生成器。
9. EMF生成器模式。
建模類。屬性。引用。操作。類繼承。反射方法。工廠和包。切換類和適配器工廠。自定義生成的類。
10. EMF.Edit生成器模式。
項目提供者。項目提供者適配器工廠。編輯器。操作欄貢獻者。向導。插件。
11. 運行生成器。
EMF代碼生成。生成器GUI。命令行生成工具。模板格式。
12. 範例—實現模型和編輯器。
入門。生成模型。實現易失性特徵。實現數據類型。運行ExtendedPO2編輯器。限制引用目標。將模型拆分為多個包。並行編輯多個資源。
IV. 使用EMF進行程式設計。
13. EMF客戶端程式設計。
包和工廠。EMF持久性API。EMF資源實現。適配器。處理EMF對象。動態EMF。
14. EMF.Edit程式設計。
覆蓋命令。自定義視圖。
V. EMF API。
15. org.eclipse.emf.common插件。
org.eclipse.emf.common包。org.eclipse.emf.common.command包。org.eclipse.emf.common.notify包。org.eclipse.emf.common.util包。
16. org.eclipse.emf.common.ui插件。
org.eclipse.emf.common.ui包。org.eclipse.emf.common.ui.celleditor包。org.eclipse.emf.common.ui.viewer包。
17. org.eclipse.emf.ecore插件。
org.eclipse.emf.ecore包。org.eclipse.emf.ecore.plugin包。org.eclipse.emf.ecore.resource包。org.eclipse.emf.ecore.util包。
18. org.eclipse.emf.ecore.xmi插件。
org.eclipse.emf.ecore.xmi包。
VI. EMF.Edit API。
19. org.eclipse.emf.edit插件。
org.eclipse.emf.edit包。org.eclipse.emf.edit.command包。org.eclipse.emf.edit.domain包。org.eclipse.emf.edit.provider包。org.eclipse.emf.edit.provider.resource包。org.eclipse.emf.edit.tree包。org.eclipse.emf.edit.tree.provider包。org.eclipse.emf.edit.tree.util包。
20. org.eclipse.emf.edit.ui插件。
org.eclipse.emf.edit.ui包。org.eclipse.emf.edit.ui.action包。org.eclipse.emf.edit.ui.celleditor包。org.eclipse.emf.edit.ui.dnd包。org.eclipse.emf.edit.ui.provider包。
附錄A:UML符號。
類和介面。列舉和數據類型。類關係。
附錄B:範例模型摘要。
SimplePO。PrimerPO。ExtendedPO1。ExtendedPO2。ExtendedPO3。
索引。