142 messages in org.apache.cocoon.devRe: [RT] Is Cocoon Obsolete?
FromSent OnAttachments
Stefano MazzocchiSep 30, 2005 2:56 pm 
Sebastien ArbogastSep 30, 2005 3:11 pm 
Ralph GoersSep 30, 2005 3:16 pm 
Leo SuticSep 30, 2005 3:48 pm 
Berin LoritschSep 30, 2005 4:27 pm 
Tony CollenSep 30, 2005 4:47 pm 
Niclas HedhmanSep 30, 2005 10:20 pm 
Andrew SavoryOct 1, 2005 7:23 am 
Stefano MazzocchiOct 1, 2005 1:51 pm 
Jaka JaksicOct 1, 2005 6:41 pm 
Niclas HedhmanOct 1, 2005 9:42 pm 
Niclas HedhmanOct 1, 2005 10:11 pm 
Joerg HeinickeOct 2, 2005 1:13 am 
Sylvain WallezOct 2, 2005 1:51 am 
Daniel FagerstromOct 2, 2005 4:02 am 
Luca MorandiniOct 2, 2005 4:29 am 
Daniel FagerstromOct 2, 2005 5:53 am 
Luca MorandiniOct 2, 2005 6:43 am 
Andreas PetterOct 2, 2005 7:03 am 
Torsten CurdtOct 2, 2005 7:32 am 
Antonio GallardoOct 2, 2005 12:01 pm 
Bertrand DelacretazOct 2, 2005 12:38 pm 
Antonio GallardoOct 2, 2005 12:48 pm 
Ross GardlerOct 2, 2005 1:11 pm 
Bertrand DelacretazOct 2, 2005 1:13 pm 
Antonio GallardoOct 2, 2005 1:41 pm 
Antonio GallardoOct 2, 2005 2:02 pm 
Pier FumagalliOct 2, 2005 3:51 pm 
Niclas HedhmanOct 2, 2005 10:11 pm 
Reinhard PoetzOct 2, 2005 10:55 pm 
Bertrand DelacretazOct 3, 2005 2:33 am 
Sylvain WallezOct 3, 2005 3:10 am 
Jorg HeymansOct 3, 2005 3:39 am 
Jorg HeymansOct 3, 2005 4:09 am 
Sylvain WallezOct 3, 2005 4:42 am 
Andrew SavoryOct 3, 2005 4:50 am 
Ralph GoersOct 3, 2005 4:52 am 
Thomas LutzOct 3, 2005 5:01 am 
Jorg HeymansOct 3, 2005 5:06 am 
Sylvain WallezOct 3, 2005 5:18 am 
Luca MorandiniOct 3, 2005 5:26 am 
Andrew SavoryOct 3, 2005 5:33 am 
Jorg HeymansOct 3, 2005 6:20 am 
Tony CollenOct 3, 2005 6:28 am 
Jorg HeymansOct 3, 2005 6:35 am 
UpayaviraOct 3, 2005 6:43 am 
Sylvain WallezOct 3, 2005 6:44 am 
Berin LoritschOct 3, 2005 7:14 am 
Luca MorandiniOct 3, 2005 7:18 am 
Jorg HeymansOct 3, 2005 7:29 am 
Sylvain WallezOct 3, 2005 8:02 am 
Jorg HeymansOct 3, 2005 8:08 am 
Steven NoelsOct 3, 2005 8:19 am 
Carsten ZiegelerOct 3, 2005 8:31 am 
88 later messages
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [RT] Is Cocoon Obsolete?Actions...
From:Leo Sutic (leo.@inspireinfrastructure.com)
Date:Sep 30, 2005 3:48:51 pm
List:org.apache.cocoon.dev

On 9/30/05, Stefano Mazzocchi <stef@apache.org> wrote:

How do you feel about this?

Stefano,

you always have very interesting RTs. (They're pretty structured, too, so I wonder if you shouldn't tag them [PT] for Philosophical Thought or [HT] for Hard Thought.)

I think you're right on your observations, and wrong on your conclusion.

It is true that the web browser client is getting more and more sophisticated. Right now FireFox is a step ahead, but IE will catch up. They're not likely to regress anyway.

But consider this:

1. Even with AJAX etc. *something* has to produce all that XML that is to go out to the client. So just because we're seeing less and less need to use spiffy stylesheets to get the *visual* effects we want, having an XML processing engine is definitely something that's needed.

2. Given that:

+ Processing power is cheap. + Data transfer is expensive.

We have oodles of processing power and comparatively limited bandwidth (whether it be between CPU and RAM, or CPU and CPU over network).

So there will always be a need to server up things pre-digested for the client. Especially if the processing involves discarding lots of data.

So research-wise you may be right in the sense that the revolution has happened, and it is behind us. But we're still coming up with new ways to improve the post-revolution world. That may not be as sexy, but it is part of a technology maturing.

Actually, I'd say that of the things Cocoon brought the servlet world, the architecture and framework are the two most valuable parts. The fact that you can make this framework transform XML into neat HTML is neat and all, but it pales in comparison. And those two parts will not be obsolete for a long, long time.

/LS