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 -> PL/SQL and ProC Code Generator

PL/SQL and ProC Code Generator

From: <nxtwave_at_my-dejanews.com>
Date: Tue, 24 Nov 1998 09:28:51 GMT
Message-ID: <73du8f$apc$1@nnrp1.dejanews.com>


I have been faced with developing a large amount of code that accesses the database in a short period of time. The data access code tends to follow the same design pattern. In the past I have looked for code generators with enough flexibility to define this pattern and generate the data access code required. I haven't found a reasonably priced product that offered the flexibility I required. I would be interested in what other people have used?

I am currently using a template based generator which utilises Java and JDBC I have written called SmartGen. Through the use of SQL statements and template files containing tags I have been able to develop ProC++, PL/SQL, HTML code.

It is possible to buy a data access layer but sometimes you have to over customise these to provide all the functionality you require.

For anyone interested in the code generator I have developed called SmartGen it is available at http://www.nxt-wave.com/smartgen/

It comes with a simple PL/SQL code generation example. It uses Oracle's data dictionary to build a package per table that provides update,insert and delete procedures.

I would be interested in other developers experiences with flexible code generation.

Regards,

Greg Montgomery
greg_at_nxt-wave.com
http://www.nxt-

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Tue Nov 24 1998 - 03:28:51 CST

Original text of this message

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