I am producing a basic j2me application that collects gps information and then sends it out over a wireless network.
It seems like I need a thread to read GPS and a thread to send the data over the network. This seems like a producer/consumer pattern with some sort of queuing mechanism on teh consumer side that will allow the data to be held if the connection is not available.
I have never done an application like this. Does this seem like the correct approach? I have tried to find some samples, but have not been able to find anything other than a very, very basic sample.
Any leads on good info or comments is appreciated.
Cheers.