I'm trying to get data from a database and initiate processing on the blackberry at an x interval. What would be the best way to do this? The handheld in question is a blackberry 8800 so the language I will need to program in is Java. I was thinking the most efficient way to achieve this would be to create a servlet on tomcat, the servlet would execute the query and return an XML document. Is this the most efficient way? How would I go about initiating a http connection to the servlet and returning the xml back to the device for processing. Sample code for the blackberry end would be greatly appreciated
Thanks in Advance!
|