There are many ways you can go about to produce your Java Emitter Template (JET). During the process of developing my plug-in I gathered some experience that might make the process of creating a JET easier.
(weiterlesen …)
Artikel-Schlagworte: „JET“
Createing Java Emitter Templates
Samstag, 8. August 2009In Three steps to your Java Emitter template
Samstag, 13. September 2008Creating a Java Emitter Template (JET) is no easy feat, but if you have the right infrastructure set up it’s not that difficult.
This article is based on the Java Code Generator plug-in for Eclipse.
(weiterlesen …)
How to debug a Java Emitter template
Dienstag, 2. September 2008This is a tricky task. The generation of a piece of code – let’s assume that it is a Java class – is based on a java emitter template that defines with literal constants and JSP like syntax the code of the resulting class. To create a source file a Java generator class is generated from the template. This generator class produces dour output Java source file.
(weiterlesen …)