Re: [RT] Virtual components and JXTemplate

2003-10-10 Thread Stephan Michels
On Thu, 9 Oct 2003, Sylvain Wallez wrote: > Stephan Michels wrote: > > >On Tue, 7 Oct 2003, Sylvain Wallez wrote: > >>AFAIU, the use of JXTemplate as a generator allows the template to be > >>pre-analyzed and stored into the cache, thus allowing a greater > >>performance. This cannot be achieve

Re: [RT] Virtual components and JXTemplate

2003-10-09 Thread Sylvain Wallez
Stephan Michels wrote: On Tue, 7 Oct 2003, Sylvain Wallez wrote: Stephan Michels wrote: Just another thought, I noticed that the JXTemplateGenerator/Transformer implements both contracts: generator and transformer. It should be easier to implements this component as transformer, and off

Re: [RT] Virtual components and JXTemplate

2003-10-07 Thread Stephan Michels
On Tue, 7 Oct 2003, Sylvain Wallez wrote: > Stephan Michels wrote: > > >Just another thought, > > > >I noticed that the JXTemplateGenerator/Transformer implements both > >contracts: generator and transformer. It should be easier to > >implements this component as transformer, and offer this tran

Re: [RT] Virtual components and JXTemplate

2003-10-07 Thread Sylvain Wallez
Stephan Michels wrote: Just another thought, I noticed that the JXTemplateGenerator/Transformer implements both contracts: generator and transformer. It should be easier to implements this component as transformer, and offer this transformer also as virtual generator. and I should ment

[RT] Virtual components and JXTemplate

2003-10-07 Thread Stephan Michels
Just another thought, I noticed that the JXTemplateGenerator/Transformer implements both contracts: generator and transformer. It should be easier to implements this component as transformer, and offer this transformer also as virtual generator. and I should mention that I already