Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> HTML Templates for PL/SQL Cartridge

HTML Templates for PL/SQL Cartridge

From: <jimstoll_at_my-deja.com>
Date: Sun, 11 Jul 1999 12:22:36 GMT
Message-ID: <7ma2a9$sop$1@nnrp1.deja.com>


For those interested, there is now a free library available that provides HTML Template capabilities to Oracle8 PL/SQL Cartridge developers. Visit www.voug.org and follow the 'Tech Tips' link to the 'Web/Internet-Enabled RDBMS Techtips' section. Installation instructions, use instructions and sample code are provided.

For those who have not previously used HTML Templates, this technique can dramatically reduce the time, effort and complexity typically associated with development and maintenance of dynamically generated HTML web apps. You build your back-end Application Logic Layer in PL/SQL and you build your front-end Presentation Layer in HTML, using your favorite graphical HTML editor. (No more nasty HTP and HTF spaghetti required! :-) Design of and changes to the presentation (adding/removing columns and fields, changing layout, etc) are then done _entirely_ in HTML using a graphical HTML editor, without ever touching the PL/SQL code and without the need to regenerate the code (as is required with WebAlchemy).

Download the library and give it a try - it's very simple to use and can make life as a PL/SQL Cartridge developer _much_ more enjoyable. :-)

Jim Stoll

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Sun Jul 11 1999 - 07:22:36 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US