Re: [GENERAL] naked objects from stored procedures, interface generation

2010-12-23 Thread John R Pierce
On 12/23/10 12:19 AM, Wim Bertels wrote: My question is, from db point of view, do we have such frameworks that work the other way, ie that forward engineer from a database to a user interface (web or program), maybe using the stored procedures available on the database (eg in the same naked ob

Re: [GENERAL] naked objects from stored procedures, interface generation

2010-12-23 Thread Pavel Stehule
Hello I know about one similar project - Garuda, but this project isn't open. What it does: * OOP - objects, properties, methods - not based on PostgreSQL OOP * support of workflow - lifecycle for objects * support of collection of objects It was designed in plpgsql with special modules to PHP,

[GENERAL] naked objects from stored procedures, interface generation

2010-12-23 Thread Wim Bertels
Hallo, there exist many framework that 'backward' engineer from a programming language to database to make the data persistent. so: code >> db (generated) eg. hibernate, turbogears many others My question is, from db point of view, do we have such frameworks that work the other way, ie that f