2007/11/01

Light weight PL/SQL programming style

I read many PL/SQL program in enterprise system. Most of the programming style is defined in the earlier of procedure language time . It's very heavy weight style. I think the following can be improved.

*Light weight PL/SQL programming style
Javadoc liked Oradoc and comment
xUnit
Object oriented logic
Batch/Transaction/Screen framework
Inherent, AOP and DI container
Light weight cursor
Dynamic SQL
Java integration

Bulk processing (ForAll, Insert All)
Merge
Rowid

No comments: