Re: cocoon and eclipse.

2003-01-03 Thread Sylvain Wallez
Antonio Gallardo wrote: Happy new year 2003, I am a user of eclipse. Recently I noted there was create some support for Eclipse to compile Cocoon. Can someone provide the project to build Cocoon using Eclipse? Read the instructions at http://wiki.cocoondev.org/Wiki.jsp?page=LoadInEclipse

Re: Javadocs: need basic package information

2003-01-03 Thread Sylvain Wallez
David Crossley wrote: Sylvain Wallez wrote: Bernhard Huber wrote: snip/ i think writing a single packages.xml is better than maintaing 84 package.html files. IMO, a centralized XML file may not be better as far as keeping it up to date is concerned : - people may often forget

Re: [IMAP Generator] status webapp

2003-01-03 Thread Bernhard Huber
hi, team some status notes about the MailGenerator. The MailGenerator is dead, long live MailAction! I moved over to a MailAction instead of a MailGenerator. Some explanation to this move: * MailAction puts javamail objects as XMLizable objects into the request attribute * Generators xsp page

Environments and the CocoonBean

2003-01-03 Thread Upayavira
Guys, I have been trying more to get my head around the code I extracted from the Main.java class. Firstly - environments: The way the Main.java code works is that it creates an OutputStream outside of the FileSavingEnvironment, and hands this stream to this Environment. Cocoon then asks the

Re: cocoon and eclipse.

2003-01-03 Thread Antonio Gallardo
Many Thanks. It works fine. Now I have question about the 968 items in my task list about imposrt not used and some deprecated methods. I am using Java 1.4.1_01, I can make all the changes there are needed but I dont want to be too out of the current CVS version. Is someone going to repair this

Re: cocoon and eclipse.

2003-01-03 Thread Sylvain Wallez
Antonio Gallardo wrote: Many Thanks. It works fine. Now I have question about the 968 items in my task list about imposrt not used and some deprecated methods. I am using Java 1.4.1_01, I can make all the changes there are needed but I dont want to be too out of the current CVS version. Is

Re: Moving forward cocoon.apache.org

2003-01-03 Thread Michael Wechner
Ivelin Ivanov wrote: I vote for Version #2. That will follow the spirit of Jakarta which is popular and successful. The Incubator will give a fair exposure to new projects, while allowing them to move up, only if they meet a certain threshold of maturity and popularity. I think incubator is

Re: Moving forward cocoon.apache.org

2003-01-03 Thread Nicola Ken Barozzi
Michael Wechner wrote: Ivelin Ivanov wrote: I vote for Version #2. That will follow the spirit of Jakarta which is popular and successful. The Incubator will give a fair exposure to new projects, while allowing them to move up, only if they meet a certain threshold of maturity and

Re: cocoon and eclipse.

2003-01-03 Thread Antonio Gallardo
Thanks for the answer sylvain. I think the imports cleanup can be done without problems. :-) Regards, Antonio Gallardo Sylvain Wallez dijo: Antonio Gallardo wrote: Many Thanks. It works fine. Now I have question about the 968 items in my task list about imposrt not used and some deprecated

Re: Environments and the CocoonBean

2003-01-03 Thread Bernhard Huber
hi, snip/ Have I understood the role of the environment object correctly? I.e. it deals with a single request and the response to that request. yes, that's right more specific: in case of Main.java the outputStream is bound to an FileOutputStream BEFORE cocoon page processing starts. Thus in

Re: Moving forward cocoon.apache.org

2003-01-03 Thread Michael Wechner
Nicola Ken Barozzi wrote: Michael Wechner wrote: Ivelin Ivanov wrote: I vote for Version #2. That will follow the spirit of Jakarta which is popular and successful. The Incubator will give a fair exposure to new projects, while allowing them to move up, only if they meet a certain

Re: cocoon and eclipse.

2003-01-03 Thread Litrik De Roy
From: Sylvain Wallez [EMAIL PROTECTED] Antonio Gallardo wrote: Can someone provide the project to build Cocoon using Eclipse? Read the instructions at http://wiki.cocoondev.org/Wiki.jsp?page=LoadInEclipse Sylvain I still get one error during compilation: Error This resource is a

Is Export to J2EE Environment Possible?

2003-01-03 Thread Steven Punte
I really like the way Cocoon can export (i.e. publish) to a simple HTML serving environment, especially since there is very little Cocoon hosting out there. However, my site containes significant dynamic behavior, pipelines, etc.. Would it somehow be possible to bundle cocoon plus the applicaiton

RE: Is Export to J2EE Environment Possible?

2003-01-03 Thread Hunsberger, Peter
Title: Message We deploy it as an EAR (WAR plus JAR for EJBs).Nothing to stop you from doing so...? -Original Message-From: Steven Punte [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 2:38 PMTo: [EMAIL PROTECTED]Subject: Is Export to J2EE Environment

Re: cocoon and eclipse.

2003-01-03 Thread Litrik De Roy
From: Litrik De Roy [EMAIL PROTECTED] From: Sylvain Wallez [EMAIL PROTECTED] Antonio Gallardo wrote: Can someone provide the project to build Cocoon using Eclipse? Read the instructions at http://wiki.cocoondev.org/Wiki.jsp?page=LoadInEclipse Sylvain I still get one

Re: Is Export to J2EE Environment Possible?

2003-01-03 Thread Vadim Gritsenko
Steven Punte wrote: I really like the way Cocoon can export (i.e. publish) to a simple HTML serving environment, especially since there is very little Cocoon hosting out there. However, my site containes significant dynamic behavior, pipelines, etc.. Would it somehow be possible to bundle

Re: [IMAP Generator] status webapp

2003-01-03 Thread Stefano Mazzocchi
Bernhard Huber wrote: hi, team some status notes about the MailGenerator. The MailGenerator is dead, long live MailAction! I moved over to a MailAction instead of a MailGenerator. Some explanation to this move: * MailAction puts javamail objects as XMLizable objects into the request attribute

Re: [IMAP Generator] status webapp

2003-01-03 Thread Tony Collen
On Fri, 3 Jan 2003, Stefano Mazzocchi wrote: Bernhard Huber wrote: hi, team some status notes about the MailGenerator. The MailGenerator is dead, long live MailAction! :( ! My baby! :) Oh well, I suppose better things are to come... snip; some quick snapshot of the mail