Welcome to the XGEE Tutorial
Welcome to the XGEE Tutorial! In this guide, you will learn how to develop your own XGEE-based application and design a custom editor for your domain-specific model.
Prerequisites
Before you begin, it helps to have some basic familiarity with:
Eclipse Modeling Tools
EMF Ecore meta-model
Don’t worry even if you’re not an expert — this tutorial will guide you step-by-step.
Part 1: Building and Modeling
Extending an Existing Editor — Learn the fundamentals of XGEE modeling by enhancing an existing editor in Eclipse. See: Modeling with XGEE
Creating a Function Editor from Scratch — Build your own function editor inside the XGEE example app. See: Designing an Editor Model
Part 2: Extending and Integrating XGEE
Extension Points — Explore how XGEE can be extended with custom functionality. See: Extending XGEE
Editor Integration — Connect your own editor model into the XGEE runtime. See: Integrating your XGEE editor model
Menu Integration — Add and customize your own context menus. See: Integrating your XGEE context menu
Managing Your Own XGEE Project — Learn best practices for maintaining and evolving your editor project. See: Starting your own XGEE project
Next step: Continue with Modeling with XGEE to start modeling your first editor.