=================================== Welcome to the XGEE tutorial =================================== In this tutorial, you will learn how to start developing your own XGEE based application and how you can design your own XGEE editor for a domain-specific model. This tutorial requires some knowledge of the Eclipse Modeling Tools, EMF Ecore meta-model, `Essential Object Query `_ and `jsApplication `_. Some familiarization with these topics prior to beginning this tutorial can't hurt, but we will try to guide you through the development of your own XGEE project in this tutorial as smooth as possible. In the first part, we start modeling by extending the functionality of an existing editor in Eclipse in :doc:`modeling_with_xgee`. This is followed by recreating a function editor from skratch in :doc:`xgee_example_app`. In the second part, we accompany you further in developing with XGEE. We take a look at the available extension points in :doc:`extending_xgee`. Then we show how to connect your own editor model in :doc:`editor_integration` and how to integrate your own context menu in :doc:`menu_integration`. In the end, we give some further advice on how manage your own editor in :doc:`own_xgee_project`. .. todo:: add nice picture