I have 3 databases and the same named view on each of them. I just want to pull all documents from that 3 views in to a one dataTable or repeat control or any other component whichcan be used. I just want to gather all documents to see them on one screen.
Regards C.A.
In general the way to handle this issue with a managed bean is absolutely right, but keep in mind that if you have to deal with big data, it would be a performance problem, because the programmatic way (using java "data" objects, including operations such as sorting, filtering, etc.) is much more slower than to work with indexed data (e.g. xp:dominoView)!
In my opinion you have only two choices:
1) The programmatic way, with java (managed beans) or server side javascript.
2) The "indexed way", if it is possible to collect your data into one database (e.g. with a scheduled agent)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With