On Dec 26, 2005, at 11:50 AM, Jeff wrote:
I have been wondering recently about separation of presentation and
data in the context of AJAX - whilst keeping the presentation still
server-side. Anyone doing anything interesting in this space with
mod_perl?
I've been working on an AJAX heavy s
Joachim Zobel wrote:
Hi.
I think it makes sense to use Apache filtering to seperate the
presentation layer. The idea is to have an application layer that
outputs xml and a template engine attached by filtering that merges the
xml into html pages.
What is already there? Are there any template e
I use something similar to this with mod_perl to flash using xml.
Flash then uses xml in a template fashion. Our templates are
highly configurable this way.
In the near future we will be doing it as mod_perl to ajax.
Unfortunately we haven't decided on how we want to make
our code public yet.
Am Montag, den 26.12.2005, 16:50 + schrieb Jeff:
> I have been wondering recently about separation of presentation and data
> in the context of AJAX - whilst keeping the presentation still
> server-side. Anyone doing anything interesting in this space with mod_perl?
One thing I have in mind
Original Message
From: Frank Wiles <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: modperl@perl.apache.org
Subject: Re:Filtering and Separation of Presentation Layer
Date: Mon Dec 26 2005 16:26:21
On Mon, 26 Dec 2005 14:17:00 +0100
Joachim Zobel <[EMAIL PROTECTED]> wrote:
I th
On Mon, 26 Dec 2005 14:17:00 +0100
Joachim Zobel <[EMAIL PROTECTED]> wrote:
> I think it makes sense to use Apache filtering to seperate the
> presentation layer. The idea is to have an application layer that
> outputs xml and a template engine attached by filtering that merges
> the xml into html