Hi All
I am building an ADF application where I need to make web services calls to two different external systems. Each of them say returning 50 records. On the UI I want to display 10 records at a time. Also, I need to check for duplicate records.
What's the best approach in this case. Shall I make the web services calls and dump the data in temporary table and use ADF-BC to display this data on UI. In this case identifying the data for a particular user will be a challenge. Or, Shall I programatically create 100 VOs and leverage them to display data on UI (tabular) with pagination option.
Please help!