Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Texo/Convert to and from EMF

< Texo
Revision as of 17:31, 31 January 2010 by Mtaal.springsite.com (Talk | contribs) (New page: __TOC__ == Introduction == The EMF landscape consists of many projects which can be useful for different situations. To make it possible to use other EMF components with Texo, Texo provi...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Contents

Introduction

The EMF landscape consists of many projects which can be useful for different situations. To make it possible to use other EMF components with Texo, Texo provides conversion logic which can convert Texo generated pojo's to EMF EObjects and back.

Texo makes use of the EMF conversion logic in 2 places:

  • to support XML/XMI serialization: Texo converts pojo's to EObject which are then (de-)serialized through standard EMF XML/XMI Resources.
  • Texo uses the EMF converters in its test cases to integrate with EMF Compare. Test data is converted from Texo pojos to XML and back. The start object set is then compared with the object set computed at the end of the test.

Back to the top