Thursday, February 19, 2015

JDev/ADF sample - ADF BC Range Paging and REST Pagination

  • ADF BC Range Paging and REST Pagination. In this post I would like to explore and integrate two thing - ADF BC Range Paging and REST service pagination. It would inefficient to retrieve entire set of data in the REST service, ideally should be available option to specify number of rows and range number to fetch. ADF BC allows to query VO in Range Paging mode - SQL query will be constructed with row numbers, to query data in certain range of rows (this allows to fetch less data from DB). We could combine this with REST service and provide light interface to access data.
    Download - RestADFBCApp.zip

No comments: