Re: Default to quiet references

2002-11-04 Thread Serge Knystautas
Thanks for the suggestion, but I'm really just trying to keep it easy for the users. I think $!foo would be easier than #qu( $foo ), so assuming it's not possible now, I'll go hack something myself and submit a patch if desired. -- Serge Knystautas Loki Technologies - Unstoppable Websites http

Re: FreeMarker, Velocity, Jonathan, me :)

2003-07-24 Thread Serge Knystautas
get nominated as a committer before too long. In this situation, I would think sustained interest and availability is all you need. -- Serge Knystautas President Lokitech software . strategy . design http://www.lokitech.com/ p. 1.301.656.5501 e. [EMAIL PROTECTED

Layered resource caching

2004-10-09 Thread Serge Knystautas
the customized template folder first before turning to the default template folder, and ideally still use a cached version for that. Is the only way to do this to write my own ResourceManager implementation, or is there another way to do this? -- Serge Knystautas Lokitech software . strategy

Re: Layered resource caching

2004-10-09 Thread Serge Knystautas
using a mixture of resource loaders and am using the multiple loader feature, so I need the resource manager to handle this. Again, it seems like I need my own ResourceManager impl, but just wondering if anybody hit this before, had a better suggestion, or a planned work around. -- Serge Knystautas

Immutable pojos as context objects

2005-02-11 Thread Serge Knystautas
methods and effectively reconfigure the POJOs. Is there an easy way to either have Velocity prevent certain method calls on context objects, or otherwise a way to make these POJOs immutable? -- Serge Knystautas Lokitech software . strategy . design http://www.lokitech.com p. 301.656.5501 e

Re: Immutable pojos as context objects

2005-02-11 Thread Serge Knystautas
proxy object that will fail on any set method but otherwise just hand calls to the underlying POJO. Probably something CGLIB could do for me. -- Serge Knystautas Lokitech software . strategy . design http://www.lokitech.com p. 301.656.5501 e. [EMAIL PROTECTED