Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xpages get All documents more than one Lotus Database

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.

like image 820
Cumhur Ata Avatar asked Nov 29 '25 03:11

Cumhur Ata


1 Answers

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)

like image 117
Georg Kastenhofer Avatar answered Dec 01 '25 17:12

Georg Kastenhofer



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!