Sunday, December 30, 2012

JDev/ADF sample - After Commit Call for Centralized Transaction Management

  • After Commit Call for Centralized Transaction Management. With this post I would like to update sample application from my previous post on this topic - Centralized Transaction Management for ADF Data Control. This previous post was about how to call global commit/rollback operations applied for ADF Data Control, without declaring Commit and Rollback in each and every page definition file. Centralized Commit and Rollback operations are created in fragment template, this allows to reuse the same buttons across different fragments. There is one bit we can use to extend centralized transaction management concept - custom method invocation after successful commit. Based on use case requirements, we may need to invoke iterator refresh after commit, etc.
    Download - GlobalTransactionControlApp_v2.zip

No comments: