Is there a user interface model for the J2ME technology? Is KVM the virtual machine upon which all of the J2ME technology is based?
Phil Perkins
Ranch Hand
Joined: Nov 21, 2000
Posts: 40
posted
0
J2ME and the KVM have pretty much the same relationship as J2SE has with the JVM.
Eric Giguere
Ranch Hand
Joined: Oct 25, 2000
Posts: 170
posted
0
The user interface models are defined by individual J2ME profiles. The two basic configurations don't define any UIs. And the KVM is used only in one of the J2ME configurations, the Connected Limited Device Configuration (CLDC). The "classic" JVM is used in the other, the Connected Device Configuration (CDC). ------------------ Eric Giguere author of: Java 2 Micro Edition : A Professional Developer's Guide PalmTM Database Programming: The Complete Developer's Guide