- It includes the Xlet application model.
- It includes a subset of the J2SE Abstract Windowing Toolkit (AWT) for building user interfaces based exclusively on lightweight components.
- It includes the Inter-Xlet communication (IXC).
- It supports the traditional application model as well as the Xlet model.
- It does not support RMI because the java.rmi and java.rmi.registry packages are included to support inter-Xlet communication, not full-fledged RMI. A PBP-based device can support RMI, but only if the RMI Optional Package (RMIOP) is installed.
- It includes the subsets of the J2SE 1.3 packages.
- It does not define an entirely new set of user-interface classes, but it defines the subsets of the standard AWT classes.
- It excludes all the heavyweight components other than Window and Frame. In any PBP application, there are no buttons, lists, menus, or other basic user-interface components.
- It provides applet support for building browser-based applications.
- It provides a more comprehensive AWT subset that includes support for heavyweight components, JDK 1.02-style events, and deprecated APIs.
- It provides Clipboard support using a subset of the java.awt.datatransfer package.
- It adds classes from three J2SE 1.3 packages: java.applet, java.awt, and java.awt.datatransfer. It does not define any additional non-J2SE packages.
- It includes support for the standard heavyweight UI components, and classes such as java.awt.Button and java.awt.List.
- It does not include the deprecated methods of Java 1.1.8.
- It does not support RMI unless the RMI Optional Package is present.
- It does not include any JDBC classes from the java.sql package unless the JDBC Optional Package for CDC/Foundation Profile (JSR 169) is present.
- It does not support the PersonalJava-specific APIs.
Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.