Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Custom Data Provider

DaveArchOct 5 2021

JET Version: 10.0
Hi Community
Does anyone know if it’s possible to create a custom data source which is pluggable with the JET collection components?
We’ve hit some limitations around the BufferingDataProvider and the ability to use it for some of the features supported in the components i.e. sort, filtering, inserting at a given position.
https://community.oracle.com/tech/developers/discussion/4489064/filtering-bufferingdataprovider-without-losing-edits
https://community.oracle.com/tech/developers/discussion/4488037/working-with-unsubmitted-data-in-bufferingdataprovider
https://community.oracle.com/tech/developers/discussion/4485184/how-to-filter-jet-table-whilst-maintaining-buffered-edits
https://community.oracle.com/tech/developers/discussion/4481862/how-to-insert-new-rows-as-first-row-in-table-with-bufferingdataprovider
Most of the Cookbook examples use ArrayDataProvider to highlight the functionality of a component but we would like to augment this with our own buffering, sort and greater control over CRUD.
Any ideas or pointers greatly appreciated.

Comments
Post Details
Added on Oct 5 2021
5 comments
535 views