comp.lang.ada
 help / color / mirror / Atom feed
From: Maciej Sobczak <see.my.homepage@gmail.com>
Subject: Re: New AWS-based website
Date: Thu, 12 Apr 2012 07:07:43 -0700 (PDT)
Date: 2012-04-12T07:07:43-07:00	[thread overview]
Message-ID: <6ea96041-f949-421b-a76e-05ada890ec77@z17g2000yqf.googlegroups.com> (raw)
In-Reply-To: 4f868816$0$282$14726298@news.sunsite.dk

On 12 Kwi, 09:45, Thomas Locke <tho...@12boo.net> wrote:

> Did you use templates_parser for the HTML,

No, I don't see any benefit from it (ironically, this is how PHP was
born!).

> or something else?

The HTML that is returned to the client is a combination of:
- static constants,
- generated (computed or obtained from the database or various local
data structures) content,
- files.

It depends on the expected frequency of changes in the given content,
but since each page is composed of elements from different categories,
it is always some combination of these. There are no strictly static
pages.

I also did not use the AWS session management, as I find it not very
convincing. Any nontrivial session-based operation requires the
implementation of additional data structures, which can easily
accommodate the complete session handling. There is no reason to use
multiple layers of mapping data structures for something that is a
consistent functional block.
Also, no SOAP.

In other words, considering that there are significant functionality
areas of AWS which I did not use, I would very welcome a streamlined
or core version of the library that provides only the most essential
features.
Let's call it "AWS Express Edition" or something like that... ;-)

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



  parent reply	other threads:[~2012-04-12 14:09 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 [this message]
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
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