Re: APEX / HTML DB for PostgreSQL

From: Lewis Cunningham <lewisc(at)rocketmail(dot)com>
To: justin tocci <justin(at)tocci(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: APEX / HTML DB for PostgreSQL
Date: 2008-02-26 14:25:06
Message-ID: 325698.19886.qm@web35609.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


--- justin tocci <justin(at)tocci(dot)org> wrote:

> interface? I've thought about it enough to want to try it. I don't
> really know how APEX / HTML DB work so I'm open to suggestions. I
> can
> either put the controller in a perl module and send intelligent
> requests for formatted pages to postgres or I could attempt to put
> a
> controller into pl/pgsql.
>

Just an FYI - ApEx is 100% PL/SQL and completely stored in the
database. All code and metadata. It's table driven and users can
create their own screens and reports. It's actually gotten pretty
advanced and it's very robust. Oracle runs what it calls the "Oracle
PL/SQL Gateway" to allow access. That's Apache in the db.

You can read about the architecture here:
http://download-uk.oracle.com/docs/cd/B32472_01/doc/appdev.300/b32470/intro_app.htm

No middle tier required, no CGI.

LewisC

Lewis R Cunningham

An Expert's Guide to Oracle Technology
http://blogs.ittoolbox.com/oracle/guide/

LewisC's Random Thoughts
http://lewiscsrandomthoughts.blogspot.com/

Postgres Forums
http://postgres.enterprisedb.com/forum.do

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stuart Brooks 2008-02-26 14:49:56 Re: autovacuum not freeing up unused space on 8.3.0
Previous Message justin tocci 2008-02-26 14:05:37 Re: APEX / HTML DB for PostgreSQL