Where can I find a generic editor (JSP using Oracle's ADF) for create, read, update, and delete on any table?
Example usage:
- User selects the name of a table.
- User then adds a new row, or updates/deletes an existing row.
- User saves the changes.
Foreign keys would appear as drop-down lists, and all others as af:inputText
. (The user-friendliness of such an administrative function is not important.) This would allow code table data updates for any number of tables without having to write a new CRUD JSP each time.
Update #1
Oracle ADF 10g (not 11g), which prevents us from using ADF Faces RC.
Update #2
Shay Shmeltzer (and others) directed me to these resources: