From: <[EMAIL PROTECTED]>
> I would call my web site page-centric, as the Turbine 2.1
> security model forced me to have a java class for each page, and
> its straight forward to populate the velocity context in the class
> that sits behind each page...
Patrick,
Turbine actually doesn't force you to have a class for each page.
You can have one Default.class for each package that sets the
security for all of the templates in the corresponding directory.
Then our friend the pull model can be used to retrieve the rest
of the data you need.
Cheers,
Scott