WAP beginner notes

xiaoxiao2021-03-06  14

I want to transplant the Kjava game I wrote to the Sharp phone, but Sharp doesn't support infrared lines like NOKIA, so I have to do a WAP server applet to download. But I didn't even have a little WAP experience. What should I do? I think everyone has learned the "Hello World" when they learn to be programmed :) What to start from simple, then I will implement a simple "Hellp WAP"! The first step: Implementing the WAP service applet first, let's go to what is WAP, I think this website is the first choice http://www.w3schools.com/, just look at it, I can't wait to implement it on the simulator. A Hello WAP, then we have entered http://www.w3schools.com/wap/wap_basic.asp, here is a simple example, it is very simple, let it present on the simulator :) Create a WebModule with jbuilder, aunt, and named WapStudy, then a file of index.jsp, put this code COPY. -------------------------------------------------- ----------- <%RESPONSE.SETCONTENTTYPE ("text / vnd.wap.wml");%> 转载请注明原文地址:https://www.9cbs.com/read-47056.html


New Post(0)