Developing a new application for Eikon?
We are planning to develop a HTML 5 application to bundle into Eikon.
I have questions regarding the JET API. I see News.js which reads data from somewhere. Is it reading the data from Eikon desktop application? Can I write my own custom for example Stocks.js which reads data. Where is the actual server logic implemented ( I mean getting data from database / any other source) ? Can I write my own JET API class and my own server logic to use with the HTML 5 UI Application?
Can my application save data too? I cannot see any code samples for this. Thanks.