| Author |
WAP or J2ME ?
|
Edward Chen
Ranch Hand
Joined: Dec 23, 2003
Posts: 758
|
|
which one is better for mobile application, WAP or J2ME ? what are it pros and cons ?
Thanks.
|
 |
Joachim Rohde
Ranch Hand
Joined: Nov 27, 2006
Posts: 423
|
|
|
WAP is comparable to HTML so if we are talking about developing applications J2ME is the way to go.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14475
|
|
WAP is a markup language. J2ME is a complete programming environment. J2ME can generate WAP, but since WAP can't do logic, the reverse isn't true.
Plus, WAP was designed for phones with limited display resources. These days, chances are that there's a full-blown web browser in the device (assuming you don't think you need Flash to be "full-blown"). So for markup, you might need HTML, not WAP.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: WAP or J2ME ?
|
|
|