Hi
in a jsp file i am loading from disk an arraylist which holds coordinates of places. How can i create from this arraylist's elements (server side) markers in a google map (client side).
Thus, the question is how can i put the arraylist elements(coordinates) from the object that i load from disk (from previous app) into a javascript array.
Thank you in advance and sorry for the poor grammar.