Deploying MIDlets onto Mobile Devices (III)

9 April 2008

This post explains how to deploy MIDlets from web.

JAD (Java Application Decription files) contains the JAR file name and size attributes. From mobile phone, you will make an HTTP request for the JAR file. In response, you will get the JAD file on to your mobile device. Mobile device have AMS (Application Management System) that will read zthe required attributes and will make another HTTP request to the server for the required JAR file. In response, you will get the JAR file on to your mobile device which actually is the MIDlet.

An example JAD file is given below:

MIDlet-Name: Show Properties MIDlet
MIDlet-Version: 1.0.1
MIDlet-Vendor: My Corporation Inc.
MIDlet-Jar-URL: file://showProperties.jar
MIDlet-Jar-Size: 1132
MIDlet-1: ShowProps, , showProperties
JadFile-Version: 1.5
MIDlet-Data-Size: 500

del.icio.us:Deploying MIDlets onto Mobile Devices (III)  digg:Deploying MIDlets onto Mobile Devices (III)  spurl:Deploying MIDlets onto Mobile Devices (III)  wists:Deploying MIDlets onto Mobile Devices (III)  simpy:Deploying MIDlets onto Mobile Devices (III)  newsvine:Deploying MIDlets onto Mobile Devices (III)  blinklist:Deploying MIDlets onto Mobile Devices (III)  furl:Deploying MIDlets onto Mobile Devices (III)  reddit:Deploying MIDlets onto Mobile Devices (III)  fark:Deploying MIDlets onto Mobile Devices (III)  blogmarks:Deploying MIDlets onto Mobile Devices (III)  Y!:Deploying MIDlets onto Mobile Devices (III)  smarking:Deploying MIDlets onto Mobile Devices (III)  magnolia:Deploying MIDlets onto Mobile Devices (III)  segnalo:Deploying MIDlets onto Mobile Devices (III)  gifttagging:Deploying MIDlets onto Mobile Devices (III)

Top Of Page | Trackback

If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.

It will look like this: Deploying MIDlets onto Mobile Devices (III)

Leave a Reply