I'm working on application where I'm displaying ESRI map along with some graphics added on to the map.
I'm using script files from the arcgisonline.com site.
Now my requirement is I do not want to point to arcgis server any more. So I want to the Js file to be referred locally. So can any one tell me what are the files that I need to download and deploy them in my webserver to make ESRI API work properly.
Note: I need to all the files which it takes to render the map and I'm using method to convert x and y values in to Latitude and Longitude and then Latitude and Longitude to 'X' and 'Y' values based on the requirement.