Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.67 KB

GENERATORS.adoc

File metadata and controls

34 lines (27 loc) · 1.67 KB

Generators provided with Java::Geci out of the box

  • Jamal based generator is the most powerful and flexible generator. It is written not for a specific purpose. It generates Java code from templates that can contain Jamal macros. Jamal macros can also be written in Java. Using this feature the generator also defines macros. These let the template access and list Java classes, methods, fields and other artifacts using reflection.

  • Fluent API is a fluent API generator. It reads the fluent API syntax specified as a special regular expression and generates the interfaces and classes that implement the fluent API. This is a typical generator that performs a task that cannot simply be described using Jamal macros.

The following generators mainly serve as samples. Some of them are deprecated and can be replaces by the use of the Jamal based generator.

Documentum management generators

  • Documentum generation before deciding to use these generators have a look at Jamal and the Snippet macro packages. Many of the features docugen provides can be solved easier using Jamal. There are some areas where docugen may have its place.