Hello: How could be a general architecture for downloading J2ME applications to the device from a Web/Wap site? With HTTP connections you can donwload Stock data, etc., but what should you do if you want to download a game, or a complete application? Is there information about this issue anywhere? Thank you! Best Regards, Luis
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 11862
posted
0
As far as I can tell, a Java application looks just like a binary data file to the Palm memory system. So it would be just like downloading any other kind of data. Bill