Oxygen is a light-weight Service-Oriented framework. The unit of deployment
Deployment Unit Name: component
Entry |
Example |
Description |
MIDlet-Name |
J2ME demonstrations |
name of the midlets suite |
MIDlet-n |
MIDlet-1: Hello World, /icons/hello.png, fr.imag.adele.midlet.hello.HelloMIDlet
MIDlet-2: Http Browser,, fr.imag.adele.midlet.http.DownloadMIDlet |
list the midlets :
- name of the midlet number #n
- the path of the icon in the jarfile
- the MIDLet class
|
MIDlet-Description |
suite of demo midlets |
description of the midlets suite |
MIDlet-Jar-URL |
http://www-adele.imag.fr/~donsez/midlets/demos.jar |
url of the jar file |
MIDlet-Jar-Size |
18345 |
size of the jar file |
MIDlet-Vendor |
Didier DONSEZ |
the vendor of the midlet suite |
MIDlet-Version |
1.0.3 |
the version of the implementation |
MicroEdition-Configuration |
CLDC-1.0 |
the version of the required Configuration. This entry is related to J2ME. |
MicroEdition-Profile |
MIDP-2.0 |
the version of the required Profile. This entry is related to J2ME. |
MIDlet-Install-Notify |
http://install.mycomp.com/install?state=success&id=893898138984989 |
The URL to which a POST request is used to confirm successful installation of this MIDlet suite |
MIDlet-Update |
|
|
MIDlet-Delete-Confirm |
|
message to display the user to confirm the deletion |
MIDlet-Permissions |
javax.microedition.io.Connector.http,
javax.microedition.io.Connector.sms,
javax.wireless.messaging.sms.send |
permissions |
MIDlet-Permissions-Opt |
|
|
MIDlet-Push-n |
MIDlet-Push-1: socket://:76, fr.imag.adele.midlet.push.PushLet, 192.161.60 |
enable the midlet launching on url connection:
- the local URL for connection
- the MIDLet class
- the IP domain of the site authorized to push the launch event
|