Filtering and Separation of Presentation Layer

2005-12-26 Thread Joachim Zobel
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 engines that can be attac

Re: Filtering and Separation of Presentation Layer

2005-12-26 Thread Frank Wiles
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

Re: Filtering and Separation of Presentation Layer

2005-12-26 Thread Jeff
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

Re: Filtering and Separation of Presentation Layer

2005-12-26 Thread Joachim Zobel
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

Re: Filtering and Separation of Presentation Layer

2005-12-26 Thread Boysenberry Payne
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.

Re: Filtering and Separation of Presentation Layer

2005-12-27 Thread Tom Schindl
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

Re: Filtering and Separation of Presentation Layer

2005-12-28 Thread Jonathan Vanasco
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