站内搜索: 请输入搜索关键词
当前页面: 图书首页 > MIDP Style Guide for the Java 2 Platform, Micro Edition

MIDP Style Guide for the Java 2 Platform, Micro Edition

[ directory ] Previous Section Next Section

Chapter 13. Application Discovery, Installation, and Management

A device must have a way for users to find and install new MIDlet suites, run MIDlet suites, remove old MIDlet suites, and so on. These tasks are called application management, and are the responsibility of the MIDP implementor. (See "Over the Air User-Initiated Provisioning Specification," which is part of the MIDP 2.0 Specification [19].)

Application designers cannot affect a device's application management but they can help users in other ways, such as taking care in naming their MIDlets and MIDlet suites. They must also supply information to the MIDP implementation that assists in application management.

    [ directory ] Previous Section Next Section