blob: ea4270b83525f35e8c254a4e9c008bf7cc85dea5 [file] [log] [blame]
<html>
<head>
<title>Getting Started</title>
<link href="book.css" rel="stylesheet" type="text/css"/>
<meta content="DocBook XSL Stylesheets V1.75.1" name="generator"/>
<link rel="home" href="index.html" title="Xpand Documentation"/>
<link rel="up" href="index.html" title="Xpand Documentation"/>
<link rel="prev" href="index.html" title="Xpand Documentation"/>
<link rel="next" href="emf_tutorial_overview.html" title="Tutorial overview"/>
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">Getting Started</h1>
<div class="chapter" title="Getting Started">
<div class="titlepage">
<div>
<div>
<h2 class="title">
<a name="emf_tutorial"/>Getting Started</h2>
</div>
</div>
</div>
<div class="toc">
<dl>
<dt>
<span class="section">
<a href="emf_tutorial.html#emf_tutorial_installing">Xpand Setup</a>
</span>
</dt>
<dt>
<span class="section">
<a href="emf_tutorial_overview.html">Tutorial overview</a>
</span>
</dt>
<dt>
<span class="section">
<a href="emf_tutorial_define_metamodel.html">Defining an EMF metamodel</a>
</span>
</dt>
<dt>
<span class="section">
<a href="emf_tutorial_generate_emf_tooling.html">Generating the EMF tooling</a>
</span>
</dt>
<dt>
<span class="section">
<a href="emf_tutorial_setting_generator_project.html">Setting up the generator project</a>
</span>
</dt>
<dt>
<span class="section">
<a href="emf_tutorial_defining_sample_model.html">Defining an Example Data Model</a>
</span>
</dt>
<dt>
<span class="section">
<a href="emf_tutorial_dynamic_emf.html">Using Dynamic EMF</a>
</span>
</dt>
<dt>
<span class="section">
<a href="emf_tutorial_generating_code.html">Generating code from the example model</a>
</span>
</dt>
<dt>
<span class="section">
<a href="emf_tutorial_checking_contraints_with_check.html">Checking Constraints with the <span class="emphasis">
<em>Check</em>
</span>
Language</a>
</span>
</dt>
<dt>
<span class="section">
<a href="emf_tutorial_extensions.html">Extensions</a>
</span>
</dt>
</dl>
</div>
<p>This example uses Eclipse EMF<a name="N1000D" class="indexterm"/> as the basis for code generation. A large amount of available
third-party tools makes EMF a good basis. Specifically, better tools for
building EMF metamodels are available already (Xtext, GMF, etc.). To get a
deeper understanding of EMF we recommend that you first read the EMF
tutorial at </p>
<div class="itemizedlist">
<ul class="itemizedlist" type="disc">
<li class="listitem">
<p>
<a class="ulink" href="http://www-128.ibm.com/developerworks/library/os-ecemf1/" target="_new">http://www-128.ibm.com/developerworks/library/os-ecemf1/</a>
</p>
</li>
<li class="listitem">
<p>
<a class="ulink" href="http://www-128.ibm.com/developerworks/library/os-ecemf2/" target="_new">http://www-128.ibm.com/developerworks/library/os-ecemf2/</a>
</p>
</li>
<li class="listitem">
<p>
<a class="ulink" href="http://www-128.ibm.com/developerworks/library/os-ecemf3/" target="_new">http://www-128.ibm.com/developerworks/library/os-ecemf3/</a>
</p>
</li>
</ul>
</div>
<p> You can also run this tutorial without a complete
understanding of EMF, but the tutorial might seem unnecessarily complex to
you.</p>
<div class="section" title="Xpand Setup">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both">
<a name="emf_tutorial_installing"/>Xpand Setup</h2>
</div>
</div>
</div>
<p>Before you can go through the tutorial and execute the examples, you
need to have Xpand installed. Please consider <a class="ulink" href="http://www.eclipse.org/modeling/m2t/downloads/?project=xpand" target="_new">http://www.eclipse.org/modeling/m2t/downloads/?project=xpand</a>
for details.</p>
</div>
</div>
</body>
</html>