Intrexx Velocity API

Velocity is a template language designed to generate content. This means that HTML, XML, JSON—or whatever format is needed—is enriched with data from the database, calculations, or other data sources. This can be used either to exchange data in a specific format or simply to display this content in the browser. Java objects provided by Intrexx are used to retrieve the data. However, it is also possible to include objects from your own Java classes. The API provides a range of methods for accessing key Intrexx features and objects.

More Information