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.
  • 相关阅读:
    tomcat中配置jmx监控
    常用sql
    String、StringBuffer、StringBuilder的不同使用场景
    求交集的几种方法
    使用liunx部署的心得
    几种有助于开发的注释方式。
    SpringDataJPA的几个使用记录
    今年要完成的几件事
    研究kisso跨域登录的心得
    SpringBoot使用的心得记录
  • 原文地址:https://www.cnblogs.com/cnsoft/p/52357.html
Copyright © 2011-2022 走看看