HI
I need to embed two web browsers in one form of a windows application (design wise, I have to separate them).
I also need to "communicate" between both - when the user clicks on a button in one web control, I have to disable a component in the other one.
I thought of using ajax:poll and push from primefaces, but I think that it's too expensive for network to keep a page on ajax:poll with intervals of 100 constancy.
Is there another way that you suggest to me?