In lesson 5 you will with the Application Management System (AMS), specifically, the Software Management System API. You will learn to:
* Use inter-MIDlet communication to separate concerns into multiple IMlets * Use the Software Management System (SWM) API to manage loading, starting and stopping IMlets * Write a system controller using the SWM * Manage in-the-field update requests
In this video, we look at a new feature of Java ME Embedded 8, the ability to establish a communication channel between Midlets in a suite. Previously, in order to communicate between Midlets, you had to use the RMS or write your own socket communications.
Duration: 20 mins
Type: Video
Released: 10.6 years ago
In this video, we look at the Software Management API, SWM, introduced in Java ME Embedded 8. This optional API allows you to create applications that load, start and stop Midlets
Duration: 10 mins
In this video, we look at how to create a system controller using the Software Management API (SWM) to load, install, start and restart a Midlet.
Duration: 12 mins
In this video, we look at the problem of updating embedded devices in the field, and how to use the system controller to solve that problem.
Duration: 6 mins
In this video, we look at a proposed architecture for the problem domain that uses inter-midlet communications to separate concerns - to move the sensor reading code into individual MIDlet suites, and concentrate data persistence and client access of the data into a single system controller MIDlet suite.
Duration: 7 mins
Released: 10.5 years ago
Homework 5 - Java Embedded Architecture
Type: Readme PDF
Released: 10.2 years ago
Contains files required for lesson 5
Type: Sample