comp.lang.ada
 help / color / mirror / Atom feed
From: Maciej Sobczak <see.my.homepage@gmail.com>
Subject: Re: New AWS-based website
Date: Fri, 13 Apr 2012 00:35:49 -0700 (PDT)
Date: 2012-04-13T00:35:49-07:00	[thread overview]
Message-ID: <27649df6-34b0-4bf5-8d9d-20b86d260639@v22g2000vby.googlegroups.com> (raw)
In-Reply-To: 4f86e680$0$294$14726298@news.sunsite.dk

On 12 Kwi, 16:28, Thomas Locke <tho...@12boo.net> wrote:

> I think it's nice when you have a few dedicated HTML people, who you'd
> rather not have mucking around in the Ada code. You can agree on a set
> of tags and leave them to work their magic on the GUI side of things.
>
> At least that's how I've used templating systems in the past (primarily
> XSLT based). It's a model I feel works very well.

I fully agree with it - if there was such a need, I would divide the
work between XML served directly from the server (very likely as a
combination of sources as described previously) and the XSLT
transformations, which would be under responsibility of other
dedicated developers. CSS is on the same side.

That's why I see no place for template parsers built into AWS - in
other words, between generating HTML directly and generating XML (that
is transformed by XSLT on the client side) there is no space left and
therefore server-side template parser is a solution to the problem
that does not exist.

> I've yet to use templates_parser for anything "serious".

Exactly.

> Ahh yes, the AWS session management system. I too feel that it would be
> nice if it were a bit more "flexible", for lack of a better word.

I think it does not need to be. Doing it properly (that is, flexibly
enough to cover all needs) would be a huge amount of work and it would
always be a wrong solution for some purpose. Considering that doing it
right in the actual context of the target system is not difficult at
all (support for cookies is all that is neededd), there is again no
problem to solve with the library-based solution.

In other words - if the session management can be done entirely in
memory, then a screenful of code does the job and the library has
little added value; and if it requires support from the database, then
the general-purpose library feature will not be adequate anyway.

> AWS Express Edition - that's a pretty darn good idea! What say you
> Pascal?  :o)

:-)

--
Maciej Sobczak * http://www.inspirel.com



  parent reply	other threads:[~2012-04-13  7:35 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-10 22:10 New AWS-based website Maciej Sobczak
2012-04-10 22:42 ` Ludovic Brenta
2012-04-11  1:15   ` Jeffrey Carter
2012-04-11  7:15     ` tonyg
2012-04-11  7:21   ` Maciej Sobczak
2012-04-11  7:07 ` tonyg
2012-04-11 11:18   ` Maciej Sobczak
2012-04-11  7:18 ` Pascal Obry
2012-04-11 18:40 ` Shark8
2012-04-12  7:35   ` Maciej Sobczak
2012-04-13  8:05     ` Ludovic Brenta
2012-04-13  9:31       ` Dmitry A. Kazakov
2012-04-13 13:50       ` Maciej Sobczak
2012-04-12  7:45 ` Thomas Locke
2012-04-12  8:30   ` tonyg
2012-04-12  9:17     ` Thomas Locke
2012-04-12 14:07   ` Maciej Sobczak
2012-04-12 14:28     ` Thomas Locke
2012-04-12 20:00       ` Shark8
2012-04-12 20:31         ` mockturtle
2012-04-13  8:14         ` [OT] " Jacob Sparre Andersen
2012-04-13 16:09           ` Pascal Obry
2012-04-13  7:35       ` Maciej Sobczak [this message]
2012-04-13 14:11         ` Thomas Løcke
2012-04-13 16:10         ` Pascal Obry
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox