RE: Implement a Generator or a URLStreamHandler?

2002-01-19 Thread Vadim Gritsenko
> From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]] > > On Saturday 19 January 2002 06:05, Conal Tuohy wrote: > > . . . > > I think my options are either to write a NewsGroupGenerator in the Cocoon > > framework, or a URLStreamHandler (and URLStreamHandlerFactory) in the Java > > URL framework

Re: Implement a Generator or a URLStreamHandler?

2002-01-19 Thread Bertrand Delacretaz
On Saturday 19 January 2002 06:05, Conal Tuohy wrote: > . . . > I think my options are either to write a NewsGroupGenerator in the Cocoon > framework, or a URLStreamHandler (and URLStreamHandlerFactory) in the Java > URL framework. With a URL-handler I could just use the standard > FileGenerator l

Implement a Generator or a URLStreamHandler?

2002-01-18 Thread Conal Tuohy
I've considering a small project to publish a usenet newsgroup using Cocoon 2. I've used Cocoon for a couple of months, for publishing static xml source (DocBook) as PDF and HTML, but now I have to write some Java! ;-) I think my options are either to write a NewsGroupGenerator in the Cocoon fram