You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by Theo Keyzer <th...@ecnet.co.za> on 2000/12/14 10:10:49 UTC

Idea for control data definitions

I included a code generator that generates loader functions
to load application control data from files into memory.

The data is not chained, rather it includes references
to easy access.

The parent child relationships of the data are defined
for the generator to use.

My plan is to take some of these ideas and come up with
a new design to use in conjunction with velocity.

This can go into a lot of different directions, so
a good framework can be useful.

Theo