File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java Micro Edition and the fly likes Downloading applications Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "Downloading applications" Watch "Downloading applications" New topic
Author

Downloading applications

Luis Valle
Greenhorn

Joined: Jan 08, 2001
Posts: 13
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: 11691
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


Java Resources at www.wbrogden.com
 
 
subject: Downloading applications
 
MyEclipse, The Clear Choice