Re: [RT] CallBack Style XML Handlers

2002-03-23 Thread Ivelin Ivanov
inal Message - From: "Stefano Mazzocchi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 23, 2002 3:35 AM Subject: Re: [RT] CallBack Style XML Handlers > Ivelin Ivanov wrote: > > > > I am looking for short input. Do you think that an XP

Re: [RT] CallBack Style XML Handlers

2002-03-23 Thread Stefano Mazzocchi
Ivelin Ivanov wrote: > > I am looking for short input. Do you think that an XPath selector (working > against the current SAX stream) makes sence or not ? My personal opinion is that matadata should be 'outside' the pipeline, and data inside the pipeline. In such a world, a pipeline-aware selecto

Re: [RT] CallBack Style XML Handlers

2002-03-23 Thread Stefano Mazzocchi
Berin Loritsch wrote: > The main issue I am trying to address is precompiling the cocoon > webapp or cocoon component so that the performance and scalability > of Cocoon will blow people away. Know what? I get very happy when people blow me away :-) -- Stefano Mazzocchi One must still hav

Re: [RT] CallBack Style XML Handlers

2002-03-20 Thread Ivelin Ivanov
Stefano, > > Berin clearly stated that it has nothing to do with the sitemap, so the > 'pipe-aware selector' problem is still wide open. I am looking for short input. Do you think that an XPath selector (working against the current SAX stream) makes sence or not ? ---

RE: [RT] CallBack Style XML Handlers

2002-03-20 Thread Berin Loritsch
> -Original Message- > From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]] > > Nicola Ken Barozzi wrote: > > > > Dear Berin, > > IMNSHO with this RT you have basically managed to solve the Cocoon > > Generation problem :-) Shall we call it NG ie New Generation? ;-) > > > > IIUC, this

Re: [RT] CallBack Style XML Handlers

2002-03-20 Thread Stefano Mazzocchi
Nicola Ken Barozzi wrote: > > Dear Berin, > IMNSHO with this RT you have basically managed to solve the Cocoon > Generation problem :-) > Shall we call it NG ie New Generation? ;-) > > IIUC, this RT sums up all discussions on XSP2, xForge, Cocoon sub component > model, Dispatcher&Adapter and in

RE: [RT] CallBack Style XML Handlers

2002-03-19 Thread Berin Loritsch
> -Original Message- > From: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 18, 2002 11:49 PM > To: [EMAIL PROTECTED] > Subject: Re: [RT] CallBack Style XML Handlers > > > > > Is your callback mechanism a generalization of the >

Re: [RT] CallBack Style XML Handlers

2002-03-18 Thread Ivelin Ivanov
I maybe a bit too agressive here, so please let me know if so: Can the caching logic be shifted up one step above the CallBackHandler? How about a Cacheable CallBackHandlerInterface interface CacheableCallBackHandler { boolean hasChanged( String type, Parameters paramList ); XMLSource eve

Re: [RT] CallBack Style XML Handlers

2002-03-18 Thread Ivelin Ivanov
> > Is your callback mechanism a generalization of the component > > and a way to hint dynamic parts? > > If I understood correctly, if a callback returns the same document (same > > content) as it did once before, then eventually a "smart" XSLT processor > > (which cached earlier results) would

Re: [RT] CallBack Style XML Handlers

2002-03-18 Thread Ivelin Ivanov
icola Ken Barozzi'" <[EMAIL PROTECTED]> Sent: Monday, March 18, 2002 9:33 AM Subject: RE: [RT] CallBack Style XML Handlers > > -Original Message- > > From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > > Sent: Monday, March 18, 2002 10:13 AM >

RE: [RT] CallBack Style XML Handlers

2002-03-18 Thread Berin Loritsch
> -Original Message- > From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 18, 2002 11:54 AM > To: [EMAIL PROTECTED] > Subject: Re: [RT] CallBack Style XML Handlers > > From: "Berin Loritsch" <[EMAIL PROTECTED]> > >

Re: [RT] CallBack Style XML Handlers

2002-03-18 Thread Nicola Ken Barozzi
From: "Berin Loritsch" <[EMAIL PROTECTED]> > interface XMLSource > { > handle( ContentHandler ch, CallBackHandler cbh ); >} > > interface XMLCallBack extends Command > { > XMLSource getFragment( Parameters paramList ); >} > >interface CallBackHandler >{ > XMLSource event( String type,

RE: [RT] CallBack Style XML Handlers

2002-03-18 Thread Berin Loritsch
> -Original Message- > From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > > > From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > > > > > > Dear Berin, > > > Or without joking: "Where do we go from here?" > > > > Obviously, we need to have someone step forward and start with the > > C

Re: [RT] CallBack Style XML Handlers

2002-03-18 Thread Nicola Ken Barozzi
From: "Berin Loritsch" <[EMAIL PROTECTED]> > > From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > > > > Dear Berin, > > IMNSHO with this RT you have basically managed to solve the Cocoon > > Generation problem :-) > > Shall we call it NG ie New Generation? ;-) > > That good?! I think so. Thi

RE: [RT] CallBack Style XML Handlers

2002-03-18 Thread Vadim Gritsenko
> From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > > Dear Berin, > IMNSHO with this RT you have basically managed to solve the Cocoon > Generation problem :-) > Shall we call it NG ie New Generation? ;-) > > IIUC, this RT sums up all discussions on XSP2, xForge, Cocoon sub component > mode

RE: [RT] CallBack Style XML Handlers

2002-03-18 Thread Berin Loritsch
> -Original Message- > From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 18, 2002 10:13 AM > To: [EMAIL PROTECTED] > Subject: Re: [RT] CallBack Style XML Handlers > > Dear Berin, > IMNSHO with this RT you have basically managed to solve

Re: [RT] CallBack Style XML Handlers

2002-03-18 Thread Nicola Ken Barozzi
Dear Berin, IMNSHO with this RT you have basically managed to solve the Cocoon Generation problem :-) Shall we call it NG ie New Generation? ;-) IIUC, this RT sums up all discussions on XSP2, xForge, Cocoon sub component model, Dispatcher&Adapter and integrates all of them with caching. It appea

Re: [RT] CallBack Style XML Handlers

2002-03-18 Thread Berin Loritsch
- Original Message - From: "Ivelin Ivanov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 17, 2002 12:10 PM Subject: Re: [RT] CallBack Style XML Handlers > > Berin, > > > I don't have high enough rank or knowledge of Cocoon to

Re: [RT] CallBack Style XML Handlers

2002-03-17 Thread Ivelin Ivanov
Berin, I don't have high enough rank or knowledge of Cocoon to discuss this subject and should probably stay quiet, but since no one else seems to respond, I'll take the risk. 1) If you have been following the threads on HTML form binding and validation, you have noticed that one problem is h