View on GitHub

fj-doc-quickstart

Docs Home

Basic Concepts

version : 001

Venus is an A.P.I. to produces documents in various formats.

To do so, a minimum of three entities are needed :

The simpliest way to do so is by SimpleDocFacade seen in QuickstartA001HelloWorld.

Of course it’s possible to compose the XML source document in any way.
Venus provides facilities to dynamically produces the XML source by a template engine (apache freemarker).

SimpleDocFacade workflow