Mobile Applications with JAVA: Unterschied zwischen den Versionen
Aus Wikizone
(comment3, http://filthysea.com/cheap-cialis-australia.html cialis professional 20 mg, http://escuelaespanolycultura.com/caverject-and-cialis.html buy cialis, http://filthysea.com/viagra-cialis-no-pres) |
Steff (Diskussion | Beiträge) |
||
| (28 dazwischenliegende Versionen von 27 Benutzern werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
| − | + | Java ME (Java Micro Edition) -> subset of Java SE + mobile specific APIs | |
| + | |||
| + | with NetBeans: | ||
| + | |||
| + | NetBeans Java ME supports the two base configurations of the Java ME platform, CLDC and CDC. | ||
| + | |||
| + | * Connected Limited Device Configuration (CLDC) is for devices with less memory and processing power than CDC-based devices. The Mobile Information Device Profile (MIDP) is based on CLDC and more than two billion MIDP devices are in use worldwide. | ||
| + | * Connected Device Configuration (CDC) is for devices with much greater memory, processing power and network connectivity such as smart phones, set-top boxes, and embedded servers and devices. | ||
| + | |||
| + | In addition, you can also develop applications for the new JavaFX platform to provide similar user experiences across the desktop, the web, phones, television, and other devices. You can learn about JavaFX application development in NetBeans IDE at the JavaFX Developer Center and by looking at the JavaFX samples. | ||
| + | |||
| + | Mobile Information Device Profile (MIDP) | ||
Aktuelle Version vom 12. November 2010, 01:03 Uhr
Java ME (Java Micro Edition) -> subset of Java SE + mobile specific APIs
with NetBeans:
NetBeans Java ME supports the two base configurations of the Java ME platform, CLDC and CDC.
* Connected Limited Device Configuration (CLDC) is for devices with less memory and processing power than CDC-based devices. The Mobile Information Device Profile (MIDP) is based on CLDC and more than two billion MIDP devices are in use worldwide. * Connected Device Configuration (CDC) is for devices with much greater memory, processing power and network connectivity such as smart phones, set-top boxes, and embedded servers and devices.
In addition, you can also develop applications for the new JavaFX platform to provide similar user experiences across the desktop, the web, phones, television, and other devices. You can learn about JavaFX application development in NetBeans IDE at the JavaFX Developer Center and by looking at the JavaFX samples.
Mobile Information Device Profile (MIDP)