IntelliJ Java IDE
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: 11862
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
 
Threads others viewed
iDEN SDK 3.0
How should one start out?
How to install struts plugin in eclipse
I thought EJB was supposed to loosely couple with Client?
Downloading Excel file (containg BAR Chart) from JSP
MyEclipse, The Clear Choice