Hi all,
I'm writing a financial app that should display some stock quotation.
Users must logon to view the quotations and due to their type of contract they subscribed they can view some data in streaming live and other data in polling.
I must have a single grid in my page that shows both types of data, it'd be cool both of them being updated by lightstreamer.
One way could be that of writing one data-adapter per type of updates, so i'd only have to choose the right subscription. In the counter side I'd have more data adapters running for the same data.
Another way could be that of managing this via a metadata-adapter, is this a more flexible way to achive what I need?