Skip to content

Taneb/ecore2thrift

Repository files navigation

ecore2thrift

This is a utility for generating a Thrift program from an Ecore model.

It is written in EGL from the Epsilon project.

Known problems

  • Thrift cannot have any method names that are Thrift reserved words, even if they are not reserved words in the language you are using Thrift to generate.

    This includes, for example, "list" and "delete".

  • It is impossible to add an annotation to an item in a throws list in EMF, so we cannot generate numbers on exceptions in this way.

Other info

If you need to change the number of a numbered element, add a @thrift(n=<num>) annotation in the .emf file, for example @thrift(n="3")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages