j2me / wap

have anyone use j2wap library anytime ? where can i find informatcion about using WAP and J2ME ? How can i send a web page using WAP ? Regards jsanza@terra.es
[216 byte] By [barni] at [2007-9-26 14:32:13]
# 1

[barni],

> have anyone use j2wap library anytime ?

I don't there is a specific J2ME API library for accessing/controlling the WAP communication protocol.

> where can i find informatcion about using WAP and

> J2ME ?

There is a whitepaper on the java.sun.com website that somewhat describes OTA (over-the-air provisioning) over a WAP connection:

http://java.sun.com/products/midp/OTAProvisioning-1.0.pdf

> How can i send a web page using WAP ?

You make HTTP connections over the WAP transport protocol using the HttpConnection interface in MIDP 1.0.

There is a code sample document that describes how a developer can program a MIDlet to make HTTP connections:

http://wireless.java.sun.com/midp/articles/network/

> Regards

>

> jsanza@terra.es

HTH.

Allen Lai

Developer Technical Support

SUN Microsystems

http://www.sun.com/developers/support/

allenlai at 2007-7-2 16:22:07 > top of Java-index,Java Mobility Forums,Java ME Technologies...