> > When cycling through the possible matches for a Screen module to a
screen
> > template, etc., I am using a File.exists() check instead of the template
> > engines' specific getTemplate type call. I do not think this should be
much
> > slower, especially since it should be a one time deal (in production.)
>
> -1. This doesn't provide a way to do caching.
It does not impact the caching of (screen) template to Screen and layout
template relationships. This exists() check is only done the first time the
template is referenced, if the cache is active. And it only postpones the
possible caching of the template by the template engine until the Screen
calls getTemplate a short time later. Please explain.
>
> I don't like the name requiresServlet()...that doesn't really describe
what
> is going on.
> ...
> Also, I would prefer a defined interface instead of Object.
How about requiresServletConfig() and init(ServletConfig)?
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]