Posted on: 4/22/2014 8:49:59 AM | Views : 429

Hi All
I have been tasked with writing an application that will present LIVE sales orientated data (i.e. charts and graphs ect...) to a TV Screen.
Each screen could show different data and different graphs ect... and they are over several sites.
Rather than having lots of individual pages and pointing each screen to a page that would be changed at somepoint, it needs to be controlled centrally.
To increase security and to try and give us more control from a central point I would like to do the following.
Screen Makes a Request to a Web Service. Web Service fetches screens Mac Address and matches it to a record in the database. Database returns code for a page. Screen renders code and presents. After a variable frequency the screen will make a request for updated data and rerender accordingly. I can do most of the above no problem, but the main issue is how to store the code in the d ...

Go to the complete details ...