Path: dp-news.maxwell.syr.edu!spool.maxwell.syr.edu!drn.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!syros.belnet.be!news.belnet.be!transit.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Date: Wed, 04 May 2005 01:56:21 +0200
From: mAsterdam <mAsterdam@vrijdag.org>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.databases.theory
Subject: Re: Development as Configuration
References: <v7vak2-1ou.ln1@pluto.downsfam.net>   <1114878474.300038.283430@o13g2000cwo.googlegroups.com>   <1115142321.507691.302070@o13g2000cwo.googlegroups.com> <1115150900.677582.195380@g14g2000cwa.googlegroups.com>
In-Reply-To: <1115150900.677582.195380@g14g2000cwa.googlegroups.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 21
Message-ID: <42780f9f$0$153$e4fe514c@news.xs4all.nl>
NNTP-Posting-Host: 82.92.225.151
X-Trace: 1115164575 news.xs4all.nl 153 [::ffff:82.92.225.151]:41902
X-Complaints-To: abuse@xs4all.nl
Xref: dp-news.maxwell.syr.edu comp.databases.theory:30687

dawn wrote:

> I just did a little Java Server Faces prototype.  It included:
> jsp (which is a spec'ing language for java servlets)
> xhtml
> css
> javascript
> java (beans)
> properties files
> 
> and if I had done more, it would have had xml too, with xml schema, and
> then often SQL for persistence, perhaps also a stored procedure flavor
> of SQL and of course compiled with an ant script (xml).  Maybe I've
> gotten to those "remember the good ole' days" age, but this sure seems
> like a lot of varying "languages" to have to be proficient in just to
> write a small app with a GUI and a DB.

Hi dawn O:-)

Why use SQL for persistence? Any filesystem could provide that, no?

