Java Platform, Micro Edition (Java ME) provides a robust, flexible
environment for applications running on mobile and other embedded
devices: mobile phones, personal digital assistants (PDAs), TV set-top
boxes, and printers. Java ME includes flexible user interfaces, robust
security, built-in network protocols, and support for networked and
offline applications that can be downloaded dynamically. Applications
based on Java ME are portable across many devices, yet leverage each
device's native capabilities
ava ME platform is a collection of technologies and specifications that can be combined to construct a complete Java runtime environment specifically to fit the requirements of a particular device or market. This offers a flexibility and co-existence for all the players in the eco-system to seamlessly cooperate to offer the most appealing experience for the end-user.
The Java ME technology is based on three elements;
Over time the Java ME platform has been divided into two base configurations, one to fit small mobile devices and one to be targeted towards more capable devices like smart-phones and set top boxes.
The configuration for small devices is called the Connected Limited Device Configuration (CLDC) and the more capable configuration is called the Connected Device Configuration (CDC).
The figure below represents an overview of the components of Java ME technology and how it relates to the other Java Technologies.
ava ME platform is a collection of technologies and specifications that can be combined to construct a complete Java runtime environment specifically to fit the requirements of a particular device or market. This offers a flexibility and co-existence for all the players in the eco-system to seamlessly cooperate to offer the most appealing experience for the end-user.
The Java ME technology is based on three elements;
- a configuration provides the most basic set of libraries and virtual machine capabilities for a broad range of devices,
- a profile is a set of APIs that support a narrower range of devices, and
- an optional package is a set of technology-specific APIs.
Over time the Java ME platform has been divided into two base configurations, one to fit small mobile devices and one to be targeted towards more capable devices like smart-phones and set top boxes.
The configuration for small devices is called the Connected Limited Device Configuration (CLDC) and the more capable configuration is called the Connected Device Configuration (CDC).
The figure below represents an overview of the components of Java ME technology and how it relates to the other Java Technologies.
0 comments:
Post a Comment