Click to See Complete Forum and Search --> : how to display live data


martin1
May 18th, 2007, 12:23 PM
hi all,
i m making an application in which i m using the GUI as Java applet now my problem is that i am getting live data from a server which is implemented in VC++ .plz do sujjest me .i m explainin my problem as follows i am making a frex trading application in which the user interface i am using is java applets and the data to be displayed is coming from e-signal accounts .since e-signal cant be handled through java so the server is implemented in VC++ and client is implemented in java .Now my problem is that i m new to this kind of programming so will u plz sujjest me how can i get data from the server and and how can i display these live ***** datas into our applet.

TheCPUWizard
May 18th, 2007, 12:46 PM
In general (which is the only answer that can be given since you have decided to keep all the details secret), you poll the server....