kalxite
10-08-2008, 12:57 PM
Hi everyone,
not sure if this is the right place to ut this, if not my apologies
ok here goes
Here is a last attempt to get some help to my seemingly trivial problem, wish it was to me.
Ok here goes
I have developed a simple java desktop application which retrieves NMEA sentences from a simple GPS device.
The Java App interpretes the data and extracts The latitude and longitude coordinates and performs the necessary
conversion for use with google maps and stores it in a simple flat file with an appropriate data structure..
I have a simple website with the google maps embedded in it. i have split my html code in to 3 parts viz
The core Html
The Javascript and
The data ( to be read and displayed on google maps vis the java script)
To complete my intended functionality, i want to be able to click a button on my Java App which inturn updates/replaces the data file
on the server hosting my embedded google maps webpage with the data logged by my Java App since my Java App ensures data captured is in the required format.
As a result, once the map is invoked the new data is plotted on the embedded google maps on my webpage.
I have been able to achieve this locally (ie swapping data files and running the html file on my local machine), but not sure how to this over the network and uppdating
a file on s server hosting my webpage,
looking forward to some response
thanks
not sure if this is the right place to ut this, if not my apologies
ok here goes
Here is a last attempt to get some help to my seemingly trivial problem, wish it was to me.
Ok here goes
I have developed a simple java desktop application which retrieves NMEA sentences from a simple GPS device.
The Java App interpretes the data and extracts The latitude and longitude coordinates and performs the necessary
conversion for use with google maps and stores it in a simple flat file with an appropriate data structure..
I have a simple website with the google maps embedded in it. i have split my html code in to 3 parts viz
The core Html
The Javascript and
The data ( to be read and displayed on google maps vis the java script)
To complete my intended functionality, i want to be able to click a button on my Java App which inturn updates/replaces the data file
on the server hosting my embedded google maps webpage with the data logged by my Java App since my Java App ensures data captured is in the required format.
As a result, once the map is invoked the new data is plotted on the embedded google maps on my webpage.
I have been able to achieve this locally (ie swapping data files and running the html file on my local machine), but not sure how to this over the network and uppdating
a file on s server hosting my webpage,
looking forward to some response
thanks