From: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> |
---|---|
To: | Chuck Davis <cjgunzel(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Forms for entering data into postgresql |
Date: | 2013-10-12 19:27:11 |
Message-ID: | 5259A28F.9050609@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 10/12/2013 12:19 PM, Chuck Davis wrote:
> Browsers are fine for displaying informaiton that is already in a
> database. They are the ultimate crap for entering data that has to be
> typed into a "form" and processed for persistence. It will be a long
> time before I ask my users to enter data into a browser.
>
> Just for an example: If you have 500 clients placing one order a
> browser is an "ok" tool -- probably the tool of choice. If you have one
> accounts payable clerk entering 500 orders a browser is a very mean
> thing to do the your employee unless the entry is simply making
> selections from a drop down populated from the database; that scenario
> is not too real-worldish for AP.
>
> And with today's auto-updating of application platforms it pretty well
> eliminates any advantages the browser provides for internal
> applications. Applications developed on the current application
> platforms are not only more efficient for data entry, they're just as
> easily kept up to date once installed. And installation is nearly
> automatic with the current platforms like Netbeans Platform and Eclipse
> Platform (for Java). I'm sure other languages have similar.
>
> Ultimately, it's a matter of choosing the right tool for the task.
> Unfortunately, too often these days there is a somewhat ignorant
> perception that a browser is always the right tool.
>
+1
--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Vincent Veyron | 2013-10-12 20:14:33 | Re: Forms for entering data into postgresql |
Previous Message | Chuck Davis | 2013-10-12 19:19:49 | Re: Forms for entering data into postgresql |