PDA

View Full Version : Java games


peelo
04-03-2003, 12:27
Does anyone know how I can put games to my wap site. I can make link to jad-file. But what I should write to the jad file? :confused: Could someone help me? ;)

ooze
04-06-2003, 01:32
on the webserver hosting your wap site you have to enter the correct MIME types.
which webserver are you using? apache? IIS?

the jad file has references to it's jar file, jad file is downloaded OTA first. if the the parts in the jad files complies with the device it will retrieve the jar file.

WAP gateways used MUST be WAP June2000 conformant.
Specifically, the following issues are critical:
• JAD and JAR MIME-types MUST be supported. WAP Gateway must follow the rules for HTTP proxies
(RFC2616) these MIME types.
• HTTP authentication (server responses 401 and 407) MUST be supported.
• Data of any kind MUST be passed to the terminal, if the terminal’s request has included “ Accept: */*”
header.
• POST-messages from the terminal to provisioning server MUST be supported.

ooze
04-06-2003, 01:37
jad file has information:
midlet-jar-size (1231)
midlet-jar-url (ooze.jar)
midlet-name (Ooze Game)
midlet-vendor (Ooze Inc)
midlet-version (1.0)
microedition-configuration (CLDC 1.0)
microedition-profile (MIDP 1.0)

can also have other information.... but these are required.

ACE_UK
04-07-2003, 00:22
Hey ooze ! , you seem to know a bit about this , been scratching my head all weekend on this one .

I need to set up my wap page , hosted on my btinternet web space to recognise the mime .jar .jad types so I can download java games ota how the hell do I do this ?