Replies: 1 comment
-
[Jonas Helming] Hi, GLSP and GMF are no technologies for code generation, but for creating diagrams. This means you can create graphical view on your domain model instances. From these domain model instances, you can then generate code. Which framework is the right for you depends on your use case. Do you want to generate something similar to the Ecore code generator, i.e. entities? Or do you want to generate something domain-specific, e.g. stubs for implementing behavior? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am new to EMF and GLSP.
Can I use GLSP or GMF to generate code in python or javascript/typescript from EMF?
If other developers have experience with using python or javascript/typescript EMF code generator or know of a good example, I will appreciate it.
I found these EMF/Ecore code generators online but I would like to know which ones you recommend :
Eclipse acceleo
https://www.eclipse.org/acceleo/
typescript:
https://github.com/crossecore/ecore-typescript
python
https://github.com/pyecore/pyecore
Thank you.
original thread by chaaridev
Beta Was this translation helpful? Give feedback.
All reactions