Skip to content

Ordiel/jetng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Emitter Template NG

This is a rebuild of the Java Emitter Templates project without the use of any Eclipse dependencies.

JET is a tool that can be used to generate Java code from JSP like templates much like JSPs get converted to Servlet code. Older versions of JET created code that used a simple StringBuilder and didn't have any other dependencies outside of the JDK.

This implementation adds a few extra features to the JET specification.

Other implementations of JET

The current Eclipse implementation of JET does not work without loading up in Eclipse. There is another Maven plugin that does similar work using ANTLR, but is not in active development.

The JET2 project proposal had indicated that it will be adding Eclipse dependencies to the generated code that makes it less feasible to use outside of Eclipse.

Packages

No packages published

Languages

  • Java 99.9%
  • Other 0.1%