Here is my problem:
I have a bunch of 2D points in a data file on the web server, I would like to transfer the points from the server to the client browser and displayed on his browser. The user needs to have options to zoom(in/out), pan(drag) and select regions of the points on the 2d data canvas.
W.R.T. the scenario above, what is the best way to implement? Can I use javascript + ajax or use java applet? Can I improve the performance by transforming the data points into images and then do the image manipulation instead?
Thanks! Shumin