I created an plugin that lets me model JSF Applications. I created it using Emfatic, Ecore, EMF, GMF.
So now i have 5 projects in my workspace: myapp myapp.diagram myapp.edit myapp.editor myapp.tests
If i run myapp as a Eclipse Application i can draw/design a .myapp_diagram based on the meta-model. Now I want to know how can i integrate JET Templates with what i have here. I have the diagram, i know how to build JET Templates, i just want to know how can i feed the diagram as input to the JET temples so that code will be generated.
What i have done until now is convert the "myapp" project to JET Project and wrote the template files. But if i now run "myapp" and draw a diagram, theres nowhere a GENERATE CODE button/option.