User's of Oracle Forms are familiar with the declarative "data block" settings for InsertAllowed?, UpdateAllowed?, and DeleteAllowed? While the BC4J framework does not (yet) have declarative view object settings for these, we do provide all the building blocks to easily code this behavior once and for all in a custom framework extension class. Here's an example of implementing declarative Insert/Update/Delete Allowed behavior that illustrates how powerful framework overrides based on custom metadata can be.
12:13:29 AM
|
|