Template Naming Conventions


Catalog:


Template Name

Template name format: name.extension.jet, the extension is that you need to generate a file extension, such as txt, java, jsp, html, etc..

The first example of the hello.jet does not conform to the naming conventions, the correct way to write is to write: hello.txt.jet.

When you create a new template, use the naming convention.

This is named name.txt.jet. If the java file is generated, it is named *.java.jet, and so on.


Template Declaration

As follows, create jet file.

Template created.

Java compiled class.


Advantages of naming conventions