zoukankan      html  css  js  c++  java
  • why is j2me midp superior to wap?[小糊涂的灵感]

    why is j2me midp superior to wap?

    J2ME MIDP addresses many of the limitations of WAP.

    Developed through the Java Community Process (JCP) program under the guidance of an expert group composed of twenty companies representing the wireless industry, J2ME MIDP addresses programming issues most relevant to mobile clients, such as user interface, networking, persistent storage and application model.

    Compared to WAP solutions, J2ME MIDP provides the following advantages.

    Lower network usage and sever load

    In a WAP solution, the server is responsible for generating display markup. This requires a round-trip every time the interface changes. In contrast, a J2ME MIDP client's interface is contained within the device, so it can operate even when disconnected. On occasions when the devices does interact with the server, it incurs less network traffic, because it downloads only application data, as opposed to application data plus interface markup.

    Better user experience

    WAP markup langauges such as WML are, by design, restricted in the types of interactions they can offer. With the MIDP GUI APIs, it is easy to implement customised widgets and event-handling, opening up unlimited possibilities for mobile client interfaces that are easier and more interesting to use.

    why j2me projects fail?

    Never giveup. Thanks the world.
  • 相关阅读:
    python学习笔记(一):基本概念
    selenuim webDriver API 16种定位方式
    css属性之display行内标签 块级标签 隐藏显示
    python------面向对象编程
    网络编程---发送http请求
    python----tcp/ip http
    python基础_md5加密与加盐
    python-----环境变量
    低代码工具-page-pipepline
    模块化的构建工具
  • 原文地址:https://www.cnblogs.com/cnsoft/p/52357.html
Copyright © 2011-2022 走看看