Thanks a lot for the answer - its really helpful, In my case this one is relevant for me:
>> If the file updated any time and many time in the day for this you have to fetch the file directly from the external TFS for this you can write java code or js for fetching and get the data and parse the .csv file and get those data into the component UI and display it.
Therefore I will write an OSBi Bundle which reads the csv file from the external TFS.
This is no problem and easy to implement.
Actually I don't know how to store this data into the componentUI and how to display it.
From the OSGi Bundle I have to get an instance of a Component UI and set data as property of this node?
Can I do it like this. I have a missing link between OSGi Bundle and viewing this data.
Thanks a lot for help!
Max