Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Mobile Information Device Profile


In the News (Fri 1 Jan 10)

  
  Mobile Information Device Profile (MIDP)
MIDP 2.0 is backward compatible with MIDP 1.0, and continues to target mobile information devices such as mobile phones and PDAs.
MIDP RI 2.0: This version of the MIDP reference implementation is based on the MIDP 2.0 specification and supports the CLDC RI 1.0.4.
MIDP for Palm OS is an optimized J2ME implementation based on the CLDC 1.0 and MIDP 1.0 specifications, and targeted at Palm OS 3.5.
java.sun.com /products/midp   (593 words)

  
 Connected Limited Device Configuration - Wikipedia, the free encyclopedia
The Connected Limited Device Configuration (CLDC) is a framework for J2ME applications targeted at devices with very limited resources such as pagers and mobile phones.
Almost all new cell phones come with a MIDP implementation, and it is now the de-facto standard for downloadable cell phone games.
The Information Module Profile is designed for Vending Machines, Network cards, routers, Telephone boxes and other systems with either simple or no display and some form of limited two way network access.
en.wikipedia.org /wiki/Connected_Limited_Device_Configuration   (268 words)

  
 Application Programming - Web Technologies : Java Programming for Wireless devices, Mobile Information Device Profile ...
Mobile Information Device Profile (MIDP) is one of the profiles defined in the J2ME architecture which is a set of Java APIs which, together with CLDC provides a complete J2ME application run-time environment targeted at mobile information devices, such as cellular phones and two-way pagers.
The Mobile Information Device Profile (MIDP) is a set of Java APIs which, together with the Connected Limited Device Configuration (CLDC), provides a complete J2ME application runtime environment targeted at mobile information devices, such as cellular phones and two-way pagers.
When the application is executed, the device chooses the placement of a command based on the type of the command, and places similar commands based on their priorities.
www.ebizmarketserver.com /ebizmarket/techcenter/javaprogramming.asp   (3465 words)

  
 The Importance of the Mobile Information Device Profile (MIDP)
Profiles define the application programming interfaces (APIs) that are required to write useful applications for a particular group or family of J2ME devices.
MIDP is targeted at a class of devices known as mobile information devices (MIDs).
Devices that are capable of running the other configuration, the Connected Device Configuration (CDC), can also run MIDP, of course, since the CDC is a superset of the CLDC.
www.developer.com /java/j2me/article.php/1453731   (1469 words)

  
 J2ME in a Nutshell: Chapter 3: The Mobile Information Device Profile and MIDlets
Mobile Information Device Profile, or MIDP for short, is one such profile, intended for use on small footprint devices with a limited user interface in the form of a small screen with some kind of input capability.
Device vendors are expected to port the reference implementation to their own hardware and software by implementing code that bridges the gap between the expectations of Sun's reference code and the vendor's hardware and operating system software.
MIDP allows MIDlets to treat the screen as a rectangular array of pixels, each of which may be independently set to one of the colors supported by the device.
www.oreilly.de /catalog/j2meanut/chapter/ch03.html   (13181 words)

  
 MIDP 2.0 arrives - infoSync World
MIDP is a set of Java APIs that, together with the Connected Limited Device Configuration (CLDC), provides a complete J2ME application runtime environment to support the majority of low-cost mobile information devices in use today, including mobile phones, personal digital assistants (PDAs), and two-way pagers.
MIDP 2.0 also includes a server push model whereby MIDlets can be registered to be activated when a device receives information from a server.
To ensure a standard approach to MIDP application deployment that works across a range of mobile devices, OTA provisioning is now required as part of the MIDP specification.
www.infosyncworld.com /news/n/2727.html   (669 words)

  
 J2MEDeveloper.com -- Developer Resources for J2ME, MIDP and related technologies   (Site not responding. Last check: 2007-11-06)
The Mobile Information Device Profile, or MIDP for short, is the first Java 2 Micro Edition(J2ME) profile to be defined through the Java Community Process.
It finishes with an overview of the Connected Limited Device Configuration (CLDC), the configuration that determines the core capabilities of the Java runtime environment used in MIDP-enabled devices.
MIDP security is still in its infancy and is quite limited, but it warrants a separate discussion.
www.j2medeveloper.com /midpbook   (909 words)

  
 Java Application Development Services - Porting Java Application : Porting Java 2D package from J2SE to J2ME CDC : ...   (Site not responding. Last check: 2007-11-06)
The Connected Limited Device Configuration [CLDC] is used in small, resource-constrained devices, and is composed of K Virtual Machine [KVM] and a minimal set of class libraries that can be used on a variety of devices.
A “Profile” is an industry-defined specification of the Java APIs used by manufacturers and developers to address a specific type of device.
The Mobile Information Device Profile is a set of Java APIs that, together with the CLDC, provides a complete J2ME application runtime environment targeted at mobile information devices such as cellular phones and two-way pagers.
www.cswl.com /whiteppr/tech/java2D.html   (2910 words)

  
 Mobile_Information_Device_Profile   (Site not responding. Last check: 2007-11-06)
It is a specification put out by Sun Microsystems for the use of Java on embedded devices such as cell phones and PDAs.
MIDP sits on top of a "configuration", such as the Connected Limited Device Configuration or Connected Device Configuration.
To clarify, it is called an "LCD UI" due to the fact that mobile phones normally use LCD displays; the API is not specifically tailored to this particular display technology.
usedaudiparts.com /search.php?title=Mobile_Information_Device_Profile   (188 words)

  
 The J2ME Mobile Information Device Profile 2.0
The new MIDP 2.0 includes a large set of new features; some important for business-class applications, while the majority of these new features are mainly targeted at the consumer space.
The previous version of MIDP (version 1.0) already provided the foundation needed for business-type applications including HTTP-based network connectivity, local persistence, the ability to operate in disconnected mode, and the ability to write smart applications using Java.
Enrique Ortiz, an independent wireless software and solutions consultant, is an active participant in the wireless Java community and is the co-author of the Mobile Information Device Profile for J2ME published by John Wiley and Sons.
www.developer.com /ws/j2me/article.php/1574791   (622 words)

  
 Mobile Information Device Profile (MIDP)
As previously reported, the standard, called the mobile information device profile (MIDP), will be used in cell phones from Motorola, Nokia, LG Electronics, Nextel and NTT DoCoMo, Sun said.
The constraints on how fast current second-generation, or "2G," mobile phones can transfer data limits the amount of processing that can be handled on a central server, Chu said.
With those bandwidth constraints, it's more feasible to send the cell phone compact information, such as a description of how to display a Web page, and to let the cell phone's processor handle the creation of the actual image, he said.
www.cellular.co.za /midp.htm   (857 words)

  
 C. Enrique Ortiz' JavaMEDeveloper.com - Developer Resources Mobility and Java Micro Edition (Java ME)   (Site not responding. Last check: 2007-11-06)
With valuable information that is still applicable under MIDP 2.0, whether you want to write a game or a serious business application, this book explains everything you need to know about writing Java applications using the Java 2 Micro Edition Mobile Information Device Profile 1.0.
MIDP Mobile Information Device Profile, A CLDC profile targeted at cellphone and PDA-like devices, also called Mobile Information Devices.
J2ME Profile: Defines a Java runtime environment and set of APIs targeted at a specific type of device family, such as mobile information devices, or information modules.
www.j2medeveloper.com   (1451 words)

  
 Electronic Design: MIDP 2.0: a matter of trust; the mobile information device profile adds needed security and much ...   (Site not responding. Last check: 2007-11-06)
MIDP 2.0: a matter of trust; the mobile information device profile adds needed security and much more.
MIDP 2.0 solves these problems by providing support for MiDlet authentication, improved network connectivity, and better user-interface support such as sound and graphics.
MIDP is designed to run on top of the Connected Limited Device Configuration (CLDC).
highbeam.com /library/doc0.asp?docid=1G1:100074754&refid=ink_tptd_mag   (237 words)

  
 Mobile Information Device Profile (MIDP)
This book is written by two of the acknowledged experts in the field and serves as a comprehensive tutorial and reference to MIDP programming specifically and J2ME programming in general.
The Mobile Information Device Profile (MIDP) is the first Java 2 Micro Edition (J2ME) profile to be defined through the Java Community Process (JCP).
(For more detailed information on J2ME in general, refer to Java 2 Micro Edition: Professional Developer's Guide, also published by John Wiley & Sons.) Note: this chapter is available for you to read online in Adobe PDF format.
www.ericgiguere.com /books/midp   (811 words)

  
 Wireless Application Development : Java Programming for Wireless Devices - White paper : eBiz Infosystems Inc.
Such customizability will not be limited to just communication devices such as cell phones or two-way pagers.
Each of these editions has been customized specifically for the platform it is targeting, whether it be a consumer device, a desktop computer or an enterprise network server.
These devices have very simple user interfaces, minimum memory budgets, low processing power and low bandwidth network connections.
www.ebizis.com /techcenter/javaprogramming.html   (3527 words)

  
 The Information Module Profile
The primary J2ME profile based on the Connected Limited Device Configuration (CLDC) is the Mobile Information Device Profile (MIDP).
To support the user-interface (UI) behavior specified in MIDP, a device must have a display at least 96 pixels wide by 54 pixels high, and a keypad, a keyboard, or a touch screen.
It is to meet the needs of such devices that the Information Module Profile (IMP) is being developed through the JCP, as JSR 195.
developers.sun.com /techtopics/mobility/imp/impintro   (613 words)

  
 Java Mobile Information Device Profile (September-2001)   (Site not responding. Last check: 2007-11-06)
In particular, the Release Notes contain information about the Reference Implementation's requirements, and explain where to find instructions on installing, building, and configuring the RI.
The MIDP Specification (JSR-00037) is available from the Java Community Process web site at http://java.sun.com/jcp as a "Final Release".
Any specific questions about the CLDC specification or the MIDP specification should be answered from the official JCP released specifications, not the javadoc generated from this release.
homer.simpson.dyndns.org /docs/midp1.0   (312 words)

  
 Java-Induced MIDP 2.0 Debuts
The goal of MIDP is to extend the base collection of Java technologies to support new and enhanced gaming, graphics, video, audio and security.
"MIDP 2.0 is an important milestone in the evolution of mobile devices for both consumer-centric content vendors and corporations that are interested in developing and deploying secure end-to-end wireless enterprise services," said Sun Consumer and Mobile Systems Group vice president Alan Brenner.
Sun said some of the sample applications that could be introduced with the MIDP 2.0 standard include Karaoke game streaming audio files over a wireless network, multi-player arcade games, a supply chain management (SCM) accessing corporate data over a secure wireless connection and traffic alerts launching a related street navigation application.
www.internetnews.com /wireless/article.php/1550431   (825 words)

  
 Mobile Information Device Profile (MIDP)
Text Wrapping in MIDP The Mobile Information Device Profile (MIDP) 2.0 provides several enhancements for text wrapping.
Databases and MIDP, Part 1: Understanding the Record Management System This article is the first in a series that will explore RMS and the larger issues surrounding its use in MIDP applications, such as interacting with external data sources like relational databases.
A Terminal Emulator for MIDP This article explores the socket support in the Generic Connection Framework (GCF) by building a small and simple terminal emulator that implements the telnet protocol.
developers.sun.com /techtopics/mobility/midp   (465 words)

  
 [No title]
MIDP 2.0 improves on the original specification for open development for mobile devices by introducing secure networking, extended network connectivity, and audio and gaming capabilities.
This is the final excerpt in a series on MIDP and MIDlets from J2ME in a Nutshell, focusing on the delivery and installation of MIDlets.
Part one is an overview of the Mobile Independent Device Profile and the MIDP Java platform.
www.oreilly.com /topics/java/Wireless_Java   (1165 words)

  
 The Java Community Process(SM) Program - JSRs: Java Specification Requests - detail JSR# 37
A profile is defined as a set of APIs for a specific vertical market and relies upon an underlying configuration's capabilities to create new, market-specifc APIs.
Two types of devices will be accommodated: mobile information appliances and voice communication devices.
Due to the class of devices addressed by this specification, it is expected that existing security models will be too heavy weight; therefore, they will have to either be lightened or reworked; however, wherever possible, this specification will rely upon features of the J2ME Connected, Limited Device Configuration.
www.jcp.org /en/jsr/detail?id=37   (745 words)

  
 Implementation Of Mobile Information Device Profile On Virtual Lab
The rate at which information is produced in today's world is mind-boggling.
They want information on the go and want to be connected all the time to the Internet or their corporate network.
Programming for these devices were cumbersome and limited since each device supported their own standard I/O ports, screen resolution and had specific configurations.
csdl2.computer.org /persagen/DLAbsToc.jsp?resourcePath=/dl/proceedings/&toc=comp/proceedings/itcc/2003/1916/00/1916toc.xml&DOI=10.1109/ITCC.2003.1197600   (328 words)

  
 Game Developer: Mobile game development on the open road: Sun's J2ME profile takes a major step forward with MIDP 2.0. ...   (Site not responding. Last check: 2007-11-06)
Game Developer: Mobile game development on the open road: Sun's J2ME profile takes a major step forward with MIDP 2.0.
Mobile game development on the open road: Sun's J2ME profile takes a major step forward with MIDP 2.0.
However, Sun's J2ME profile for mobile phones, the Mobile Information Device Profile (MIDP), initially failed to address game developers' needs with its extremely sparse feature list.
www.highbeam.com /library/doc0.asp?DOCID=1G1:100630789&refid=holomed_1   (248 words)

  
 Preparing for the Mobile Application Developer Certification
In addition to configurations, profiles, and optional packages, handset manufacturers might offer their own vendor-specific APIs to control device-specific features such as radio transceivers or thumb-operated keyboards; but these APIs are non-portable, and you should minimize their use if possible.
Profiles such as MIDP, and optional packages such as WMA, extend the CLDC GCF by adding new network connection types and protocols.
MIDP 1.0 introduced support for HTTP 1.1, and MIDP 2.0 added more enhancements, including support for serial (comm), sockets, UDP datagrams and secure connection-types, and the ability to automatically launch a MIDlet based on an inbound network connection.
www-128.ibm.com /developerworks/library/wi-prep   (5865 words)

  
 Sun Community Source Licensing (SCSL) - MIDP
The Mobile Information Device Profile (MIDP) is a set of Java[tm] APIs which, together with the Connected Limited Device Configuration (CLDC), provides a complete J2ME[tm] application runtime environment targeted at mobile information devices, such as cellular phones and two-way pagers.
The MID Profile provides a standard runtime environment that allows new applications and services to be dynamically deployed on the end user devices.
The MIDP specification has been developed through the Java Community Process[sm] (JCP) program, by an expert group composed of over 20 companies representing the wireless industry.
www.sun.com /software/communitysource/midp   (171 words)

  
 Wireless Glossary: Mobile Information Device Profile (MIDP)
Set of Java APIs that is generally implemented on the Connected Limited Device Configuration (CLDC).
It provides a basic J2ME application runtime environment targeted at mobile information devices, such as mobile phones and two-way pagers.
The MIDP specification addresses issues such as user interface, persistent storage, networking, and application model.
www.devx.com /wireless/Door/11294   (61 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.