Mobile Applications with JAVA: Unterschied zwischen den Versionen

Aus Wikizone
Wechseln zu: Navigation, Suche
 
Zeile 1: Zeile 1:
Java ME (Java Micro Edition) -> subset of Java SE + mobile specific APIs
+
'''Java ME''' (Java Micro Edition) -> subset of Java SE + mobile specific APIs
  
 
with NetBeans:
 
with NetBeans:
  
NetBeans Java ME supports the two base configurations of the Java ME platform, CLDC and CDC.
+
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 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.
 
     * 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.
+
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.

Version vom 8. Juli 2009, 14:00 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.